I'll second everything that Tim says, except that, for reading video, VideoIO.jl would probably be more appropriate. My general workflow has been to read in images using VideoIO, and then manipulate them using Images.jl.
I'll add that Tim has spent a lot of time considering how to make Images.jl very fast (choosing fast algorithms, optimizing for cache hits, etc., and including such optimizations in Julia itself when it makes sense), so I would strongly suggest using his code when feasible. > > - Tracking Algorithms > > - Feature Extraction and Detection > > These would be awesome additions. I like the idea of a separate package. > I'm definitely interested in these areas specifically, so if you start packages for either, I'd be quite interested in contributing. Kevin
