ABOUT ME

-

Today
-
Yesterday
-
Total
-

Preferred Graphy

[Image Processing] - Finding a person.
- Data Analyzing For Asset. 2021.01.14 23:32

1. This program will find people in this photo. 2. Importing cv2 package, we can find people in this photo. just read the source code below. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 import cv2 #ready# hog = cv2.HOGDescriptor() hog.setSVMDetector(cv2.HOGDescriptor_getDefaultPeopleDetector()) hogParams = {'winStride':(8,8), 'padding':(32,32), 'scale':1.05, 'hitThreshold':0, 'finalThreshold':5} #dete..

The Journal, Preferred Graphy.