Get HOG image features from OpenCV + Python?

前端 未结 7 587
小鲜肉
小鲜肉 2020-11-30 18:58

I\'ve read this post about how to use OpenCV\'s HOG-based pedestrian detector: How can I detect and track people using OpenCV?

I want to use HOG for detecting othe

7条回答
  •  生来不讨喜
    2020-11-30 19:39

    If you want fast Python code for HOG features, I've ported the code to Cython: https://github.com/cvondrick/pyvision/blob/master/vision/features.pyx

提交回复
热议问题