<< imcrop Spatial Transformations impyramid >>

IPCV - Image Processing and Computer Vision Toolbox for Scilab >> Spatial Transformations > imcropm

imcropm

Crop an image using mouse selection

Syntax

y = imcropm(S)

Parameters

S :

Source Image

y :

Subimage

Description

This function allows user to select the region of interest interactively using mouse.

Examples

S = imread(fullpath(getIPCVpath() + "/images/puffin.png"));
J = imcropm(S);
figure(); imshow(J);

See also

Authors


Report an issue
<< imcrop Spatial Transformations impyramid >>