How to use hog.detect [closed]

asked 2017-11-17 03:37:23 -0600

Văn gravatar image

Hi, I am read hog opencv document I have hog.detect and hog.detectMultiScale? What is different it? Can you give me an example for hog.detect ? What is output of hog.detect? Thank you very much!

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-09-27 12:01:30.625932

Comments

But I dont see hog.detect() function. Can you help me ? Thanks!

Văn gravatar imageVăn ( 2017-11-17 04:00:07 -0600 )edit

you probably should use detectMultiScale anyway.

detect() can only find objects in exactly the same size it was trained upon, 64x128 in the person case

berak gravatar imageberak ( 2017-11-17 07:05:57 -0600 )edit