Home
last modified time | relevance | path

Searched refs:source_down (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/open3d/Open3D-0.2/src/Python/Tutorial/Advanced/
H A Dfast_global_registration.py12 def execute_fast_global_registration(source_down, target_down, argument
18 source_down, target_down, source_fpfh, target_fpfh,
26 source, target, source_down, target_down, source_fpfh, target_fpfh = \ variable
30 result_ransac = execute_global_registration(source_down, target_down,
34 draw_registration_result(source_down, target_down,
38 result_fast = execute_fast_global_registration(source_down, target_down,
41 draw_registration_result(source_down, target_down,
H A Dglobal_registration.py43 source_down, source_fpfh = preprocess_point_cloud(source, voxel_size)
45 return source, target, source_down, target_down, source_fpfh, target_fpfh
48 source_down, target_down, source_fpfh, target_fpfh, voxel_size): argument
54 source_down, target_down, source_fpfh, target_fpfh,
74 source, target, source_down, target_down, source_fpfh, target_fpfh = \ variable
77 result_ransac = execute_global_registration(source_down, target_down,
80 draw_registration_result(source_down, target_down,
H A Dcolored_pointcloud_registration.py51 source_down = voxel_down_sample(source, radius) variable
55 estimate_normals(source_down, KDTreeSearchParamHybrid(
61 result_icp = registration_colored_icp(source_down, target_down,
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Tutorial/Advanced/
H A Dfast_global_registration.py12 def execute_fast_global_registration(source_down, target_down, argument
18 source_down, target_down, source_fpfh, target_fpfh,
26 source, target, source_down, target_down, source_fpfh, target_fpfh = \ variable
30 result_ransac = execute_global_registration(source_down, target_down,
34 draw_registration_result(source_down, target_down,
38 result_fast = execute_fast_global_registration(source_down, target_down,
41 draw_registration_result(source_down, target_down,
H A Dglobal_registration.py43 source_down, source_fpfh = preprocess_point_cloud(source, voxel_size)
45 return source, target, source_down, target_down, source_fpfh, target_fpfh
48 source_down, target_down, source_fpfh, target_fpfh, voxel_size): argument
54 source_down, target_down, source_fpfh, target_fpfh,
74 source, target, source_down, target_down, source_fpfh, target_fpfh = \ variable
77 result_ransac = execute_global_registration(source_down, target_down,
80 draw_registration_result(source_down, target_down,
H A Dcolored_pointcloud_registration.py51 source_down = voxel_down_sample(source, radius) variable
55 estimate_normals(source_down, KDTreeSearchParamHybrid(
61 result_icp = registration_colored_icp(source_down, target_down,
/dports/graphics/open3d/Open3D-0.2/docs/tutorial/Advanced/
H A Dfast_global_registration.rst23 def execute_fast_global_registration(source_down, target_down,
29 source_down, target_down, source_fpfh, target_fpfh,
37 source, target, source_down, target_down, source_fpfh, target_fpfh = \
41 result_ransac = execute_global_registration(source_down, target_down,
45 draw_registration_result(source_down, target_down,
49 result_fast = execute_fast_global_registration(source_down, target_down,
52 draw_registration_result(source_down, target_down,
61 source, target, source_down, target_down, source_fpfh, target_fpfh = \
73 result_ransac = execute_global_registration(source_down, target_down,
77 draw_registration_result(source_down, target_down,
[all …]
H A Dglobal_registration.rst36 source_down = voxel_down_sample(source, voxel_size)
41 estimate_normals(source_down, KDTreeSearchParamHybrid(
48 source_fpfh = compute_fpfh_feature(source_down,
55 source_down, target_down, source_fpfh, target_fpfh, voxel_size):
61 source_down, target_down, source_fpfh, target_fpfh, 0.075,
83 result_ransac = execute_global_registration(source_down, target_down,
86 draw_registration_result(source_down, target_down,
126 source_down = voxel_down_sample(source, voxel_size)
131 estimate_normals(source_down, KDTreeSearchParamHybrid(
138 source_fpfh = compute_fpfh_feature(source_down,
[all …]
H A Dcolored_pointcloud_registration.rst58 source_down = voxel_down_sample(source, radius)
62 estimate_normals(source_down, KDTreeSearchParamHybrid(
68 result_icp = registration_colored_icp(source_down, target_down,
182 source_down = voxel_down_sample(source, radius)
186 estimate_normals(source_down, KDTreeSearchParamHybrid(
192 result_icp = registration_colored_icp(source_down, target_down,
/dports/graphics/py-open3d-python/Open3D-0.2/docs/tutorial/Advanced/
H A Dfast_global_registration.rst23 def execute_fast_global_registration(source_down, target_down,
29 source_down, target_down, source_fpfh, target_fpfh,
37 source, target, source_down, target_down, source_fpfh, target_fpfh = \
41 result_ransac = execute_global_registration(source_down, target_down,
45 draw_registration_result(source_down, target_down,
49 result_fast = execute_fast_global_registration(source_down, target_down,
52 draw_registration_result(source_down, target_down,
61 source, target, source_down, target_down, source_fpfh, target_fpfh = \
73 result_ransac = execute_global_registration(source_down, target_down,
77 draw_registration_result(source_down, target_down,
[all …]
H A Dglobal_registration.rst36 source_down = voxel_down_sample(source, voxel_size)
41 estimate_normals(source_down, KDTreeSearchParamHybrid(
48 source_fpfh = compute_fpfh_feature(source_down,
55 source_down, target_down, source_fpfh, target_fpfh, voxel_size):
61 source_down, target_down, source_fpfh, target_fpfh, 0.075,
83 result_ransac = execute_global_registration(source_down, target_down,
86 draw_registration_result(source_down, target_down,
126 source_down = voxel_down_sample(source, voxel_size)
131 estimate_normals(source_down, KDTreeSearchParamHybrid(
138 source_fpfh = compute_fpfh_feature(source_down,
[all …]
H A Dcolored_pointcloud_registration.rst58 source_down = voxel_down_sample(source, radius)
62 estimate_normals(source_down, KDTreeSearchParamHybrid(
68 result_icp = registration_colored_icp(source_down, target_down,
182 source_down = voxel_down_sample(source, radius)
186 estimate_normals(source_down, KDTreeSearchParamHybrid(
192 result_icp = registration_colored_icp(source_down, target_down,
/dports/graphics/open3d/Open3D-0.2/src/Python/Tutorial/ReconstructionSystem/
H A Dregister_fragments.py35 def compute_initial_registration(s, t, source_down, target_down, argument
50 source_down, target_down,
60 draw_registration_result(source_down, target_down,
78 source_down = voxel_down_sample(source, radius)
80 estimate_normals(source_down, KDTreeSearchParamHybrid(
82 print(np.asarray(source_down.normals))
85 result_icp = registration_colored_icp(source_down, target_down,
154 (source_down, source_fpfh) = preprocess_point_cloud(source)
158 s, t, source_down, target_down,
H A Dtest_pairwise_pc_alignment.py20 (source_down, source_fpfh) = preprocess_point_cloud(source)
27 source_id, target_id, source_down, target_down,
34 draw_registration_result(source_down, target_down,
39 source_down, target_down, transformation_init,
42 draw_registration_result_original_color(source_down, target_down,
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Tutorial/ReconstructionSystem/
H A Dregister_fragments.py35 def compute_initial_registration(s, t, source_down, target_down, argument
50 source_down, target_down,
60 draw_registration_result(source_down, target_down,
78 source_down = voxel_down_sample(source, radius)
80 estimate_normals(source_down, KDTreeSearchParamHybrid(
82 print(np.asarray(source_down.normals))
85 result_icp = registration_colored_icp(source_down, target_down,
154 (source_down, source_fpfh) = preprocess_point_cloud(source)
158 s, t, source_down, target_down,
H A Dtest_pairwise_pc_alignment.py20 (source_down, source_fpfh) = preprocess_point_cloud(source)
27 source_id, target_id, source_down, target_down,
34 draw_registration_result(source_down, target_down,
39 source_down, target_down, transformation_init,
42 draw_registration_result_original_color(source_down, target_down,
/dports/graphics/open3d/Open3D-0.2/docs/tutorial/ReconstructionSystem/
H A Dregister_fragments.rst76 def compute_initial_registration(s, t, source_down, target_down,
91 source_down, target_down,
101 draw_registration_result(source_down, target_down,
133 source_down = voxel_down_sample(source, radius)
135 estimate_normals(source_down, KDTreeSearchParamHybrid(
137 print(np.asarray(source_down.normals))
153 def local_refinement(source, target, source_down, target_down,
166 source_down, target_down, transformation_init)
170 source_down, target_down, transformation)
253 s, t, source_down, target_down,
[all …]
/dports/graphics/py-open3d-python/Open3D-0.2/docs/tutorial/ReconstructionSystem/
H A Dregister_fragments.rst76 def compute_initial_registration(s, t, source_down, target_down,
91 source_down, target_down,
101 draw_registration_result(source_down, target_down,
133 source_down = voxel_down_sample(source, radius)
135 estimate_normals(source_down, KDTreeSearchParamHybrid(
137 print(np.asarray(source_down.normals))
153 def local_refinement(source, target, source_down, target_down,
166 source_down, target_down, transformation_init)
170 source_down, target_down, transformation)
253 s, t, source_down, target_down,
[all …]
/dports/graphics/open3d/Open3D-0.2/src/Python/Tutorial/Benchmark/
H A Dbenchmark_ransac.py53 source_down, source_fpfh = preprocess_point_cloud( variable
59 source_down, target_down,
76 draw_registration_result(source_down, target_down,
H A Dbenchmark_fgr.py45 source_down, source_fpfh = preprocess_point_cloud( variable
51 source_down, target_down,
65 draw_registration_result(source_down, target_down,
H A Dbenchmark_pre.py43 source_down, source_fpfh = preprocess_point_cloud( variable
46 pickle.dump([source_down, source_fpfh], f)
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Tutorial/Benchmark/
H A Dbenchmark_ransac.py53 source_down, source_fpfh = preprocess_point_cloud( variable
59 source_down, target_down,
76 draw_registration_result(source_down, target_down,
H A Dbenchmark_fgr.py45 source_down, source_fpfh = preprocess_point_cloud( variable
51 source_down, target_down,
65 draw_registration_result(source_down, target_down,
H A Dbenchmark_pre.py43 source_down, source_fpfh = preprocess_point_cloud( variable
46 pickle.dump([source_down, source_fpfh], f)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/pw/
H A Drealspace_grid_types.F1035 n_shifts, nn, num_threads, position, source_down, source_up, ub, x, y, z local
1093 CALL cart_shift(rs, idir, -1*n_shifts, source_down, dest_down)
1127 CALL mp_irecv(recv_buf_3d_down, source_down, rs%desc%group, req(1))
1741 CALL cart_shift(rs, idir, -1*n_shifts, source_down, dest_down)
1778 CALL mp_irecv(recv_buf_3d_down, source_down, rs%desc%group, req(1))

12