HomeSort by relevance Sort by last modified time
    Searched full:wcoef (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/stitching/src/
autocalib.cpp 182 Mat_<double> wcoef; local
183 SVD::solveZ(A, wcoef);
188 W(i,j) = W(j,i) = wcoef(idx_map[i][j], 0) / wcoef(5,0);

Completed in 65 milliseconds