|
Hugin trunk 0.1
|
#include <hugin_shared.h>#include <vigra/stdimage.hxx>#include <vigra/inspectimage.hxx>#include <vigra/copyimage.hxx>#include <vigra/resizeimage.hxx>#include <vigra/transformimage.hxx>#include "hugin_utils/utils.h"#include "hugin_math/hugin_math.h"#include "vigra_ext/FitPolynom.h"#include "vigra_ext/utils.h"#include "vigra_ext/ImageTransforms.h"#include "hugin_config.h"

Go to the source code of this file.
Classes | |
| struct | vigra_ext::CorrelationResult |
| Maximum of correlation, position and value. More... | |
| class | vigra_ext::RotateTransform |
| clockwise rotation around a origin point, and a translation afterwards. More... | |
Namespaces | |
| namespace | vigra_ext |
Macros | |
| #define | VIGRA_EXT_USE_FAST_CORR |
$Id$
This 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 Lesser General Public License for more details.
You should have received a copy of the GNU General Public License along with this software. If not, see http://www.gnu.org/licenses/.
Definition in file Correlation.h.
| #define VIGRA_EXT_USE_FAST_CORR |
Definition at line 48 of file Correlation.h.