minooei / imutilsLinks
A series of convenience functions to make basic image processing operations such as translation, rotation, resizing and skeletonization with OpenCV and C++.
☆14Updated 7 years ago
Alternatives and similar repositories for imutils
Users that are interested in imutils are comparing it to the libraries listed below
Sorting:
- get shape templates using shape contexts.☆34Updated 10 years ago
- OpenCV ellipse detector.☆18Updated 5 years ago
- Superpixels segmentation algorithms with QT and OpenCV, with a nice GUI to colorize the cells☆32Updated 3 years ago
- Linear Hough Transformation in C++☆49Updated 5 years ago
- A tool designed to unify and streamline the evaluation of perception models across different frameworks and datasets.☆81Updated this week
- 边缘匹配算法☆13Updated 2 years ago
- Speeded Up Adaptive Contrast Enhancement (SUACE); an OpenCV based contrast enhancement technique.☆44Updated 5 years ago
- For template matching, and object detection,registration or bin picking maybe☆21Updated 7 years ago
- Image Segmentation using Texture and Color features in C++☆116Updated 8 years ago
- C++ Implementation of Savitzky-Golay filters☆34Updated 5 years ago
- 2D shape match location rotation☆32Updated 6 years ago
- A small C++ library for efficient calculation of rotation invariant features in 2D images using OpenCV.☆12Updated 4 years ago
- Fastest CPU (AVX/SSE) RGB to grayscale: 2-4x faster than OpenCV. For image processing/computer vision.