31#ifndef __TEXCOORDREMAPPER_H
32#define __TEXCOORDREMAPPER_H
49 std::vector< std::vector<hugin_utils::FDiff2D> >
map;
All variables of a source image.
A class for exchanging pointers to coordinates.
An abstract base class for objects that calculate an approximate remap specified by quadrilatrials.
HuginBase::SrcPanoImage * image
VisualizationState * visualization_state
HuginBase::Panorama * m_pano
std::vector< std::vector< hugin_utils::FDiff2D > > map
double texture_coords[2][2][2]
virtual void UpdateAndResetIndex()
unsigned int number_of_faces
virtual bool GetNextFaceCoordinates(Coords *result)
Get the texture and vertex coordinates for the next face.
double vertex_coords[2][2][2]
misc math function & classes used by other parts of the program