File List
Here is a list of all files with brief descriptions:
contrib/rpl/rrel/rrel_affine_est.cxx [code]
contrib/rpl/rrel/rrel_affine_est.h [code]
contrib/rpl/rrel/rrel_cauchy_obj.cxx [code]
contrib/rpl/rrel/rrel_cauchy_obj.h [code]
contrib/rpl/rrel/rrel_estimation_problem.cxx [code]
contrib/rpl/rrel/rrel_estimation_problem.h [code]Base class for an estimation problem in the robust estimation library
contrib/rpl/rrel/rrel_fwd.h [code]
contrib/rpl/rrel/rrel_homography2d_est.cxx [code]
contrib/rpl/rrel/rrel_homography2d_est.h [code]Class to maintain data and optimization model for 2d homography estimation
contrib/rpl/rrel/rrel_homography2d_est_aff.cxx [code]
contrib/rpl/rrel/rrel_homography2d_est_aff.h [code]
contrib/rpl/rrel/rrel_irls.cxx [code]
contrib/rpl/rrel/rrel_irls.h [code]Iteratively-reweighted least-squares minimization of an M-estimator
contrib/rpl/rrel/rrel_kernel_density_obj.cxx [code]
contrib/rpl/rrel/rrel_kernel_density_obj.h [code]Kernel Density objective function
contrib/rpl/rrel/rrel_linear_regression.cxx [code]
contrib/rpl/rrel/rrel_linear_regression.h [code]
contrib/rpl/rrel/rrel_lms_obj.cxx [code]
contrib/rpl/rrel/rrel_lms_obj.h [code]The Least-Median-of-Squares (LMS) objective function
contrib/rpl/rrel/rrel_lts_obj.cxx [code]
contrib/rpl/rrel/rrel_lts_obj.h [code]The Least-Trimmed-Squares (LTS) objective function
contrib/rpl/rrel/rrel_m_est_obj.cxx [code]
contrib/rpl/rrel/rrel_m_est_obj.h [code]
contrib/rpl/rrel/rrel_misc.cxx [code]
contrib/rpl/rrel/rrel_misc.h [code]
contrib/rpl/rrel/rrel_mlesac_obj.cxx [code]
contrib/rpl/rrel/rrel_mlesac_obj.h [code]
contrib/rpl/rrel/rrel_muse_table.cxx [code]
contrib/rpl/rrel/rrel_muse_table.h [code]Look-up table for the normalization terms used in the MUSE objective function
contrib/rpl/rrel/rrel_muset_obj.cxx [code]
contrib/rpl/rrel/rrel_muset_obj.h [code]
contrib/rpl/rrel/rrel_objective.h [code]Abstract base class for robust objective functions
contrib/rpl/rrel/rrel_orthogonal_regression.cxx [code]
contrib/rpl/rrel/rrel_orthogonal_regression.h [code]
contrib/rpl/rrel/rrel_quad_est.cxx [code]
contrib/rpl/rrel/rrel_quad_est.h [code]
contrib/rpl/rrel/rrel_ran_sam_search.cxx [code]
contrib/rpl/rrel/rrel_ran_sam_search.h [code]Random sampling search for minimization of a robust objective function
contrib/rpl/rrel/rrel_ransac_obj.cxx [code]
contrib/rpl/rrel/rrel_ransac_obj.h [code]
contrib/rpl/rrel/rrel_shift2d_est.cxx [code]
contrib/rpl/rrel/rrel_shift2d_est.h [code]Class to maintain data and optimization model for 2d shift estimation
contrib/rpl/rrel/rrel_trunc_quad_obj.cxx [code]
contrib/rpl/rrel/rrel_trunc_quad_obj.h [code]Truncated quadratic loss function
contrib/rpl/rrel/rrel_tukey_obj.cxx [code]
contrib/rpl/rrel/rrel_tukey_obj.h [code]Beaton-Tukey loss function
contrib/rpl/rrel/rrel_util.h [code]
contrib/rpl/rrel/rrel_util.txx [code]
contrib/rpl/rrel/rrel_wgted_ran_sam_search.cxx [code]
contrib/rpl/rrel/rrel_wgted_ran_sam_search.h [code]Weighted/Non-uniform Random sampling search for minimization of a robust objective function
contrib/rpl/rrel/rrel_wls_obj.h [code]