Explorar o código

context fixed

Bjoern Froehlich %!s(int64=13) %!d(string=hai) anos
pai
achega
19057c67b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      semseg/SemSegContextTree.cpp

+ 1 - 1
semseg/SemSegContextTree.cpp

@@ -633,7 +633,7 @@ void SemSegContextTree::computeIntegralImage(const vector<vector<int> > &current
 	int ysize = currentfeats[0].size();
 	
 	int channels = (int)labelmap.size();
-			
+#pragma omp parallel for
 	for(int c = 0; c < channels; c++)
 	{
 		integralImage.set(0,0,tree[currentfeats[0][0]].dist[c], c);