visual c++ - how to calculate the HOGDescriptor for specified locations in opencv -


I am trying to find a hog descriptor for human activity recognition, how to do the HOG descriptor for the specified location using opencv

Actually, there is no inbuilt functionality for this. You should remove the area yourself and give it as a "matte" type for the hog.compute () method.

Hint: Study OpenCV "hog.detectMultiScale" method that does the same thing.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -