CudaHOGDetectMultiScale Method (IInputArray) |
http://www.emgu.com
Performs object detection with increasing detection window.
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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