removed a few extraneous comments
This commit is contained in:
parent
0cd3bca7c0
commit
7bb2f2c1e1
@ -305,7 +305,7 @@ void CamNoiseAnalysis::save_cb(Timer& timer)
|
||||
RefractiveIndex::_pixels = RefractiveIndex::_vidGrabber.getPixelsRef(); //get ofPixels from the camera
|
||||
}
|
||||
|
||||
cout << "CamNoiseAnalysis::saving...\n";
|
||||
//cout << "CamNoiseAnalysis::saving...\n";
|
||||
|
||||
string file_name = ofToString(_save_cnt,2)+"_"+ ofToString(c,2)+"_"+ofToString(_run_cnt,2)+".jpg";
|
||||
|
||||
|
||||
@ -300,7 +300,7 @@ void ColorMultiAnalysis::save_cb(Timer& timer)
|
||||
RefractiveIndex::_pixels = RefractiveIndex::_vidGrabber.getPixelsRef(); //get ofPixels from the camera
|
||||
}
|
||||
|
||||
cout << "ColorMultiAnalysis::saving...\n";
|
||||
//cout << "ColorMultiAnalysis::saving...\n";
|
||||
|
||||
string file_name = ofToString(_save_cnt,2)+"_"+ofToString(c,2)+"_"+ofToString(_run_cnt,2)+".jpg";
|
||||
|
||||
|
||||
@ -313,7 +313,7 @@ void ColorSingleAnalysis::save_cb(Timer& timer)
|
||||
RefractiveIndex::_pixels = RefractiveIndex::_vidGrabber.getPixelsRef(); //get ofPixels from the camera
|
||||
}
|
||||
|
||||
cout << "ColorSingleAnalysis::saving...\n";
|
||||
//cout << "ColorSingleAnalysis::saving...\n";
|
||||
|
||||
string file_name =ofToString(_save_cnt,2)+"_"+fileNameTag+"_"+ofToString(_run_cnt,2)+".jpg";
|
||||
|
||||
|
||||
@ -319,7 +319,7 @@ void DiffNoiseAnalysis::save_cb(Timer& timer)
|
||||
RefractiveIndex::_pixels = RefractiveIndex::_vidGrabber.getPixelsRef(); //get ofPixels from the camera
|
||||
}
|
||||
|
||||
cout << "DiffNoiseAnalysis::saving...\n";
|
||||
//cout << "DiffNoiseAnalysis::saving...\n";
|
||||
|
||||
string file_name = ofToString(_save_cnt,2)+"_"+ ofToString(c,2)+"_"+ofToString(_run_cnt,2)+".jpg";
|
||||
|
||||
|
||||
@ -283,7 +283,7 @@ void IResponseAnalysis::save_cb(Timer& timer)
|
||||
RefractiveIndex::_pixels = RefractiveIndex::_vidGrabber.getPixelsRef(); //get ofPixels from the camera
|
||||
}
|
||||
|
||||
cout << "IResponseAnalysis::saving...\n";
|
||||
//cout << "IResponseAnalysis::saving...\n";
|
||||
|
||||
string file_name = ofToString(_save_cnt,2)+"_"+ ofToString(c,2)+"_"+ofToString(_run_cnt,2)+".jpg";
|
||||
|
||||
|
||||
@ -282,7 +282,7 @@ void RelaxRateAnalysis::save_cb(Timer& timer)
|
||||
RefractiveIndex::_pixels = RefractiveIndex::_vidGrabber.getPixelsRef(); //get ofPixels from the camera
|
||||
}
|
||||
|
||||
cout << "RelaxRateAnalysis::saving...\n";
|
||||
//cout << "RelaxRateAnalysis::saving...\n";
|
||||
|
||||
string file_name = ofToString(_save_cnt,2)+"_"+ ofToString(c,2)+"_"+ofToString(_run_cnt,2)+".jpg";
|
||||
|
||||
|
||||
@ -472,7 +472,7 @@ void ShapeFromShadingAnalysis::save_cb(Timer& timer)
|
||||
RefractiveIndex::_pixels = RefractiveIndex::_vidGrabber.getPixelsRef(); //get ofPixels from the camera
|
||||
}
|
||||
|
||||
cout << "ShapeFromShadingAnalysis::saving...\n";
|
||||
//cout << "ShapeFromShadingAnalysis::saving...\n";
|
||||
|
||||
string file_name = ofToString(_save_cnt,2)+"_"+ quad +"_"+ofToString(_run_cnt,2)+".jpg";
|
||||
|
||||
|
||||
@ -303,7 +303,7 @@ void StrobeAnalysis::save_cb(Timer& timer)
|
||||
RefractiveIndex::_pixels = RefractiveIndex::_vidGrabber.getPixelsRef(); //get ofPixels from the camera
|
||||
}
|
||||
|
||||
cout << "StrobeAnalysis::saving...\n";
|
||||
//cout << "StrobeAnalysis::saving...\n";
|
||||
|
||||
string file_name = ofToString(_save_cnt,2)+"_"+ ofToString(_strobe_on) +"_"+ofToString(_run_cnt,2)+".jpg";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user