mf
Media Framework
|
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) |