objDetect
Detect a single bead and return it's bounding circle
Contents
Syntax
- objSet=objDetect(im, opt, showPlot)
Description
objSet=objDetect(im, opt, showPlot) return the bounding circle of a bead in an image
- im: input image
- opt: options for this function
- showPlot: 1 to show a plot; 0 for nothing
- objSet: set of objects
Example
imFile='particles04.png'; im=imread(imFile); opt=objDetect('defaultOpt'); objSet=objDetect(im, opt, 1);
![](objDetect_help_01.png)