#include "PhotometricOptimizer.h"#include <fstream>#include <foreign/levmar/lm.h>#include <photometric/ResponseTransform.h>Include dependency graph for PhotometricOptimizer.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | HuginBase |
Defines | |
| #define | CheckLinked(name) |
Functions | |
| double | weightHuber (double x, double sigma) |
| expects the abs(error) values | |
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, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition in file PhotometricOptimizer.cpp.
|
|
Value: if(img_i.name##isLinked())\ {\ for(unsigned j=i+1;j<pano.getNrOfImages();j++)\ if(img_i.name##isLinkedWith(pano.getImage(j)))\ {\ var.imgs.insert(j);\ usedVars[j].insert(var.type);\ };\ } Referenced by HuginBase::PhotometricOptimizer::OptimData::OptimData(). |
|
||||||||||||
|
expects the abs(error) values
Definition at line 41 of file PhotometricOptimizer.cpp. Referenced by HuginBase::PhotometricOptimizer::photometricError(). |
1.3.9.1