yptheangel / opencv-starter-pack

:computer::eyes: Small code snippets to help you get started for OpenCV application development
8 stars 12 forks source link

Need more practical examples for real applications #2

Closed yptheangel closed 2 years ago

yptheangel commented 3 years ago

Looking for PRs that include good starter code or good sample applications for OpenCV app devs

sainimohit23 commented 3 years ago

Hi @yptheangel, can I work on this?

yptheangel commented 3 years ago

@sainimohit23 yes! you are most welcome. Do you have any ideas on what starter code to add?

I have a few interesting ones, but please feel free to give your suggestions

todo

deep learning based

  1. human detection using opencv dnn module (dont use pytorch/tf/keras)
  2. ocr using tesseract
  3. license plate recognition using tesseract

classical cv but useful

  1. warping using cv2.warpPerspective
  2. thresholding
  3. camera calibration using aruco markers
yptheangel commented 2 years ago

closed for the year 2020. reopen a new issue for hacktoberfest 2021