mf
Media Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Functions
image.h File Reference
#include "../ndarray/ndarray_view.h"
#include "../opencv.h"

Go to the source code of this file.

Classes

class  mf::image< Pixel >
 Two-dimensional image with given pixel type. More...
 
class  mf::masked_image< Pixel >
 Two-dimensional masked image with given pixel type. More...
 

Namespaces

 mf
 

Functions

template<typename Pixel >
image< Pixel > mf::to_image (const ndarray_view< 2, Pixel > &vw)
 Create image for given ndarray_view. More...
 
template<typename Pixel >
masked_image< Pixel > mf::to_image (const ndarray_view< 2, masked_elem< Pixel >> &vw)