Click or drag to resize

IBitmapImageGetHogDominantGradients Method

Gets the dominant gradients (of the image HOG); a 1 dimension array of (Angle, Gradient), where each element maps to an 8x8 block of an image, whose origin is the top left. StrideX and Height identify the width and height of the dominant gradient array.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
((float , float )[] , int StrideX, int Height) GetHogDominantGradients()

Return Value

Type: ValueTupleValueTupleSingle, Single, Int32, Int32
Dominant gradients (of the image HOG)
See Also