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

  /external/opencv3/modules/imgproc/src/
colormap.cpp 111 static Mat interp1(InputArray _x, InputArray _Y, InputArray _xi)
116 Mat xi = _xi.getMat();
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 547 double _xi = (h[0]*Mx + h[1]*My + h[2])*ww; local
549 double err[] = { _xi - m[i].x, _yi - m[i].y };
554 { Mx*ww, My*ww, ww, 0, 0, 0, -Mx*ww*_xi, -My*ww*_xi },
    [all...]

Completed in 61 milliseconds