Browse Source

bugfix with map

Björn Fröhlich 13 years ago
parent
commit
f8728f5ffd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      semseg/SemSegCsurka.cpp

+ 1 - 0
semseg/SemSegCsurka.cpp

@@ -1485,6 +1485,7 @@ void SemSegCsurka::classifyregions ( CachedExample *ce, NICE::Image & segresult,
   
 #ifdef UNCERTAINTY
   FloatImage uncert(xsize, ysize);
+  uncert.set(0.0);
 #endif
   
   if ( classifier != NULL )