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
Syntaxpublic Rectangle[] Process()
Public Function Process As Rectangle()
public:
array<Rectangle>^ Process()
member Process : unit -> Rectangle[]
Return Value
Type:
Rectangle The list of rects. The first ones are more relevents than the lasts ones.
See Also