[][src]Module simplecv::io

Some wrapper functions for image IO operations.

Since simplecv is based on ndarray, these functions use image crate to read images and store data in ndarray::Array.

Functions

imread

Read an image file into an array.

imsave

Save an RGB image to an file.

imsave_gray

Save an grayscale image to an file.