Revert ebe29d2c8a6544abf5acd8d94be130ec02748f34^..HEAD
This commit is contained in:
parent
7d4f7ec18c
commit
b39f191936
@ -199,6 +199,7 @@ void RefractiveIndex::draw()
|
|||||||
// black
|
// black
|
||||||
ofBackground(0, 0, 0);
|
ofBackground(0, 0, 0);
|
||||||
|
|
||||||
|
ofEnableSmoothing();
|
||||||
if(_currentAnalysis)
|
if(_currentAnalysis)
|
||||||
_currentAnalysis->draw();
|
_currentAnalysis->draw();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -162,12 +162,11 @@ void RelaxRateAnalysis::displayresults()
|
|||||||
{
|
{
|
||||||
|
|
||||||
cvContourFinderVectDisplay.clear();
|
cvContourFinderVectDisplay.clear();
|
||||||
|
|
||||||
for(int i=1;i<cvContourFinderVect.size();i++){
|
for(int i=1;i<cvContourFinderVect.size();i++){
|
||||||
|
|
||||||
if(_state == STATE_STOP) return;
|
if(_state == STATE_STOP) return;
|
||||||
|
|
||||||
|
|
||||||
//cout << "_saved_filenames_analysis[i] - " << _saved_filenames_synthesis[i] << endl;
|
//cout << "_saved_filenames_analysis[i] - " << _saved_filenames_synthesis[i] << endl;
|
||||||
|
|
||||||
while(!_image_shown){
|
while(!_image_shown){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user