Click or drag to resize

HOGDescriptorCompute Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public virtual float[] Compute(
	Mat img,
	Nullable<Size> winStride = null,
	Nullable<Size> padding = null,
	Point[] locations = null
)

Parameters

img
Type: OpenCvSharpMat
winStride (Optional)
Type: SystemNullableSize
padding (Optional)
Type: SystemNullableSize
locations (Optional)
Type: OpenCvSharpPoint

Return Value

Type: Single
See Also