Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
CPEditorPanel.h File Reference
#include <vector>
#include <set>
#include <functional>
#include <utility>
#include <string>
#include "Celeste.h"
#include "CelesteGlobals.h"
#include "Utilities.h"
#include <panodata/Panorama.h>
#include "CPImagesComboBox.h"
#include "CPImageCtrl.h"
#include <panotools/PanoToolsInterface.h>
Include dependency graph for CPEditorPanel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CPEditorPanel
 control point editor panel. More...
 
class  CPEditorPanelXmlHandler
 xrc handler More...
 

Namespaces

 vigra
 Implementation of fast vector type with support of linear algebra operations Copyright (C) 2009 Lukáš Jirkovský l.jir.nosp@m.kovs.nosp@m.ky@gm.nosp@m.ail..nosp@m.com
 
 vigra_ext
 

Functions

vigra_ext::CorrelationResult PointFineTuneProjectionAware (const HuginBase::SrcPanoImage &templ, const vigra::UInt8RGBImage &templImg, vigra::Diff2D templPos, int templSize, const HuginBase::SrcPanoImage &search, const vigra::UInt8RGBImage &searchImg, vigra::Diff2D searchPos, int sWidth)
 function for fine-tune with remapping to stereographic projection More...
 

Detailed Description

Author
Pablo d'Angelo pablo.nosp@m..dan.nosp@m.gelo@.nosp@m.web..nosp@m.de

$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 CPEditorPanel.h.

Function Documentation

vigra_ext::CorrelationResult PointFineTuneProjectionAware ( const HuginBase::SrcPanoImage templ,
const vigra::UInt8RGBImage &  templImg,
vigra::Diff2D  templPos,
int  templSize,
const HuginBase::SrcPanoImage search,
const vigra::UInt8RGBImage &  searchImg,
vigra::Diff2D  searchPos,
int  sWidth 
)