| 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
)
Public Overridable Sub Process (
<OutAttribute> ByRef rects As Rect()
)
public:
virtual void Process(
[OutAttribute] array<Rect>^% rects
)
abstract Process :
rects : Rect[] byref -> unit
override Process :
rects : Rect[] byref -> unit
Parameters
- rects
- Type: OpenCvSharpRect
The list of rects. The first ones are more relevents than the lasts ones.
See Also