Ask Your Question

raj8's profile - activity

2021-04-22 05:07:27 -0600 received badge  Famous Question (source)
2017-10-23 03:49:42 -0600 received badge  Notable Question (source)
2016-03-29 11:22:00 -0600 received badge  Popular Question (source)
2013-10-24 02:21:52 -0600 commented answer how to find glcm of an image in OpenCV or numpy?

thank you :)

2013-10-23 22:56:29 -0600 asked a question how to find glcm of an image in OpenCV or numpy?

I have to find texture based features of an image like correlation,energy,homogeneity,contrast in python. i am using python-opencv to do other operations.since python opencv returns image as an numpy array.but i don't found any good resource to find glcm using either opencv or numpy. also the i have to extract feature for d=1 and angle=[0,45,135,90] and then use this feature in svm.