Go to the source code of this file.
Classes | |
class | yarp::dev::IFrameGrabberImageBase |
Read a YARP-format image from a device. More... | |
class | yarp::dev::IFrameGrabberOf< ImageType > |
Read a YARP-format image (of a specific type) from a device. More... | |
Namespaces | |
namespace | yarp |
The main, catch-all namespace for YARP. | |
namespace | yarp::dev |
For streams capable of holding different kinds of content, check what they actually have. | |
Typedefs | |
using | yarp::dev::IFrameGrabberImage = IFrameGrabberOf< yarp::sig::ImageOf< yarp::sig::PixelRgb > > |
using | yarp::dev::IFrameGrabberImageRaw = IFrameGrabberOf< yarp::sig::ImageOf< yarp::sig::PixelMono > > |
Enumerations | |
enum | cropType_id_t { YARP_CROP_RECT = 0 , YARP_CROP_LIST } |
enum cropType_id_t |
Enumerator | |
---|---|
YARP_CROP_RECT | |
YARP_CROP_LIST |
Definition at line 14 of file IFrameGrabberImage.h.