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

  /external/opencv3/modules/calib3d/src/
dls.h 78 cv::Mat C_est__, t_est__; // optimal found solution member in class:dls
dls.cpp 75 t_est__ = t_est_[j] - C_est_[j] * R_[i] * mn;
86 t_est__.copyTo(t);
    [all...]

Completed in 42 milliseconds