hog_descriptor: hog_descriptor

View source: R/HOG.R

hog_descriptorR Documentation

hog_descriptor

Description

Histogram of Orientated Gradients (HOG)..

Usage

hog_descriptor(img, cell, n_bins)

Arguments

img

a gray-scale matrix.

cell

the number of HOG windows per bound box.

n_bins

the number of histogram bins.

Value

a feature vector of length 'cell^2 * n_bins'.


anderslaunerbaek/homemade documentation built on Sept. 18, 2022, 6:47 a.m.