You need to enable JavaScript to run this app.Hog - GammaCV
GammaCV Logo
DocsExamplesGitHub

HOG

Description

This operation allows to extract Histogram of Oriented Gradients features. Currently availiable two types:

  • visualize: will return 9 bin histogram for each segment
  • max: will return angle with maximum intencity in histogram
Params
tSrcTensorThe source image to be grayscaled.
knumberregion size.
typestringType of HOG features extractor, currently availiable max and visualize.
Example
gm.hog(inputImage, 5, 3);