How to calculation histogram of Mat in android studio.

asked 2014-03-27 03:07:22 -0600

RossWell gravatar image

How to calculation histogram of Mat in android studio.

I have image

image description

i want calculation histogram of block of image . there are 49 block by 49 histogram. But idon't know did it.

help me plz.

edit retag flag offensive close merge delete

Comments

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.

tuannhtn gravatar imagetuannhtn ( 2014-03-27 04:35:00 -0600 )edit