Click or drag to resize

EdgeBoxesGetBoundingBoxes Method

http://www.emgu.com
Returns array containing proposal boxes.

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Rectangle[] GetBoundingBoxes(
	IInputArray edgeMap,
	IInputArray orientationMap
)

Parameters

edgeMap
Type: Emgu.CVIInputArray
edge image.
orientationMap
Type: Emgu.CVIInputArray
orientation map.

Return Value

Type: Rectangle
Proposal boxes.
See Also