Home
last modified time | relevance | path

Searched refs:model_points (Results 1 – 12 of 12) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/mul/msm/
H A Dmsm_shape_instance.cxx81 model().aligner().apply_transform(model_points(),pose_,points_); in points()
128 model().aligner().calc_transform(model_points(),pts,pose_); in fit_to_points()
146 model().aligner().calc_transform(model_points(),pts,pose_); in fit_to_points()
165 model().aligner().calc_transform_wt(model_points(),pts,wts,pose_); in fit_to_points_wt()
193 model().aligner().calc_transform_wt(model_points(),pts,wts,pose_); in fit_to_points_wt()
214 model().aligner().calc_transform_wt_mat(model_points(),pts, in fit_to_points_wt_mat()
234 model().aligner().calc_transform_wt_mat(model_points(),pts, in fit_to_points_wt_mat()
H A Dmsm_shape_instance.h95 const msm_points& model_points() in model_points() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dobj_rec_ransac_model_opps.cpp109 PointCloud<PointXYZ>::Ptr model_points (new PointCloud<PointXYZ> ()); in run() local
115 if ( !vtk_to_pointcloud (model_name, *model_points, *model_normals) ) in run()
122 objrec.addModel (*model_points, *model_normals, "amicelli"); in run()
H A Dobj_rec_ransac_result.cpp155 PointCloud<PointXYZ>::Ptr model_points (new PointCloud<PointXYZ> ()); in run() local
156 model_points_list.push_back (model_points); in run()
168 if ( !vtk2PointCloud (file_name.c_str (), *model_points, *model_normals, vtk_model) ) in run()
172 objrec.addModel (*model_points, *model_normals, model_name, vtk_model); in run()
H A Dobj_rec_ransac_accepted_hypotheses.cpp407 …PointCloud<PointXYZ>::Ptr scene_points (new PointCloud<PointXYZ> ()), model_points (new PointCloud… in run() local
416 …if ( !vtk_to_pointcloud ("../../test/tum_amicelli_box.vtk", *model_points, *model_normals, vtk_mod… in run()
422 objrec.addModel (*model_points, *model_normals, "amicelli", vtk_model); in run()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/msm/tools/
H A Dmsm_reset_shape_modes.cxx220 vnl_vector<double> residual = ref_points.vector() - sm_inst.model_points().vector(); in main()
229 msm_points new_ref_points = sm_inst.model_points(); in main()
H A Dmsm_estimate_residuals.cxx287 calc_point_distances(sm_inst.model_points(),points_in_ref,d); in test_model()
290 dpoints.vector()=points_in_ref.vector()-sm_inst.model_points().vector(); in test_model()
/dports/astro/siril/siril/src/opencv/findHomography/
H A Dmodelest.cpp91 int model_points, int max_iters ) in cvRANSACUpdateNumIters() argument
93 if( model_points <= 0 ) in cvRANSACUpdateNumIters()
103 double denom = 1. - pow(1. - ep,model_points); in cvRANSACUpdateNumIters()
H A Dcalib3d.hpp77 int model_points, int max_iters );
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dsolvepnp.cpp257 int model_points = 5; in solvePnPRansac() local
262 model_points = 4; in solvePnPRansac()
267 model_points = 4; in solvePnPRansac()
271 if( model_points == npoints ) in solvePnPRansac()
310 int result = createRANSACPointSetRegistrator(cb, model_points, in solvePnPRansac()
H A Dcalib3d_c_api.h79 int model_points, int max_iters );
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDAdaptiveSampling.cpp1683 double *model_points = new double[validationSetSize*(dim+1)]; in output_for_optimization() local
1686 model_points[i*(dim+1)+k] = validationSet[i][k]; in output_for_optimization()
1688 model_points[i*(dim+1)+dim] = yModel[i]; in output_for_optimization()
1695 MS_Complex *modelComplex = new MS_Complex(model_points, dim+1, in output_for_optimization()
1698 delete [] model_points; in output_for_optimization()