![]() |
#include <standard.hpp>
#include <string>
#include "CamCheckerWindow.hpp"
#include "CameraCalibrator.hpp"
Include dependency graph for CamCheckerWindow.cpp:

Go to the source code of this file.
Author: Matt Loper
Definition in file CamCheckerWindow.cpp.
|
|
Initial value: {
{ "&File", 0, 0, 0, FL_SUBMENU },
{ "&Open Image(s)...", FL_CTRL + 'o', openImageFiles, 0, FL_MENU_DIVIDER },
{ "E&xit", FL_CTRL + 'q', shutdown, 0 },
{ 0 },
{ "&Compute", 0, 0, 0, FL_SUBMENU|FL_MENU_INVISIBLE },
{ "Point &locations on this image",FL_CTRL + 'l', findPoints, 0 },
{ "Global &Intrinsics", FL_CTRL + 'i', findIntrinsics, 0 },
{ 0 },
{ "&View", 0, 0, 0, FL_SUBMENU|FL_MENU_INVISIBLE },
{ "&Thresholded", FL_CTRL + 't', setImageViewThresholded, 0, FL_MENU_RADIO|FL_MENU_VALUE },
{ "Ori&ginal", FL_CTRL + 'g', setImageViewOriginal, 0, FL_MENU_RADIO },
{ 0 },
{ 0 }
}
Definition at line 53 of file CamCheckerWindow.cpp. |
1.3