TuttleOFX
1
|
#include <tuttle/plugin/utils/global.hpp>
#include <terry/globals.hpp>
#include <tuttle/plugin/ofx/ofxsGil.hpp>
#include <tuttle/plugin/ofx/Progress.hpp>
#include <lensDistortResample.hpp>
#include <string>
#include <sstream>
#include <boost/gil/gil_all.hpp>
#include <boost/gil/extension/io/png_dynamic_io.hpp>
#include <boost/gil/extension/io/jpeg_dynamic_io.hpp>
#include <boost/gil/extension/io/tiff_dynamic_io.hpp>
Go to the source code of this file.
Defines | |
#define | WITHOUT_OFX |
Typedefs | |
typedef double | F |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 22 of file main.cpp.
References tuttle::plugin::lens::AdvancedLensDistortParams< F >::_asymmetric, tuttle::plugin::lens::NormalLensDistortParams< F >::_coef1, tuttle::plugin::lens::FisheyeLensDistortParams< F >::_coef2, tuttle::plugin::lens::NormalLensDistortParams< F >::_distort, tuttle::plugin::lens::CoordonatesSystemParams< F >::_imgCenterDst, tuttle::plugin::lens::CoordonatesSystemParams< F >::_imgCenterSrc, tuttle::plugin::lens::NormalLensDistortParams< F >::_lensCenterDst, tuttle::plugin::lens::NormalLensDistortParams< F >::_lensCenterSrc, tuttle::plugin::lens::CoordonatesSystemParams< F >::_pixelRatio, tuttle::plugin::lens::AdvancedLensDistortParams< F >::_squeeze, boost::gil::const_view(), boost::gil::fill_pixels(), TUTTLE_INFO, TUTTLE_LOG_FATAL, TUTTLE_LOG_INFO, TUTTLE_LOG_VAR, TUTTLE_LOG_VAR2, boost::gil::view(), OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.