Searched refs:calcGradRho (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/video/src/ |
D | tvl1flow.cpp | 910 void calcGradRho(const Mat_<float>& I0, const Mat_<float>& I1w, const Mat_<float>& I1wx, const Mat_… in calcGradRho() function 1334 calcGradRho(I0, I1w, I1wx, I1wy, u1, u2, grad, rho_c); in procOneScale()
|