YARP
Yet Another Robot Platform
IFrameGrabberImage.cpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3  * SPDX-License-Identifier: BSD-3-Clause
4  */
5 
8 
9 #include <yarp/os/LogComponent.h>
10 
11 YARP_LOG_COMPONENT(IFRAMEGRABBEROF, "yarp.dev.IFrameGrabberOf")
12 
13 yarp::dev::IFrameGrabberImageBase::~IFrameGrabberImageBase() = default;
14 
15 template class yarp::dev::IFrameGrabberOf<yarp::sig::ImageOf<yarp::sig::PixelRgb>>;
16 template class yarp::dev::IFrameGrabberOf<yarp::sig::ImageOf<yarp::sig::PixelMono>>;
17 template class yarp::dev::IFrameGrabberOf<yarp::sig::ImageOf<yarp::sig::PixelFloat>>;
18 template class yarp::dev::IFrameGrabberOf<yarp::sig::FlexImage>;
const yarp::os::LogComponent & IFRAMEGRABBEROF()
#define YARP_LOG_COMPONENT(name,...)
Definition: LogComponent.h:77
unsigned char PixelMono
Monochrome pixel type.
Definition: Image.h:447
float PixelFloat
Floating point pixel type.
Definition: Image.h:583
The main, catch-all namespace for YARP.
Definition: dirs.h:16