<< imfindContours Structural Analysis and Shape Descriptors Super Resolution >>

IPCV >> Structural Analysis and Shape Descriptors > implotContours

implotContours

Plot contours on image.

Syntax

implotContours(img, cntr[, thickness])

Parameters

img :

Input image

cntr :

Contour in list

thickness :

Thickness of the contours

Description

This function used to plot the contours on an image.

Examples

S = imread(fullpath(getIPCVpath() + "/images/coins_gray.jpg"));
Sbw = im2bw(S,0.5);
Sc = imfindContours(Sbw);
implotContours(S,Sc,5)

See also

Authors


Report an issue
<< imfindContours Structural Analysis and Shape Descriptors Super Resolution >>