| hog_descriptor | R Documentation | 
Histogram of Orientated Gradients (HOG)..
hog_descriptor(img, cell, n_bins)
| img | a gray-scale matrix. | 
| cell | the number of HOG windows per bound box. | 
| n_bins | the number of histogram bins. | 
a feature vector of length 'cell^2 * n_bins'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.