This repository explaine what is open cv and how to use it in computer vision.
To know using of Open CV in Computer Vision and be the first step befor learning machine learning and deep learning in Computer Vision.
- know Open-CV libray.
- how to read and resize the image using open-cv.
- how to display the image using open-cv or matplotlip.
- Could to converting image from type to another type.
- You will know what is the edge detection.
- Using sobel, lablacian and canny to detect edges from image.
- Know what is the advantage of canny detection than other types.
- Know the binary threshold and inverse binary threshold.
- Threshold can be usefuel in segmentaion.
- Using Otsu to make segmentation in the image.
I hope to be this the fisrt step to learn computer vision field and be very useful to you.