rten-imageproc

Crates.iorten-imageproc
lib.rsrten-imageproc
version0.14.0
sourcesrc
created_at2023-12-31 20:31:25.22853
updated_at2024-10-27 17:52:42.76122
descriptionImage tensor processing and geometry functions
homepagehttps://github.com/robertknight/rten
repositoryhttps://github.com/robertknight/rten
max_upload_size
id1084990
size120,614
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: 2326

cargo fmt