How to calculation histogram of Mat in android studio.
How to calculation histogram of Mat in android studio.
I have image
i want calculation histogram of block of image . there are 49 block by 49 histogram. But idon't know did it.
help me plz.
See C++ implementation of LBP here (https://github.com/Itseez/opencv/blob/master/modules/contrib/src/facerec.cpp) and you may find what you want.