Revert "Revert ebe29d2c8a6544abf5acd8d94be130ec02748f34^..HEAD"
This reverts commit b39f191936473ddc46ca9aa1cc596ea112e22dd8.
This commit is contained in:
parent
b39f191936
commit
a0483636ac
@ -199,7 +199,6 @@ void RefractiveIndex::draw()
|
|||||||
// black
|
// black
|
||||||
ofBackground(0, 0, 0);
|
ofBackground(0, 0, 0);
|
||||||
|
|
||||||
ofEnableSmoothing();
|
|
||||||
if(_currentAnalysis)
|
if(_currentAnalysis)
|
||||||
_currentAnalysis->draw();
|
_currentAnalysis->draw();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -162,11 +162,12 @@ 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