superviseddescent icon indicating copy to clipboard operation
superviseddescent copied to clipboard

Replace vl-hog with a modern C++ solution

Open patrikhuber opened this issue 9 years ago • 2 comments

vl-hog has really good performance and it's hard to replace. But I don't like to include C headers and I would really like to replace it with a header-only, modern C++ solution. It's just hard to find one, and rewriting vl-hog would be a lot of work.

I managed to include vl-hog as "header-only" by #include'ing vl-hog's .c file, and I had to make some casts in its code explicit in the process to get it to compile. I hope what I did is not problematic.

patrikhuber avatar Jun 09 '15 20:06 patrikhuber

Did you try the opencv HOG implementation ? since you already use opencv...

ghost avatar Feb 10 '17 16:02 ghost

I've had quite bad performance with OpenCV's HOG implementation when I tried it back then. It was either accuracy, speed, or both.

patrikhuber avatar Feb 10 '17 16:02 patrikhuber