Explorar o código

write different uncertmaps

Björn Fröhlich %!s(int64=13) %!d(string=hai) anos
pai
achega
61856f0a69
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      semseg/SemSegCsurka.cpp

+ 1 - 1
semseg/SemSegCsurka.cpp

@@ -1826,7 +1826,7 @@ void SemSegCsurka::classifyregions ( CachedExample *ce, NICE::Image & segresult,
         int pos = mask ( x, y );
         segresult.setPixel ( x, y, Regionen[pos].first );
 #ifdef UNCERTAINTY
-        uncert(x,y) = regionUncert[pos];
+        //uncert(x,y) = regionUncert[pos];
 #endif
       }
     }