YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
IFrameGrabberImage.h File Reference
#include <yarp/dev/api.h>
#include <yarp/sig/Image.h>
#include <yarp/sig/Vector.h>
+ Include dependency graph for IFrameGrabberImage.h:
+ This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ cropType_id_t

Enumerator
YARP_CROP_RECT 
YARP_CROP_LIST 

Definition at line 14 of file IFrameGrabberImage.h.