9 #ifndef __UZH_ICALIBTOOL__
10 #define __UZH_ICALIBTOOL__
13 #include <yarp/sig/Image.h>
22 virtual bool open (yarp::os::Searchable &config) = 0;
24 virtual bool configure (yarp::os::Searchable &config) = 0;
26 virtual void apply(
const yarp::sig::ImageOf<yarp::sig::PixelRgb> & in,
27 yarp::sig::ImageOf<yarp::sig::PixelRgb> &
out) = 0;