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
This program's purpose is to detect an object of the user's choice in an image. To do this the program needs a picture of the object needing to be detected and the image where the object needs to be found. The program will then draw a green rectangle around where it thinks the object is.
3
+
## Aim
4
+
5
+
The aim is to make a program that will detect an object of the users choice in an image the user provides.
6
+
7
+
## Purpose
8
+
9
+
The purpose of this program is to help automate the task of object detection in an image.
10
+
11
+
## Short description of package/script
12
+
13
+
- The program draws a green rectangle around the object you want it to find in the image.
14
+
- OpenCV
15
+
16
+
17
+
## Workflow of the Project
18
+
19
+
- Make sure that the terminal's working directory is the directory where the project is
20
+
- Type in "python object_detector.py path1 path2" where path1 is the file path of the image with the object you want to find in the image in path2
21
+
5
22
6
23
## Setup instructions
7
-
### Dependencies
8
-
openCV: pip install opencv-python
9
24
10
-
### Run instructions
11
-
1. Make sure that the current working directory wherever the Object Detector folder is
12
-
2. Type in "python object_detector.py path1 path2" where path1 is the file path of the image with the object you want to find in the image in path2
0 commit comments