Advertisement
Guest User

Links for all image detection methods I tried in OpenCV

a guest
Feb 17th, 2021
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Links for all the methods:
  2.  
  3. Template Matching: https://docs.opencv.org/master/d4/dc6/tutorial_py_template_matching.html
  4. Haar Cascades: https://docs.opencv.org/3.4/db/d28/tutorial_cascade_classifier.html
  5. Hough Lines: https://www.geeksforgeeks.org/line-detection-python-opencv-houghline-method/
  6. Arithmetic Operations on Images: https://docs.opencv.org/3.4/dd/d4d/tutorial_js_image_arithmetics.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement