Implementasi OpenCV (CV2) pada python untuk deteksi dan melacak objek
- Template Matching
- Corner Detection
- Edge Detection
- Grid Detection
- Contour Detection
- Feature Matching
- Watershed Algorithm Detection
Gunakan keyboard 1,2,3,4,5 untuk mengganti detection mode
- Face Detection
- Corner Detection
- Contour Detection
- Edge Detection
- Watershed Algorithm
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)