<< impixel Image Analysis and Statistics mean2 >>

IPCV >> Image Analysis and Statistics > improfile

improfile

Return profiles for the selected 2 points

Syntax

[xc,yc,pixval] = improfile(S)

Parameters

S :

Image matrix in Scilab

xc :

x-coordinates for the selected points

yc :

y-coordinates for the selected points

pixval :

Correspond pixels' values along the selected points

Description

This function provides interactive way to select 2 points on an image and returned with the line profile. Use left mouse click to select 2 points and the image profile would be computed and ploted on a new graph.

Examples

S = imread(fullpath(getIPCVpath() + "/images/balloons.png"));
improfile(S);

See also

Authors


Report an issue
<< impixel Image Analysis and Statistics mean2 >>