Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.69 KB

File metadata and controls

33 lines (22 loc) · 1.69 KB

image-debug-utils

Crates.io Ask DeepWiki Rust CI Build and Deploy to Pages codecov

Some niche but useful utilities for imageproc.

Usage

Examples

Visual Comparison

Demonstration of remove_hypotenuse_owned filtering out high-aspect-ratio artifacts (thin lines) from a synthetic shape.

Before Processing After remove_hypotenuse_owned
Before After
Original contours (Red) showing noisy thin lines Processed contours (Green) with noise removed

Feature Gallery

Intelligent Bounding Boxes Connected Components Labeling
Rects Components
Converting Rotated Rects (Green) to AABB (Red) Visualizing Top-5 connected regions with distinct colors

Interactive Demo

Explore an interactive WASM visualizer to experiment with these utilities in real-time.