Click or drag to resize

SelectiveSearchSegmentationProcess Method

Based on all images, graph segmentations and stragies, computes all possible rects and return them

Namespace:  OpenCvSharp.XImgProc.Segmentation
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual void Process(
	out Rect[] rects
)

Parameters

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