Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedabdalkreem/optical_mark_recognition
In this project we work to know all the contours in the image and how to deal with specific part of image and splitting it to work on it wihtout another part of image.
https://github.com/ahmedabdalkreem/optical_mark_recognition
canny-edge-detection computer-vision contours gaussian-blur matplotlib object-detection open-cv optical-mark-recognition python
Last synced: about 21 hours ago
JSON representation
In this project we work to know all the contours in the image and how to deal with specific part of image and splitting it to work on it wihtout another part of image.
- Host: GitHub
- URL: https://github.com/ahmedabdalkreem/optical_mark_recognition
- Owner: AhmedAbdAlkreem
- Created: 2023-09-01T19:35:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-04T20:08:18.000Z (about 1 year ago)
- Last Synced: 2024-01-26T11:10:48.877Z (10 months ago)
- Topics: canny-edge-detection, computer-vision, contours, gaussian-blur, matplotlib, object-detection, open-cv, optical-mark-recognition, python
- Language: Jupyter Notebook
- Homepage:
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optical_Mark_Recognition
In this project we work to know all the contours in the image and how to deal with specific part of image and splitting it
to work on it wihtout another part of image.# Goals of this practice:
1) To learn more in detection of image.
2) Know what is the conturs in the iamges.
3) Specific the area of all the contours in the image.
4) Splitting specific contour and work on it.
5) Make edge detection and buring in the image.
6) Detect all the object need from image through contours.Before this practice you will learn more in detect object and make bluring in image and i hope that be useful.