GeorgeSeif / Image-Processing-OpenCVLinks
Image Processing using the OpenCV C++ API
☆39Updated 7 years ago
Alternatives and similar repositories for Image-Processing-OpenCV
Users that are interested in Image-Processing-OpenCV are comparing it to the libraries listed below
Sorting:
- C++ implementation for 《Image Fusion with Guided Filtering》☆21Updated 7 years ago
- fast guided filter implementation for OpenCV☆73Updated 8 years ago
- Automatically stiching several individual images to generate a panorama image. Writing from scratch in C++.☆168Updated 6 years ago
- Fastest CPU (AVX/SSE) RGB to grayscale: 2-4x faster than OpenCV. For image processing/computer vision.☆92Updated 4 years ago
- A solution for images stitchinging based on Sift, kd-tree, RANSAC and Multi-band Blending.☆166Updated 9 years ago
- Real time image stitch☆62Updated 3 years ago
- Image Segmentation using Texture and Color features in C++☆115Updated 8 years ago
- CLAHE (Contrast Limited Adaptive Histogram Equalization) implementation for OpenCV☆36Updated 14 years ago
- Speeded Up Adaptive Contrast Enhancement (SUACE); an OpenCV based contrast enhancement technique.☆43Updated 5 years ago
- C++ implementation of the ECCV 2016 paper, Natural Image Stitching with the Global Similarity Prior.☆51Updated 6 years ago
- some filters (boxfilter, fast bilateral filter, fast guided filter and permutohedral bilateral filter)☆57Updated 4 years ago
- C++ implementation of the Fast Super-Resolution Convolutional Neural Network (FSRCNN).☆30Updated 6 years ago
- Image Brightness Enhancement Automatically Based on Fast Haze Removal☆35Updated 7 years ago
- Small library for working with rotated rectangle shaped image regions.☆16Updated 7 years ago
- Real-Time Specular Highlight Removal with OpenCV and CUDA☆74Updated 6 years ago
- ZQlib☆149Updated 3 years ago
- A blur detection with FFT written in C☆37Updated 3 years ago
- Fast segmentation of object from background given approximate object bounding box☆19Updated 9 years ago
- Libtorch Examples☆42Updated 4 years ago
- An implementation of Edge Drawing algorithm☆37Updated 6 years ago
- Multi-frame super-resolution via sub-pixel.