OpenCV
libvips
OpenCV | libvips | |
---|---|---|
218 | 27 | |
83,721 | 10,605 | |
0.5% | 0.9% | |
9.9 | 9.6 | |
6 days ago | 3 days ago | |
C++ | C | |
Apache License 2.0 | GNU Lesser General Public License v3.0 only |
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
-
GSOC 2025 Report: AprilTag, FAST, and ORB Detectors
OpenCV
-
What is the Most Effective AI Tool for App Development Today?
Google's Gemini and other multimodal models also fit here, especially for mixed-input apps. James Allsopp, Founder of Ask Zyro, suggests, "For anything involving images or mixed inputs, tools like Claude 3 Opus (great for handling long context) or Google's Gemini can work well, depending on what you need for your user interface." These frameworks excel in scenarios requiring visual understanding, such as augmented reality apps or image-based search tools.
-
GoCV + openCV: an approach to capture video
cd C:\sources git clone https://github.com/opencv/opencv.git // create the opencv directory git clone https://github.com/opencv/opencv_contrib.git // create the opencv_contrib directory
-
How to Fix Go Project Build Error with gocv on Android?
git clone https://github.com/opencv/opencv.git cd opencv git checkout 4.x
-
Grasping Computer Vision Fundamentals Using Python
To aspiring innovators: Dive into open-source frameworks like OpenCV or PyTorch, experiment with custom object detection models, or contribute to projects tackling bias mitigation in training datasets. Computer vision isn’t just a tool, it’s a bridge between the physical and digital worlds, inviting collaborative solutions to global challenges. The next frontier? Systems that don’t just interpret visuals, but contextualise them with human-like reasoning. Start building, and you’ll shape how tomorrow’s machines perceive reality.
-
Top Programming Languages for AI Development in 2025
Ideal For: Computer vision, NLP, deep learning, and machine learning
- AI ตรวจจับใบหน้าด้วย OpenCV แบบเรียลไทม์: เริ่มต้นง่าย ๆ ด้วย Python
- Accelerating OpenCV with CUDA on Jetson Orin NX: A Complete Build Guide
-
How to draw an outline in a video game
Note that the 'Jump Flood Algorithm' is O(N log N) where N is the number of pixels. There is a better O(N) algorithm which can be parallelized over the number of rows/columns of an image:
https://news.ycombinator.com/item?id=36809404
Unfortunately, it requires random access writes (compute shaders) if you want to run it on the GPU. But if CPU is fine, here are a few implementations:
JavaScript: https://parmanoir.com/distance/
C: https://github.com/983/df
C++: https://github.com/opencv/opencv/blob/4.x/modules/imgproc/sr...
Python: https://github.com/pymatting/pymatting/blob/afd2dec073cb08b8...
-
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.
libvips
-
Jemalloc Postmortem
Yep, imgproxy seems to use libvips, that recommends jemalloc. I was checking and this is a funny (not) bug report:
https://github.com/libvips/libvips/discussions/3019
-
The magic (image resampling) kernel
Was pretty surprised myself, as I consider myself decently knowledgeable in the field. Learn of it via https://github.com/libvips/libvips/issues/4089.
-
GraphicsMagick – a Swiss army knife of image processing
For most things you would use this for, or ImageMagick for that matter, you are almost certainly better of using libvips[0]
0. https://github.com/libvips/libvips
-
Ask HN: How to handle user file uploads?
Read through the comments and was surprised no one mentioned libvips - https://github.com/libvips/libvips. At my current small company we were trying to allow image uploads and started with imagemagick but certain images took too long to process and we were looking for faster alternatives. It's a great tool with minimum overhead. For video thumbnails, we use ffmpeg which is really heavy. We off-load video thumbnail generation to a queue. We've had great luck with these tools.
-
Building an online image compressor
After some research, I found libvips, a demand-driven, horizontally threaded image processing library. It is designed to run quickly while using as little as memory as possible.
- Libvips: A fast image processing library with low memory needs
-
Things you might not know about Next Image
Sharp is a fast and efficient image optimization Node.js module that makes use of the native libvips library.
-
Go Image Converting
h2non/bimg can handle both if the underlying libvips is compiled with support for both formats.
-
.Webp is the bane of my existence
if you're using linux (which it doesn't seem so) there's also vispdisp https://github.com/jcupitt/vipsdisp which is based on https://github.com/libvips/libvips which will likely take over how images are decoded in the future for everything, at least methodology wise.
-
How are responsive image sets are generated, stored, and managed server-side?
The magic happens by way of a library called Libvips, which contains an ultra-high-speed low-memory image resizer.
What are some alternatives?
Mask_RCNN - Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
imagick - Go binding to ImageMagick's MagickWand C API
CImg - The CImg Library is a small and open-source C++ toolkit for image processing
GD - GD Graphics Library
EasyOCR - Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
FFmpeg - Mirror of https://git.ffmpeg.org/ffmpeg.git