This is the complete list of members for cv::LevMarqSparse, including all inherited members.
A | cv::LevMarqSparse | |
ask_for_proj(CvMat &_vis, bool once=false) | cv::LevMarqSparse | |
ask_for_projac(CvMat &_vis) | cv::LevMarqSparse | |
B | cv::LevMarqSparse | |
bundleAdjust(vector< Point3d > &points, const vector< vector< Point2d > > &imagePoints, const vector< vector< int > > &visibility, vector< Mat > &cameraMatrix, vector< Mat > &R, vector< Mat > &T, vector< Mat > &distCoeffs, const TermCriteria &criteria=TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 30, DBL_EPSILON), BundleAdjustCallback cb=0, void *user_data=0) | cv::LevMarqSparse | static |
cb | cv::LevMarqSparse | |
clear() | cv::LevMarqSparse | virtual |
criteria | cv::LevMarqSparse | |
data | cv::LevMarqSparse | |
deltaP | cv::LevMarqSparse | |
ea | cv::LevMarqSparse | |
eb | cv::LevMarqSparse | |
err | cv::LevMarqSparse | |
errNorm | cv::LevMarqSparse | |
fjac | cv::LevMarqSparse | |
func | cv::LevMarqSparse | |
hX | cv::LevMarqSparse | |
inv_V_star | cv::LevMarqSparse | |
iters | cv::LevMarqSparse | |
JtJ_diag | cv::LevMarqSparse | |
lambda | cv::LevMarqSparse | |
LevMarqSparse() | cv::LevMarqSparse | |
LevMarqSparse(int npoints, int ncameras, int nPointParams, int nCameraParams, int nErrParams, Mat &visibility, Mat &P0, Mat &X, TermCriteria criteria, void(CV_CDECL *fjac)(int i, int j, Mat &point_params, Mat &cam_params, Mat &A, Mat &B, void *data), void(CV_CDECL *func)(int i, int j, Mat &point_params, Mat &cam_params, Mat &estim, void *data), void *data, BundleAdjustCallback cb, void *user_data) | cv::LevMarqSparse | |
num_cam_param | cv::LevMarqSparse | |
num_cams | cv::LevMarqSparse | |
num_err_param | cv::LevMarqSparse | |
num_point_param | cv::LevMarqSparse | |
num_points | cv::LevMarqSparse | |
optimize(CvMat &_vis) | cv::LevMarqSparse | virtual |
P | cv::LevMarqSparse | |
prevErrNorm | cv::LevMarqSparse | |
prevP | cv::LevMarqSparse | |
run(int npoints, int ncameras, int nPointParams, int nCameraParams, int nErrParams, Mat &visibility, Mat &P0, Mat &X, TermCriteria criteria, void(CV_CDECL *fjac)(int i, int j, Mat &point_params, Mat &cam_params, Mat &A, Mat &B, void *data), void(CV_CDECL *func)(int i, int j, Mat &point_params, Mat &cam_params, Mat &estim, void *data), void *data) | cv::LevMarqSparse | virtual |
S | cv::LevMarqSparse | |
U | cv::LevMarqSparse | |
user_data | cv::LevMarqSparse | |
V | cv::LevMarqSparse | |
Vis_index | cv::LevMarqSparse | |
W | cv::LevMarqSparse | |
X | cv::LevMarqSparse | |
Yj | cv::LevMarqSparse | |
~LevMarqSparse() | cv::LevMarqSparse | virtual |