Click or drag to resize
HOGDescriptorCompute Method
http://www.emgu.com

[Missing <summary> documentation for "M:Emgu.CV.HOGDescriptor.Compute(Emgu.CV.IInputArray,System.Drawing.Size,System.Drawing.Size,System.Drawing.Point[])"]

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public float[] Compute(
	IInputArray image,
	Size winStride = null,
	Size padding = null,
	Point[] locations = null
)

Parameters

image
Type: Emgu.CVIInputArray
The image
winStride (Optional)
Type: System.DrawingSize
Window stride. Must be a multiple of block stride. Use Size.Empty for default
padding (Optional)
Type: System.DrawingSize
Padding. Use Size.Empty for default
locations (Optional)
Type: System.DrawingPoint
Locations for the computation. Can be null if not needed

Return Value

Type: Single
The descriptor vector
See Also