Bjoern Froehlich 13 years ago
parent
commit
102a58f901
1 changed files with 1 additions and 1 deletions
  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();
         int ysize = feats.height();
 
 
         integralImg.reInit ( xsize, ysize, channels );
         integralImg.reInit ( xsize, ysize, channels );
-        integralImgs[i].setAll ( 0.0 );
+        integralImgs.setAll ( 0.0 );
       }
       }
     }
     }