Home
last modified time | relevance | path

Searched defs:pts2 (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/graphs/
H A DgrFaceToPolygon.m82 pts2 = nodes(face, :); variable
84 pts2 = cell(length(indf), 1); variable
94 pts2 = nodes(face, :); variable
96 pts2 = cell(length(indf), 1); variable
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/geom2d/
H A DprincipalAxesTransform.m64 pts2 = transformPoint(pts, transfo); variable
66 pts2 = transformPoint3d(pts, transfo); variable
H A DtriangleGrid.m53 pts2 = squareGrid(bounds, origin + [dx dy]/2, [dx dy], varargin{:}); variable
H A DangleSort.m81 pts2 = pts - repmat(pt0, [n 1]); variable
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/mvl/
H A DHMatrix2DEuclideanCompute.cxx34 PointArray pts2(matches.count()); in compute() local
52 PointArray const& pts2, in compute_p()
60 PointArray const& pts2, in tmp_fun()
H A DHMatrix2DSimilarityCompute.cxx33 PointArray pts2(matches.count()); in compute() local
51 PointArray const& pts2, in compute_p()
59 PointArray const& pts2, in tmp_fun()
H A DFMatrixCompute.h63 inline FMatrix compute(std::vector<HomgPoint2D>& pts1, std::vector<HomgPoint2D>& pts2) in compute()
65 inline FMatrix compute(std::vector<vgl_homg_point_2d<double> >& pts1, in compute()
H A DHMatrix2DAffineCompute.cxx27 static bool tmp_fun(std::vector<vgl_homg_point_2d<double> > const& pts1, in tmp_fun()
70 std::vector<HomgPoint2D> const& pts2, in tmp_fun()
115 std::vector<HomgPoint2D> pts2(matches.count()); in compute() local
142 const std::vector<HomgPoint2D> &pts2, in compute_p()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/mbl/tests/
H A Dtest_thin_plate_spline_weights_3d.cxx15 std::vector<vgl_point_3d<double> > pts1(n_points),pts2(n_points); in test_tpsw3d_at_fixed_points() local
57 std::vector<vgl_point_3d<double> > pts1(n_points),pts2(n_points),wts(n_points); in test_tpsw3d_at_fixed_points_with_weights() local
H A Dtest_thin_plate_spline_2d.cxx15 std::vector<vgl_point_2d<double> > pts1(n_points),pts2(n_points); in test_tps_at_fixed_points() local
H A Dtest_thin_plate_spline_3d.cxx15 std::vector<vgl_point_3d<double> > pts1(n_points),pts2(n_points); in test_tps3d_at_fixed_points() local
H A Dtest_clamped_plate_spline_2d.cxx15 std::vector<vgl_point_2d<double> > pts1(n_points),pts2(n_points); in test_cps_at_fixed_points() local
/dports/misc/vxl/vxl-3.3.2/contrib/mul/msm/
H A Dmsm_subset_aligner.cxx85 const msm_points& pts2, in calc_transform_from_ref()
97 const msm_points& pts2, in calc_transform()
110 const msm_points& pts2, in calc_transform_wt()
126 const msm_points& pts2, in calc_transform_wt_mat()
H A Dmsm_translation_aligner.cxx53 const msm_points& pts2, in calc_transform_from_ref()
65 const msm_points& pts2, in calc_transform()
96 const msm_points& pts2, in calc_transform_wt()
112 const msm_points& pts2, in calc_transform_wt_mat()
H A Dmsm_zoom_aligner.cxx59 const msm_points& pts2, in calc_transform_from_ref()
88 const msm_points& pts2, in calc_transform()
137 const msm_points& pts2, in calc_transform_wt()
174 const msm_points& pts2, in calc_transform_wt_mat()
H A Dmsm_affine_aligner.cxx86 const msm_points& pts2, in calc_transform_from_ref()
122 const msm_points& pts2, in calc_transform()
167 const msm_points& pts2, in calc_transform_wt()
215 const msm_points& pts2, in calc_transform_wt_mat()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/test/
H A Dtest_usac.cpp22 static int generatePoints (cv::RNG &rng, cv::Mat &pts1, cv::Mat &pts2, cv::Mat &K1, cv::Mat &K2, in generatePoints()
170 static double getError (TestSolver test_case, int pt_idx, const cv::Mat &pts1, const cv::Mat &pts2,… in getError()
206 cv::Mat pts1 = pts1_, pts2 = pts2_; in checkInliersMask() local
234 cv::Mat pts1, pts2, K1, K2; in TEST() local
256 cv::Mat pts1, pts2, K1, K2; in TEST() local
311 cv::Mat pts1, pts2, K1, K2; in TEST() local
366 cv::Mat pts1, pts2, K1, K2; in TEST() local
387 cv::Mat pts1, pts2, K1, K2, mask, model, rvec, tvec, R; in TEST() local
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geom/
H A DCoordinateArrays.java206 public static int compare(Coordinate[] pts1, Coordinate[] pts2) { in compare()
230 Coordinate[] pts2 = (Coordinate[]) o2; in compare() local
271 private static boolean isEqualReversed(Coordinate[] pts1, Coordinate[] pts2) { in isEqualReversed()
293 Coordinate[] pts2 = (Coordinate[]) o2; in compare() local
309 Coordinate[] pts2 = (Coordinate[]) o2; in OLDcompare() local
/dports/graphics/opencv/opencv-4.5.3/samples/python/
H A Dessential_mat_reconstr.py53 pts1 = []; pts2 = [] variable
59 pts1 = np.array(pts1); pts2 = np.array(pts2) variable
/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/
H A DvtkRuledSurfaceFilter.cxx67 vtkIdType *pts2 = nullptr; in RequestData() local
177 int npts2, vtkIdType *pts2) in Resample()
390 int npts2, vtkIdType *pts2) in PointWalk()
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/
H A DvtkRuledSurfaceFilter.cxx63 const vtkIdType* pts2 = nullptr; in RequestData() local
170 vtkPoints* newPts, int npts, const vtkIdType* pts, int npts2, const vtkIdType* pts2) in Resample()
382 const vtkIdType* pts, int npts2, const vtkIdType* pts2) in PointWalk()
/dports/math/vtk6/VTK-6.2.0/Filters/Modeling/
H A DvtkRuledSurfaceFilter.cxx67 vtkIdType *pts2 = 0; in RequestData() local
177 int npts2, vtkIdType *pts2) in Resample()
390 int npts2, vtkIdType *pts2) in PointWalk()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBlendFunc_Ruled.hxx169 gp_Pnt pts2; member in BlendFunc_Ruled
/dports/cad/opencascade/opencascade-7.6.0/src/BlendFunc/
H A DBlendFunc_Ruled.hxx169 gp_Pnt pts2; member in BlendFunc_Ruled
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBlendFunc_Ruled.hxx181 gp_Pnt pts2; member in BlendFunc_Ruled

12345678910>>...13