objDetect

Detect a single bead and return it's bounding circle

Contents

Syntax

Description

objSet=objDetect(im, opt, showPlot) return the bounding circle of a bead in an image

Example

imFile='particles04.png';
im=imread(imFile);
opt=objDetect('defaultOpt');
objSet=objDetect(im, opt, 1);

Top page   Next: nbcTrain.m   Prev:oneCircleFit.m