Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin_base/algorithms/control_points/CleanCP.cpp File Reference
algorithms for remove control points by statistic method More...
#include "CleanCP.h"
Include dependency graph for CleanCP.cpp:

Namespaces | |
| namespace | HuginBase |
Functions | |
| UIntSet | getCPoutsideLimit_pair (Panorama pano, double n) |
| optimises images pairwise and removes for every image pair control points with error > mean+n*sigma | |
| UIntSet | getCPoutsideLimit (Panorama pano, double n) |
| optimises the whole panorama and removes all control points with error > mean+n*sigma | |
| UIntSet | getCPinMasks (HuginBase::Panorama pano) |
| returns these control points, which are in masks | |
Detailed Description
algorithms for remove control points by statistic methodthe algorithm is based on ptoclean by Bruno Postle
- Author:
- Thomas Modes
Function Documentation
|
|
returns these control points, which are in masks
|
|
||||||||||||
|
optimises the whole panorama and removes all control points with error > mean+n*sigma
|
|
||||||||||||
|
optimises images pairwise and removes for every image pair control points with error > mean+n*sigma
|
1.3.9.1