prathimacode-hub / Awesome_Python_Scripts

🚀 Curated collection of Awesome Python Scripts which will make you go wow. Dive into this world of 360+ scripts. Feel free to contribute. Show your support by ✨this repository.
https://prathimacode-hub.github.io/Awesome_Python_Scripts/
Mozilla Public License 2.0
361 stars 255 forks source link

Image Distortion Correction Using OpenCV #1010

Closed theshredbox closed 3 years ago

theshredbox commented 3 years ago

Title: Image Distortion Correction Using OpenCV About: The project aims at calculating the distortion coefficients of a given set of images to aid camera calibration Name: YourName Label: Feature Request Assignee: https://github.com/prathimacode-hub


Define You:

Is your feature request related to a problem? Please describe. Digital equipment can capture images at resolutions and with detail that far surpasses the human vision system. Computers can also detect and measure the difference between colors with very high accuracy. But making sense of the content of those images is a problem that computers have been struggling with for decades. To a computer, the above picture is an array of pixels, or numerical values that represent colors.

Describe the solution you'd like...

Describe alternatives you've considered?

The project can also be used to make other image processing functions to improve the image quality.

Additional context MODULE USED- OPENCV The cross-platform and open-source library plays a significant role when it comes to the growth of computer vision due to several intuitive factors. With its focus on real-time vision, this library assists students, professionals, and researchers in efficiently implementing computer vision projects, as it provides them with robust machine learning infrastructure which was previously available only in a few mature research labs.

prathimacode-hub commented 3 years ago

Issue assigned to @theshredbox for documentation