beadDetect_b

Detect a single bead and return it's bounding circle

Contents

Syntax

Description

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

Example

imFile='particles02.png';
im=imread(imFile);
opt=beadDetect('defaultOpt');
prm=beadDetect(im, opt, 1);

Top page   Next: beadDetect.m   Prev:circleFit.m