OpenCV
imagick
OpenCV | imagick | |
---|---|---|
208 | 3 | |
79,461 | 1,789 | |
0.8% | 1.3% | |
9.8 | 4.4 | |
4 days ago | 3 months ago | |
C++ | Go | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OpenCV
-
20 Open Source Tools I Recommend to Build, Share, and Run AI Projects
OpenCV is an open-source computer vision and machine learning software library that allows users to perform various ML tasks, from processing images and videos to identifying objects, faces, or handwriting. Besides object detection, this platform can also be used for complex computer vision tasks like Geometry-based monocular or stereo computer vision.
-
F1 FollowLine + HSV filter + PID Controller
This library is used for image and video processing, offering functions for tasks like object detection, filtering, and transformations in computer vision.
-
Smile Detector and Photo Capture
Download the Haar cascade XML files for face and smile detection: https://github.com/opencv/opencv/tree/master/data/haarcascades
-
Install OpenCV 4.5 on Ubuntu 22.04
Let's open the most recent release of opencv to the date of this video capturing: https://github.com/opencv/opencv/releases/tag/4.5.1
-
Built in Days, Acquired for $20K: The NuloApp Story
First of all, OpenCV, an open-source computer vision library, was used as the main editing tool. This is how NuloApp is able to get the correct aspect ratio for smartphone content, and do other cool things like centering the video on the speaker so that they aren't out of frame when the aspect ratio is changed.
-
3 example of computer vison technical test - Python / c++
git clone https://github.com/opencv/opencv.git mkdir -p build && cd build cmake ../opencv make -j4 sudo make install
-
Las 10 Mejores Herramientas de Inteligencia Artificial de Código Abierto
OpenCV: Visión por Computadora para Todos (https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zxyacyoqx4h0lvem6jpj.png)
-
Using YOLO for Real-Time Object Detection with Koyeb GPUs
In addition to installing the YOLO implementation from Ultralytics, this also installs OpenCV for image processing.
-
Efficient Driver's License Recognition with OCR API: Step-by-Step Tutorial
OpenCV - The official site for OpenCV, featuring tutorials and documentation.
-
Building a Desktop C++ Barcode Scanner with Slimmed-Down OpenCV and Webcam
git clone https://github.com/opencv/opencv.git cd opencv
imagick
-
Golang library similar to Python's pillow
If you want my opinion on which one to use, I would recommend this one, as there exist bindings for a huge amount of languages.
-
Best way to composite millions of tiny 16x16 images together?
Looks like the kind of problem I'd solve with imagick https://github.com/gographics/imagick
- How to call C++ (wrapped with python) in Go
What are some alternatives?
libvips - A fast image processing library with low memory needs.
VTK - Mirror of Visualization Toolkit repository
OpenImageIO - Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications.
yolov5 - YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
FreeImage - A custom distribution of FreeImage, with a CMake-based build system. Used by the Athena Game Framework.
CImg - The CImg Library is a small and open-source C++ toolkit for image processing
EasyOCR - Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
imaginary - Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
Boost.GIL - Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
go-cairo - Go binding for the cairo graphics library