MSERDetectorDetectRegions Method |
http://www.emgu.com
Detect MSER regions
Namespace:
Emgu.CV.Features2D
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic void DetectRegions(
IInputArray image,
VectorOfVectorOfPoint msers,
VectorOfRect bboxes
)
Public Sub DetectRegions (
image As IInputArray,
msers As VectorOfVectorOfPoint,
bboxes As VectorOfRect
)
public:
void DetectRegions(
IInputArray^ image,
VectorOfVectorOfPoint^ msers,
VectorOfRect^ bboxes
)
member DetectRegions :
image : IInputArray *
msers : VectorOfVectorOfPoint *
bboxes : VectorOfRect -> unit
Parameters
- image
- Type: Emgu.CVIInputArray
input image (8UC1, 8UC3 or 8UC4, must be greater or equal than 3x3) - msers
- Type: Emgu.CV.UtilVectorOfVectorOfPoint
resulting list of point sets - bboxes
- Type: Emgu.CV.UtilVectorOfRect
resulting bounding boxes
See Also