zoom2cursor
by Brett Shoelson
02 Jan 2003
(Updated 19 Feb 2003)
Dynamic, scalable zoom following the motion of the cursor; also displays the current position.
|
Watch this File
|
| File Information |
| Description |
% FUNCTION ZOOM2CURSOR
% ZOOM2CURSOR, without arguments, will activate the current axis, create a text box showing the current position of the mouse pointer (similar to pixval), and automatically zoom the image to the location of the cursor as it is moved. The zoomed display dynamically scrolls with the motion of the cursor.
%
% By default, the function zooms to 50% of the image in the axis.
%
% BUTTON CLICKS:
% Left-clicking will zoom in further, and right-clicking will zoom out.
% Shift-clicking (or simultaneously clicking the left and right mouse buttons) at any point will display the original (un-zoomed) image, as will moving the cursor outside of the current axis. The zoom percentage is restored when the mouse is moved.
% Double-clicking zooms out to the original image, modifying the zoom percentage.
%
% Tested under R12.1 and R13.
%
% Written by Brett Shoelson, Ph.D. (shoelson@helix.nih.gov, shoelson@hotmail.com)
% 12/26/02
% 2/16/03; Rev 2: Program is more robust; fixes a bug when window is resized.
%Incremental increase/decrease in zoom percent (on mouseclick) has been reduced.
%ALSO: Now works with images, surfaces, lines (and thus plots), and patches (rather than just images) |
| Acknowledgements |
This submission has inspired the following:
zinput
|
| MATLAB release |
MATLAB 6.5 (R13)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (12) |
| 26 Apr 2003 |
Paul Koola
|
|
|
| 14 Jul 2003 |
Berthold Käferstein
|
|
|
| 09 Jun 2004 |
Andy Bliss
|
|
|
| 29 Sep 2004 |
Anne Carpenter
|
|
|
| 17 Jun 2005 |
Plamen Stoyanov
|
|
|
| 09 Nov 2005 |
paul calvert
|
|
|
| 25 Apr 2006 |
Engamba Bobin
|
|
|
| 23 Sep 2007 |
Moshe Ufnik
|
|
|
| 29 Nov 2007 |
Ahmad Samy
|
|
|
| 06 Oct 2009 |
Charles Attard
|
|
|
| 25 Mar 2011 |
Mohammed El-Said
|
|
|
| 01 Apr 2011 |
Brett Shoelson
|
|
|
| Updates |
| 19 Feb 2003 |
Program is more robust; fixes a bug when window is resized.
% Incremental increase/decrease in zoom percent (on mouseclick) has been reduced.
%Also: Now works with images, surfaces, lines (and thus plots), and patches (rather than just images) |
|
Contact us at files@mathworks.com