49 std::vector<std::string> path, nom;
50 std::vector<wxObjectEventFunction> funct;
65 path.push_back(
datadir +
"/pignon.png");
66 nom.push_back(
"Configuration of the window");
69 path.push_back(
datadir +
"/info.png");
70 nom.push_back(
"Information of the contours in the scene");
73 path.push_back(
datadir +
"/Threshold.png");
74 nom.push_back(
"Superpose a 'Red Image' to the selected Image Threshold");
77 path.push_back(
datadir +
"/Threshold.png");
78 nom.push_back(
"Superpose a Color Image");
81 path.push_back(
datadir +
"/Help.png");
82 nom.push_back(
"Show help page with information about the tools");
144 wxLaunchDefaultBrowser(_T(
"http://www.creatis.insa-lyon.fr/site/fr/EndUserGuide"), 0);