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 (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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