YARP
Yet Another Robot Platform
IplImage.h
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 
6 #include <yarp/conf/system.h>
7 
8 YARP_COMPILER_DEPRECATED_WARNING(<yarp/sig/IplImage.h> header is deprecated. Use OpenCV header instead) // Since YARP 3.0.0
9 
10 // For compatibility with old code
11 #include <yarp/sig/impl/IplImage.h>
The main, catch-all namespace for YARP.
Definition: dirs.h:16
#define YARP_COMPILER_DEPRECATED_WARNING(x)
Generate a warning at build time on supported compilers if deprecated warnings are enabled.
Definition: system.h:114