}
- wxFrame* frame1 = new wxFrame(NULL, wxID_ANY, wxT("ROI Application - Evaluation version, 28 Jan 2009 "), wxPoint(400,50), wxSize(800, 600) );
+ wxFrame* frame1 = new wxFrame(NULL, wxID_ANY, wxT("ROI Application - Evaluation version, 09 Feb 2009 "), wxPoint(400,50), wxSize(800, 600) );
+
//frame = new wxContourMainFrame( frame1, wxID_ANY, wxString(_T("")), wxPoint(50,50), wxSize(800, 600), images );
frame = wxContourMainFrame::getInstance(frame1, wxID_ANY, wxString(_T("")), wxPoint(200,50), wxSize(800, 600), images );
frame1->CreateStatusBar();
**/
inredo = 0;
inundo = 0;
- stundoredo = "data/temp";
+
+ time_t seconds;
+ seconds = time (NULL);
+ int time = seconds;
+
+
+ stundoredo = "data/temp"+intToString(time);
_currentIndex = 0;
_contourPropagation = NULL;
**/
inredo = 0;
inundo = 0;
- stundoredo = "data/temp";
- _currentIndex = 0;
+ time_t seconds;
+ seconds = time (NULL);
+ int time = seconds;
+
+
+ stundoredo = "data/temp"+intToString(time);
+ _currentIndex = 0;
+
_contourPropagation = NULL;
#if(WIN32)
mkdir(stundoredo.c_str());
{
if( !conceptsFile.empty() )
imageSourceEnv_Reader = new ReaderEnvironment<ImageSourceThing *> (conceptsFile, sourcesFile, sources);
+ //imageSourceEnv_Reader = new ReaderEnvironment<ImageSourceThing *> ("data/holaConceptsFile.cf", sourcesFile, sources);
}
/**