Hugintrunk
0.1
|
declaration of preview for lens calibration gui More...
Go to the source code of this file.
Classes | |
class | PerspectiveImageCtrl |
image previewer for perspective correction More... | |
class | PerspectiveImageCtrl::Line |
Variables | |
const int | PerspectiveOffset = 200 |
size of border at all sides More... | |
const int | maxSelectionDistance = 10 |
maximal distance for selection of one point More... | |
const int | polygonPointSize = 3 |
half size of markers More... | |
declaration of preview for lens calibration gui
Definition in file PerspectiveImageCtrl.h.
const int maxSelectionDistance = 10 |
maximal distance for selection of one point
Definition at line 36 of file PerspectiveImageCtrl.h.
const int PerspectiveOffset = 200 |
size of border at all sides
Definition at line 34 of file PerspectiveImageCtrl.h.
Referenced by PerspectiveImageCtrl::ClipPos(), PerspectiveImageCtrl::invtransform(), PerspectiveImageCtrl::OnDraw(), PerspectiveImageCtrl::rescaleImage(), and PerspectiveImageCtrl::transform().
const int polygonPointSize = 3 |
half size of markers
Definition at line 38 of file PerspectiveImageCtrl.h.