Click or drag to resize

EdgeBoxesGetBoundingBoxes Method

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

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