rten-imageproc

Crates.iorten-imageproc
lib.rsrten-imageproc
version0.22.1
created_at2023-12-31 20:31:25.22853+00
updated_at2025-09-18 18:22:54.33472+00
descriptionImage tensor processing and geometry functions
homepagehttps://github.com/robertknight/rten
repositoryhttps://github.com/robertknight/rten
max_upload_size
id1084990
size125,347
Robert Knight (robertknight)

documentation

README

rten-imageproc

Library for pre and post-processing image data stored in matrices. It includes functionality for:

  • Finding contours of objects in segmentation masks
  • Working with axis-aligned and oriented bounding boxes / rectangles
  • Simplifying polygons
  • Simple drawing of shapes

The genesis of this library was a need in the ocrs OCR engine for a Rust implementation of a subset of the geometry and image processing functionality provided by libraries like OpenCV and Shapely in Python.

Commit count: 3725

cargo fmt