24#ifndef _CONTROLPOINT_H
25#define _CONTROLPOINT_H
63 unsigned int img2,
double dX,
double dY,
82 const std::string getCPString()
const;
101typedef std::pair<typename CPVector::size_type, ControlPoint>
CPoint;
The pano tools interpolators ported to vigra.
represents a control point
ControlPoint(unsigned int img1, double sX, double sY, unsigned int img2, double dX, double dY, int mode=X_Y)
OptimizeMode
minimize x,y or both.
@ X
evaluate x, points are on a vertical line
mainly consists of wrapper around the pano tools library, to assist in ressource management and to pr...
std::vector< ControlPoint > CPVector
std::vector< CPoint > CPointVector
std::pair< typename CPVector::size_type, ControlPoint > CPoint
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.