Skip to content

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)

如题
  • WangFengtu1996
  • Opened 
    on Mar 14, 2023
  • #8

The code012 lost the test.avi file
  • WindSoftdzw
  • 2
  • Opened 
    on May 10, 2022
  • #6

我在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

应为‘’‘gray = cv2.cvtColor(src, cv2.COLOR_BGR2GRAY)’’‘
  • CHZarles
  • 2
  • Opened 
    on Nov 28, 2019
  • #3

想知道楼主怎么解决的sift等算法在一些opencv高版本中无法使用的问题
  • WW-0
  • 2
  • Opened 
    on Nov 11, 2019
  • #2
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub