- Color Detection
- Contour Detection
- Matplotlib
- Numpy
- Math
- cv2 (OpenCV 3)
Python 3 Use pip to install any dependencies.
130: image = cv2.imread('imagename.jpg')
imagename <- Image to be detected
134: cv2.imwrite('result.jpg', result)
result <- Detection result image
Run detect.py to see results.
- Single Strawberry
- Multiple Strawberries