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

  /external/opencv3/modules/calib3d/src/
dls.h 63 cv::Mat cayley2rotbar(const cv::Mat& s);
dls.cpp 145 cv::Mat Cbar = cayley2rotbar(stmp_mat);
164 // C_est(:,:,j) = 1/(1 + sols(:,j)' * sols(:,j)) * cayley2rotbar(sols(:,j));
168 cv::Mat C_est_j = cayley2rotbar(sols_j).mul(sols_mult);
586 cv::Mat dls::cayley2rotbar(const cv::Mat& s) function in class:dls
    [all...]

Completed in 477 milliseconds