Image-debug-utils: Niche but useful tools for image processing
⚓ Rust 📅 2026-01-26 👤 surdeus 👁️ 1Hi folks, I've been working on image-debug-utils, a small utility crate designed to complement imageproc.
It focuses on solving those annoying "last-mile" problems in Computer Vision debugging:
- Filtering Contours: Easily remove thin, noisy artifacts using aspect ratio filters.
- Rect Utilities: Fast conversion from
min_area_rectvertices to standard axis-aligned bounding boxes (AABB). - Component Labeling: Auto-coloring principal connected components to visually inspect labeling/segmentation results.
I also put together an interactive WASM Visualizer so you can play with the parameters directly in the browser.
GitHub: bioinformatist/image-debug-utils
On a side note: I'm currently looking for overseas job opportunities (or roles offering relocation). My primary stack is Rust, with a background in CV/DL/WASM. If your team is looking for a dev, feel free to comment here or find my contact info on my GitHub Profile.
1 post - 1 participant
🏷️ Rust_feed