Skip to content

Commit 1e425c9

Browse files
authored
Update README.md
1 parent db1f75d commit 1e425c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ The images do not need to be the same size, however they must have the same numb
1616

1717
An issue with this task is related to the actual functions utilized in opencv itself. The affine transformation is applied to the entire image, whereas the purpose is to apply it to the individual triangles. The original function applied a simple methodology, however it requires many key points to smooth out the result. Therefore, cropping the image with a bounding box was used to efficiently mitigate this problem.
1818

19+
20+
## Classifier
21+
**Image Library**: OpenCV
22+
**Object Detector**: Vitamin D Pill Bottle
23+
24+
The program was trained to detect a Vitamin D pill bottle using a haar cascade classifier. The program opens a webcam and then a bounding box will appear around and follow the bottle upon entering the frame.

0 commit comments

Comments
 (0)