Hi Peter

On Sat, Sep 9, 2017, at 07:28, Peter Balazovic wrote:
I see there is HOG descriptor implemented within scikit image, I wonder how can I reused or compare exmples given http://scikit-image.org/docs/dev/auto_examples/features_detection/plot_hog.html
with OpenCV where I can find http://docs.opencv.org/3.1.0/d5/d33/structcv_1_1HOGDescriptor.html.
I want to intialize and compute HoG descriptor with both same parametrs. How and which the hog paramerts from scikit relates to OpenCV one? Anyone can help?

The API reference for HoG might help:

http://scikit-image.org/docs/dev/api/skimage.feature.html?highlight=hog#skimage.feature.hog

Best regards
Stéfan