Searched refs:levels1 (Results 1 – 1 of 1) sorted by relevance
1147 int levels1 = -1; in calcOpticalFlowPyrLK() local1156 levels1 = int(prevPyr.size()) - 1; in calcOpticalFlowPyrLK()1157 CV_Assert(levels1 >= 0); in calcOpticalFlowPyrLK()1159 …if (levels1 % 2 == 1 && prevPyr[0].channels() * 2 == prevPyr[1].channels() && prevPyr[1].depth() =… in calcOpticalFlowPyrLK()1162 levels1 /= 2; in calcOpticalFlowPyrLK()1166 if(levels1 > 0) in calcOpticalFlowPyrLK()1176 if(levels1 < maxLevel) in calcOpticalFlowPyrLK()1177 maxLevel = levels1; in calcOpticalFlowPyrLK()1208 if (levels1 < 0) in calcOpticalFlowPyrLK()