How to get CO-HOG features from an image in matlab

3 views (last 30 days)
How to get CO-HOG features from an image in matlab, and in case that no implementation for it in Matlab could any one tell me how to start to implement it

Answers (1)

Image Analyst
Image Analyst on 15 Mar 2015
Here is a demo of HOG (histogram of gradients) from the Computer Vision System Toolbox. http://www.mathworks.com/help/vision/examples/digit-classification-using-hog-features.html?prodcode=VP&language=en
  2 Comments
Mehad
Mehad on 15 Mar 2015
thanks on your answer , but I need CO-HOG not HOG co occurrence of HOG is enhancement for HOG technique , I need to know if CO-HOG is implemented before if no , how HOG is implemented in matlab to adjust its code
Image Analyst
Image Analyst on 15 Mar 2015
I don't know the details of the built-in hog function. You might have to start writing it yourself if it can't do it.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!