Code covered by the BSD License  

Highlights from
DRAGZOOM - Drag and zoom tool

image thumbnail
from DRAGZOOM - Drag and zoom tool by Evgeny Pr
DRAGZOOM allows you to handy interactively manage the axes in figure.

test_rect_ver_img
function test_rect_ver_img
%TEST_RECT_VER_IMG Test Vertical Rectangular Image with DRAGZOOM

im = imread('board.tif');

figure;
imshow(im, 'InitialMagnification', 'fit');
% imagesc(im);

dragzoom();

Contact us