HOG
Description
This operation allows to extract Histogram of Oriented Gradients features. Currently availiable two types:
visualize
: will return 9 bin histogram for each segmentmax
: will return angle with maximum intencity in histogram
Params
tSrc | Tensor | The source image to be grayscaled. |
k | number | region size. |
type | string | Type of HOG features extractor, currently availiable max and visualize. |
Example
gm.hog(inputImage, 5, 3);