pyaesthetics.selfsimilarity.bin_hog_features

pyaesthetics.selfsimilarity.bin_hog_features(hog_features, n_bins)

Bin the HOG features into n bins.

Parameters:
  • hog_features (numpy.ndarray) – HOG feature vector.

  • n_bins (int) – Number of bins.

Returns:

Binned HOG feature vector.

Return type:

numpy.ndarray