Skip to content

Implementasi OpenCV (CV2) pada python untuk deteksi dan melacak objek. Corner Detection, Edge Detection, Contour Detection, dll

License

Notifications You must be signed in to change notification settings

PhilipPurwoko/OpenCV-ObjectDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV-ObjectDetecction

Implementasi OpenCV (CV2) pada python untuk deteksi dan melacak objek

Konten

  • Template Matching
  • Corner Detection
  • Edge Detection
  • Grid Detection
  • Contour Detection
  • Feature Matching
  • Watershed Algorithm Detection

ObjectDetectionCamera.py

Gunakan keyboard 1,2,3,4,5 untuk mengganti detection mode

  1. Face Detection
  2. Corner Detection
  3. Contour Detection
  4. Edge Detection
  5. Watershed Algorithm

Requirement

Catatan : OpenCV, Numpy, Matplotlib sudah terinstall secara default di Anaconda

  • OpenCV2 (cv2) pip install opencv-python
  • Numpy pip install numpy
  • Matplotlib pip install matplotlib
  • Conda, untuk jupyter notebook (.ipnyb)

About

Implementasi OpenCV (CV2) pada python untuk deteksi dan melacak objek. Corner Detection, Edge Detection, Contour Detection, dll

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published