YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
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
10
11YARP_LOG_COMPONENT(IFRAMEGRABBEROF, "yarp.dev.IFrameGrabberOf")
12
13yarp::dev::IFrameGrabberImageBase::~IFrameGrabberImageBase() = default;
14
15template class yarp::dev::IFrameGrabberOf<yarp::sig::ImageOf<yarp::sig::PixelRgb>>;
16template class yarp::dev::IFrameGrabberOf<yarp::sig::ImageOf<yarp::sig::PixelMono>>;
17template class yarp::dev::IFrameGrabberOf<yarp::sig::ImageOf<yarp::sig::PixelFloat>>;
18template class yarp::dev::IFrameGrabberOf<yarp::sig::FlexImage>;
const yarp::os::LogComponent & IFRAMEGRABBEROF()
#define YARP_LOG_COMPONENT(name,...)
The main, catch-all namespace for YARP.
Definition dirs.h:16