This repo was created to improve my OpenCV experience. In this repo i will commit a small project sperate on directory. All of directory will have own README with theroy and how functions is implemented in code. To use this repo you should have a small knownledge in image processing. For example with morphology operation.
Python 3.9 - to run my py scripts
OpenCV-2 - to make operaction with vision
AruCo Markers generator - to get knownledge how AruCo markers working
Get knownledge of:
- Load image to variable
- Capture frame from camera
- Binarization image
- Morphology operation(erode, dilate, open, close)
- Counting object on image
- Get contures of object
- Get center of the object
- Locate Aruco and my own markers
All of the folders in this repo have his own README. In README you will see:
- Description of the project
- How it works(include theory step by step)
- Results(gif/viedo)
Money conting - is project which will show how to counting coins working
Finding tag - is project which will show how to use/detect own markers
AruCo marker - is project which will show how to use/detect aruCo markers