<< imtransform Image Registration and Image Fusion Image Transforms >>

IPCV - Image Processing and Computer Vision Toolbox for Scilab >> Image Registration and Image Fusion > warpmatselect

warpmatselect

Selecting points for image transformation

Syntax

pts = warpmatselect(S,n)

Parameters

S :

Input image

n :

Number of points to be selected

pts :

Returned points in image coordinates

Description

This function allows user to select points of references on image for registration purpose. The returned parameters are in image coordinates form.

Examples

S = imread(fullpath(getIPCVpath() + "/images/balloons.png"));
pts = warpmatselect(S,3)

See also

Authors


Report an issue
<< imtransform Image Registration and Image Fusion Image Transforms >>