Overload List

NameDescription
DetectMultiScale(GpuImage<(Of <<'(Bgra, Byte>)>>))
Perfroms object detection with increasing detection window.
DetectMultiScale(GpuImage<(Of <<'(Gray, Byte>)>>))
Perfroms object detection with increasing detection window.
DetectMultiScale(GpuImage<(Of <<'(Bgra, Byte>)>>), Double, Size, Size, Double, Int32)
Perfroms object detection with increasing detection window.
DetectMultiScale(GpuImage<(Of <<'(Gray, Byte>)>>), Double, Size, Size, Double, Int32)
Perfroms object detection with increasing detection window.

See Also