ut-ras / r5-2019

Region 5 2018-2019
MIT License
5 stars 0 forks source link

Vision/erode dilate #28

Closed thetianshuhuang closed 5 years ago

thetianshuhuang commented 5 years ago

Description

Added erode-dilate module.

API Changes

Adds module erode_dilate with functions erode_dilate::erode and erode_dilate::dilate. Does exactly what it sounds like.

Todos

Notes

Uses recent API changes in vision/core. Will not work without most recent vision/core commits (core::image.iter_pixels, core::image.enum_pixels, and core::image.enum_borrow)