Working with OpenCV with Python
I started working with OpenCV with Python. At first, I was interested in learning how use OpenCV with C++ . However, after seeing how I had to manage the OpenCV files with each project, I decided to go with Python.
Here are some initial work with images. The first photo shows the original image and a blurred images. The second photo shows the original image eroded and dilated. The last image shows the original image plus the original image resized and cropped.
Here are some initial work with images. The first photo shows the original image and a blurred images. The second photo shows the original image eroded and dilated. The last image shows the original image plus the original image resized and cropped.
Comments
Post a Comment