Skip to content

Commit 0cbd187

Browse files
committed
Update README.md
1 parent dbf756f commit 0cbd187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: AutomationScripts/Object Detector/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The purpose of this program is to help automate the task of object detection in
1010

1111
## Short description of package/script
1212

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.
1414
- OpenCV
1515

1616

@@ -37,4 +37,4 @@ Bhavesh Mandalapu
3737

3838
## Disclaimers, if any
3939

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

Comments
 (0)