Find Real Python’s Beginners Roadmap for Learning Python! We also offer a beginner’s level user guide, which uses interesting examples to help you learn programming and web development. Happy Coding!
Implementation of the Fourier transform in one dimension for an arbitrary function. Using numpy packages for obtaining the Fourier transform in two dimensions for images, including the cross sectional function of each of the transformed images and applying a filter for obtaining Barcelona map without horizontal lines after the transformation.
A selection of custom developed python codes for use in various drone imaging applications, such as batch conversion of DNG (RAW) drone images to JPEG or PNG, use of the rawpy library features of demosaicing, gamma factor correction and use of skimage library to demonstrate histogram histogram equalization in colour images to create better contrast and depth. This repository also increases coding developed for use in generating panorama composite images both in JPG and DNG format, a very useful technique in high definition aerial imagery and makes use of the SIFT algorithm in Python's OpenCV image stitcher function. These codes are open for use in educational and demonstration uses and for non-profit organisations.
"Statistics Calculator" allows calculating variance, mean and standard deviation from a data set. This Project also consists of other functions for Random generator and Population sampling to test the data.