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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Rectangle[] Process()

Return Value

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