jonysy / miro

A modern computer vision platform.
7 stars 1 forks source link

Image interface #3

Closed jonysy closed 7 years ago

jonysy commented 7 years ago

Image crates

image picto

Image proc. crates

imageproc imageproc 2 picto raster seqproc image algos rs-pixels rs-rgba_pixels bayer

Other useful projects

arrayvec ndarray

jonysy commented 7 years ago

SubImage contains a mutable reference to a GenericImage - this could be an issue: the mutable borrow prevents subsequent moves, borrows, or modification until the borrow ends [link].

jonysy commented 7 years ago

In picto, there are 3 types of views:

jonysy commented 7 years ago

Going with image. Reasons: