Making OpenCV findContours() Really Multithreaded on Gigapixel Images
I’ve been developing Contrek, a C++ library for extracting and merging raster geometry, and recently experimented with using its merging system to make OpenCV findContours() run concurrently on different parts of the same image. The idea is to stream the image in horizontal stripes and run findCont…
Read the full story at r/computervision ↗
Timeline · 1 report
- 2026-09-24 11:33 · r/computervision
Making OpenCV findContours() Really Multithreaded on Gigapixel Images