You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply…
Easy to use edge detection library using canny edge detection algorithm and sobel operators, with some other utilities to remove boiler-plate code for applications.
Borde is a GPU-accelerated edge detection app written in C++ and CUDA. It is designed to be fast, easy to use, and easy to integrate into existing projects. Borde is licensed under the MIT license.
ImageContrastEnhancement is a demonstration of the capabilities of convolutional genetic algorithms in image processing, specifically in the area of contrast enhancement.