HomeSort by relevance Sort by last modified time
    Searched refs:Line2 (Results 1 - 3 of 3) sorted by null

  /external/opencv/cv/src/
cvoptflowhs.cpp 127 int Line2;
236 Line2 = -imgStep;
244 Line2 += imgStep;
245 Line1 = Line2 - ((Line2 == 0) ? 0 : imgStep);
246 Line3 = Line2 + ((Line2 == LastLine) ? 0 : imgStep);
249 ConvX = CONV( imgA[Line1 + 1], imgA[Line2 + 1], imgA[Line3 + 1] );
258 GradT = (float) (imgB[Line2] - imgA[Line2]);
    [all...]
cvoptflowlk.cpp 133 int Line2;
301 Line2 = L2 * imgStep;
305 ConvX = CONV( imgA[Line1 + 1], imgA[Line2 + 1], imgA[Line3 + 1] );
314 GradT = (float) (imgB[Line2] - imgA[Line2]);
325 ConvX = CONV( imgA[Line1 + j + 1], imgA[Line2 + j + 1], imgA[Line3 + j + 1] );
334 GradT = (float) (imgB[Line2 + j] - imgA[Line2 + j]);
345 ConvX = CONV( imgA[Line1 + imageWidth - 1], imgA[Line2 + imageWidth - 1],
357 GradT = (float) (imgB[Line2 + imageWidth - 1] - imgA[Line2 + imageWidth - 1])
    [all...]
  /external/opencv3/modules/imgproc/src/
drawing.cpp 635 Line2( Mat& img, Point pt1, Point pt2, const void* color )
    [all...]

Completed in 51 milliseconds