CudaHOGDetectMultiScale Method (IInputArray) |
http://www.emgu.com
Performs object detection with increasing detection window.
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic MCvObjectDetection[] DetectMultiScale(
IInputArray image
)
Public Function DetectMultiScale (
image As IInputArray
) As MCvObjectDetection()
public:
array<MCvObjectDetection>^ DetectMultiScale(
IInputArray^ image
)
member DetectMultiScale :
image : IInputArray -> MCvObjectDetection[]
Parameters
- image
- Type: Emgu.CVIInputArray
The CudaImage to search in
Return Value
Type:
MCvObjectDetectionThe regions where positives are found
See Also