hugin1/tests/old/interpolator.cpp File Reference
Test the interpolator classes. More...
#include <config.h>
#include <boost/test/unit_test.hpp>
#include <boost/test/floating_point_comparison.hpp>
#include <panoinc.h>
#include <functional>
#include <vigra/basicimage.hxx>
#include <vigra/impex.hxx>
#include <vigra/error.hxx>
#include "vigra/functorexpression.hxx"
#include <PT/Interpolators.h>
Include dependency graph for interpolator.cpp:

Functions | |
| template<class SrcIterator, class SrcAccessor, class DestIterator, class DestAccessor, class TempImg, class Interpolator> | |
| void | interpolate (vigra::triple< SrcIterator, SrcIterator, SrcAccessor > src, vigra::triple< DestIterator, DestIterator, DestAccessor > dest, TempImg &temp, Interpolator interp) |
| void | interpolator_test () |
| test_suite * | init_unit_test_suite (int, char **) |
Detailed Description
Test the interpolator classes.
- Author:
- Pablo d'Angelo <pablo.dangelo@web.de>
- Id
- interpolator.cpp 1810 2006-12-30 22:22:09Z dangelo
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this software; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Function Documentation
|
||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
1.3.9.1