Skip to main content

All Questions

0 votes
1 answer
1k views

HOG descriptor algorithm

I would like to implement a HOG descriptor in C++. I found an implementation of this code in Open Pattern Recognition Project - Histograms of Oriented Gradients (HOG) Feature Extraction. An extract of ...
bigTree's user avatar
  • 101
4 votes
2 answers
989 views

Qualitative Evaluation of Interest-Point-Detectors and Descriptors in Computer Vision

I'm writing on a qualitative evaluation study of interest-point-detectors and descriptors. I've read all Mikolajczyk papers as well as most of the surves from Datta et al. etc. Now I'm implementing an ...
Mr.Mountain's user avatar