Image - an image processing library based upon Vix

Today’s fun library: image_vision is now available on hex.

ImageVision is a simple, opinionated image vision library for Elixir. It sits alongside the image library and answers three questions about any image - illustrated best with some extracts from the included livebook:

What’s in the image?

Where are the objects in the image?

Where are the objects, and then apply an image overlay to visualise them.

What are the positions and dimensions of the objects?

Which pixels belong to which object in the image?

What are the objects at a pixel mask level. Then visualise them using color masks.

9 Likes