49 std::vector<std::string> path, nom;
50 std::vector<wxObjectEventFunction> funct;
52 path.push_back(
datadir +
"/Segmentation.png");
53 nom.push_back(
"Find shapes by automatic segmentation");
56 path.push_back(
datadir +
"/ITK.png");
57 nom.push_back(
"Find shapes by automatic segmentation with ITK");
60 path.push_back(
datadir +
"/snake.png");
61 nom.push_back(
"Find shapes using border snake interaction");