Collaboration diagram for Image Input:
![]() |
Classes | |
class | mimas::image_dc1394input< T > |
Image input from firewire digital camera (video1394). More... | |
class | mimas::image_fileinput< T > |
Class for reading an image from a stream. More... | |
class | mimas::image_filesinput< T > |
Class for reading a set of image-files. More... | |
class | mimas::image_gstreamerinput< T > |
Class for reading image from gstreamer-input. More... | |
class | mimas::image_input< T > |
Abstract base-class for input sources. More... | |
class | mimas::image_v4linput< T > |
Class for reading images from a video4linux device. More... | |
class | mimas::image_xineinput< T > |
Class for reading images from a media resource location. More... | |
Functions | |
template<typename T, typename U> | |
image_fileinput< T > & | mimas::operator>> (image_fileinput< T > &input, image< U > &im) |
Stream-operator to read image from stream. | |
std::istream & | mimas::operator>> (std::istream &stream, image< unsigned char > &im) |
For convenience. | |
std::istream & | mimas::operator>> (std::istream &stream, image< int > &im) |
For convenience. | |
std::istream & | mimas::operator>> (std::istream &stream, image< float > &im) |
For convenience. | |
std::istream & | mimas::operator>> (std::istream &stream, image< double > &im) |
For convenience. | |
std::istream & | mimas::operator>> (std::istream &stream, image< rgba< unsigned char > > &im) |
For convenience. | |
std::istream & | mimas::operator>> (std::istream &stream, image< rgba< int > > &im) |
For convenience. | |
std::istream & | mimas::operator>> (std::istream &stream, image< rgba< double > > &im) |
For convenience. | |
std::istream & | mimas::operator>> (std::istream &stream, image< rgba< float > > &im) |
For convenience. | |
template<typename T, typename U> | |
image_gstreamerinput< T > & | mimas::operator>> (image_gstreamerinput< T > &input, image< U > &im) |
template<typename T> | |
image_input< T > & | mimas::operator>> (image_input< T > &input, image< T > &img) |
Stream-operator for arbitrary input-source. |
image_input< T >& mimas::operator>> | ( | image_input< T > & | input, | |
image< T > & | img | |||
) | [inline] |
Stream-operator for arbitrary input-source.
Definition at line 58 of file image_input.h.
References mimas::image_input< T >::read().
Here is the call graph for this function:
image_gstreamerinput< T >& mimas::operator>> | ( | image_gstreamerinput< T > & | input, | |
image< U > & | im | |||
) | [inline] |
Definition at line 57 of file image_gstreamerinput.h.
std::istream& mimas::operator>> | ( | std::istream & | stream, | |
image< rgba< float > > & | im | |||
) | [inline] |
std::istream& mimas::operator>> | ( | std::istream & | stream, | |
image< rgba< double > > & | im | |||
) | [inline] |
std::istream& mimas::operator>> | ( | std::istream & | stream, | |
image< rgba< int > > & | im | |||
) | [inline] |
std::istream& mimas::operator>> | ( | std::istream & | stream, | |
image< rgba< unsigned char > > & | im | |||
) | [inline] |
std::istream& mimas::operator>> | ( | std::istream & | stream, | |
image< double > & | im | |||
) | [inline] |
std::istream& mimas::operator>> | ( | std::istream & | stream, | |
image< float > & | im | |||
) | [inline] |
std::istream& mimas::operator>> | ( | std::istream & | stream, | |
image< int > & | im | |||
) | [inline] |
std::istream& mimas::operator>> | ( | std::istream & | stream, | |
image< unsigned char > & | im | |||
) | [inline] |
image_fileinput< T >& mimas::operator>> | ( | image_fileinput< T > & | input, | |
image< U > & | im | |||
) | [inline] |
Stream-operator to read image from stream.
Definition at line 83 of file image_fileinput.h.
References mimas::image_fileinput< T >::read().
Here is the call graph for this function: