python-hog
python-hog copied to clipboard
WARNING: the cell_size must be even, incrementing cell_size_x of 1
How to change your code if the cell size is not even, because I am getting lesser features from your code compared to original hog implementation.
If your image size is not a multiple of your cell size, I guess you can make it so by padding your image with zeros.