Hugintrunk
0.1
|
Classes | |
class | GraphPopupWindow |
simple popup to show graph More... | |
class | Graph |
help class to draw charts More... | |
Functions | |
wxBitmap | GetDistortionGraph (const HuginBase::SrcPanoImage &srcImage) |
return wxBitmap with graph of distortion for given SrcPanoImage More... | |
wxBitmap WXIMPEX wxGraphTools::GetDistortionGraph | ( | const HuginBase::SrcPanoImage & | srcImage | ) |
return wxBitmap with graph of distortion for given SrcPanoImage
Definition at line 193 of file GraphTools.cpp.
References HuginBase::PTools::Transform::createTransform(), wxGraphTools::Graph::DrawGrid(), wxGraphTools::Graph::DrawLine(), wxGraphTools::Graph::GetGraph(), HuginBase::SrcPanoImage::getHeight(), HuginBase::SrcPanoImage::getWidth(), NRPOINTS, HuginBase::PanoramaOptions::RECTILINEAR, wxGraphTools::Graph::SetChartArea(), wxGraphTools::Graph::SetChartDisplay(), HuginBase::PanoramaOptions::setHeight(), HuginBase::PanoramaOptions::setHFOV(), HuginBase::PanoramaOptions::setProjection(), HuginBase::PanoramaOptions::setWidth(), and HuginBase::PTools::Transform::transform().
Referenced by ImageVariableDialog::OnShowDistortionGraph(), and LensCalFrame::OnShowDistortionGraph().