You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AutomationScripts/Object Detector/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The purpose of this program is to help automate the task of object detection in
10
10
11
11
## Short description of package/script
12
12
13
-
- The program draws a green rectangle around the object you want it to find in the image.
13
+
- The program draws a green rectangle around the object you want it to find in the image. It does this using the OpenCV library and the program requires two images as input. The first image is of the object you want the program to detect and the second image is the image in which you want to detect the object.
14
14
- OpenCV
15
15
16
16
@@ -37,4 +37,4 @@ Bhavesh Mandalapu
37
37
38
38
## Disclaimers, if any
39
39
40
-
This program does not work all the time. It may draw a rectangle around an area where the object isn't present.
40
+
This program does not work all the time. It may draw a rectangle around an area where the object isn't present. The program also cannot detect more than one object for the time being.
0 commit comments