28 #ifndef LENSCALTYPES_H
29 #define LENSCALTYPES_H
72 #endif // LENSCALTYPES_H
HuginLines::Lines m_lines
list of detected lines
void SetLines(HuginLines::Lines lines)
store given lines in member variable
wxString m_filename
the filename
void SetEdgeImage(vigra::BImage *newEdgeImage)
sets the edge detected image (old image will be deleted)
declaration of functions for finding lines
HuginBase::SrcPanoImage * GetPanoImage()
return the SrcPanoImage from the given filename
void SetFilename(wxString newFilename)
sets the filename, will also regenerated the m_panoImage
ImageLineList(wxString newFilename)
constructor
const unsigned int GetNrOfValidLines()
returns the number of valid lines for given image
void ScaleLines(double scaleFactor)
scale all lines by given scaleFactor
include file for the hugin project
std::vector< SingleLine > Lines
vector of extracted lines from image
vigra::BImage * m_edge
pointer to edge image
~ImageLineList()
destructor, cleans up
const HuginLines::Lines GetLines()
returns the list of detected lines
vigra::BImage * GetEdgeImage()
return pointer to edge image
const wxString GetFilename()
returns the filename
All variables of a source image.
HuginBase::SrcPanoImage * m_panoImage
the HuginBase::SrcPanoImage, for generating the panorama class and necessary transformations ...