Click or drag to resize

SelectiveSearchSegmentationProcess Method

http://www.emgu.com
Based on all images, graph segmentations and stragies, computes all possible rects and return them.

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public Rectangle[] Process()

Return Value

Type: Rectangle
The list of rects. The first ones are more relevents than the lasts ones.
See Also