Bjoern Froehlich 13 anni fa
parent
commit
102a58f901
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      semseg/SemSegContextTree.cpp

+ 1 - 1
semseg/SemSegContextTree.cpp

@@ -1821,7 +1821,7 @@ void SemSegContextTree::semanticseg ( CachedExample *ce, NICE::Image & segresult
         int ysize = feats.height();
 
         integralImg.reInit ( xsize, ysize, channels );
-        integralImgs[i].setAll ( 0.0 );
+        integralImgs.setAll ( 0.0 );
       }
     }