issues Search Results · repo:JimmyHHua/opencv_tutorials language:Python
Filter by
6 results
(55 ms)6 results
inJimmyHHua/opencv_tutorials (press backspace or delete to remove)我在opencv官方文档里面找到的代码是
def hog(img):
gx = cv.Sobel(img, cv.CV_32F, 1, 0)
gy = cv.Sobel(img, cv.CV_32F, 0, 1)
mag, ang = cv.cartToPolar(gx, gy)
bins = np.int32(bin_n*ang/(2*np.pi)) # quantizing ...
wk989898
- Opened on Jan 18, 2021
- #5
Hi everyone, I would love to contribute to this project, however I am not sure if maintainers are still active here ...
🤔 Would appreciate your answer.
Daniboy370
- 3
- Opened on Nov 8, 2020
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.