Home
last modified time | relevance | path

Searched refs:num_voxels (Results 1 – 25 of 52) sorted by relevance

123

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/pro/processes/
H A Dbvxm_scene_kml_process.cxx50 vgl_vector_3d<unsigned> num_voxels = params->num_voxels(); in bvxm_scene_kml_process() local
54 double dim_x = num_voxels.x()*voxel_length; in bvxm_scene_kml_process()
55 double dim_y = num_voxels.y()*voxel_length; in bvxm_scene_kml_process()
56 double dim_z = num_voxels.z()*voxel_length; in bvxm_scene_kml_process()
138 vgl_vector_3d<unsigned> num_voxels = params->num_voxels(); in bvxm_scene_poly_overlap_process() local
142 double dim_x = num_voxels.x()*voxel_length; in bvxm_scene_poly_overlap_process()
143 double dim_y = num_voxels.y()*voxel_length; in bvxm_scene_poly_overlap_process()
144 double dim_z = num_voxels.z()*voxel_length; in bvxm_scene_poly_overlap_process()
H A Dbvxm_dem_to_xyz_process.cxx78 vgl_vector_3d<unsigned> num_voxels = params->num_voxels(); in bvxm_dem_to_xyz_process() local
81 dim_x = num_voxels.x()*voxel_length; in bvxm_dem_to_xyz_process()
82 dim_y = num_voxels.y()*voxel_length; in bvxm_dem_to_xyz_process()
83 dim_z = num_voxels.z()*voxel_length; in bvxm_dem_to_xyz_process()
128 size_t ni = num_voxels.x(); in bvxm_dem_to_xyz_process()
129 size_t nj = num_voxels.y(); in bvxm_dem_to_xyz_process()
235 vgl_vector_3d<unsigned> num_voxels = params->num_voxels(); in bvxm_dem_to_xyz_process2() local
238 dim_x = num_voxels.x()*voxel_length; in bvxm_dem_to_xyz_process2()
239 dim_y = num_voxels.y()*voxel_length; in bvxm_dem_to_xyz_process2()
247 size_t ni = num_voxels.x(); in bvxm_dem_to_xyz_process2()
[all …]
H A Dbvxm_scene_local_box_process.cxx49 max_x = params->num_voxels().x() * params->voxel_length() + params->corner().x(); in bvxm_scene_local_box_process()
50 max_y = params->num_voxels().y() * params->voxel_length() + params->corner().y(); in bvxm_scene_local_box_process()
51 max_z = params->num_voxels().z() * params->voxel_length() + params->corner().z(); in bvxm_scene_local_box_process()
H A Dbvxm_create_land_map_process.cxx49 vgl_vector_3d<unsigned> num_voxels = params->num_voxels(); in bvxm_create_land_map_process() local
53 double dimx = params->num_voxels().x() * params->voxel_length(); in bvxm_create_land_map_process()
54 double dimy = params->num_voxels().y() * params->voxel_length(); in bvxm_create_land_map_process()
55 double dimz = params->num_voxels().z() * params->voxel_length(); in bvxm_create_land_map_process()
62 ni = num_voxels.x(); in bvxm_create_land_map_process()
63 nj = num_voxels.y(); in bvxm_create_land_map_process()
H A Dbvxm_scene_box_process.cxx52 double dimx = params->num_voxels().x() * params->voxel_length(); in bvxm_scene_box_process()
53 double dimy = params->num_voxels().y() * params->voxel_length(); in bvxm_scene_box_process()
54 double dimz = params->num_voxels().z() * params->voxel_length(); in bvxm_scene_box_process()
H A Dbvxm_compare_3d_voxels_process.cxx66 vgl_vector_3d<unsigned int> grid_size = multi_scale_world->get_params()->num_voxels(input_scale); in bvxm_compare_3d_voxels_process()
74 vgl_vector_3d<unsigned int> gt_grid_size = main_world->get_params()->num_voxels(); in bvxm_compare_3d_voxels_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm_bridge/
H A Dbvxm_to_boxm2.cxx36 …subblocks, dimx: " << params->num_voxels().x() << " dimy: " << params->num_voxels().y() << " dimz:… in create_regular_world_scene_xml()
49 …vgl_vector_3d<unsigned> sub_block_num(params->num_voxels().x(),params->num_voxels().y(),params->nu… in create_regular_world_scene_xml()
/dports/science/minc2/minc-release-2.2.00/progs/mincmath/
H A Dmincmath.c203 static void do_math(void *caller_data, long num_voxels,
209 static void accum_math(void *caller_data, long num_voxels,
215 static void start_math(void *caller_data, long num_voxels,
219 static void end_math(void *caller_data, long num_voxels,
558 static void do_math(void *caller_data, long num_voxels, in do_math() argument
603 for (ivox=0; ivox < num_voxels*input_vector_length; ivox++) { in do_math()
747 static void accum_math(void *caller_data, long num_voxels, in accum_math() argument
776 for (ivox=0; ivox < num_voxels*input_vector_length; ivox++) { in accum_math()
846 static void start_math(void *caller_data, long num_voxels, in start_math() argument
872 for (ivox=0; ivox < num_voxels*output_vector_length; ivox++) { in start_math()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A DStatClust.c46 int num_voxels; member
120 clust_ptr->num_voxels = 0; in initialize_cluster()
146 printf ("# Voxels = %d \n", clust_ptr->num_voxels); in print_cluster()
331 clust_ptr->num_voxels = 1; in new_cluster()
452 na = aclust->num_voxels; in merge_clusters()
453 nb = bclust->num_voxels; in merge_clusters()
454 abclust->num_voxels = na + nb; in merge_clusters()
593 if (j->num_voxels > m->num_voxels) in sort_clusters()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/
H A Dbvxm_world_params.cxx35 const vgl_vector_3d<unsigned int>& num_voxels, in set_params() argument
47 num_voxels_ = num_voxels; in set_params()
177 … << " <voxel_dim_x type=\"unsigned\" value=\"" << this->num_voxels().x() << "\"></voxel_dim_x>\n" in write_xml()
178 … << " <voxel_dim_y type=\"unsigned\" value=\"" << this->num_voxels().y() << "\"></voxel_dim_y>\n" in write_xml()
179 … << " <voxel_dim_z type=\"unsigned\" value=\"" << this->num_voxels().z() << "\"></voxel_dim_z>\n" in write_xml()
H A Dbvxm_world_params.h48 const vgl_vector_3d<unsigned int>& num_voxels,
73 inline vgl_vector_3d<unsigned int> num_voxels(unsigned scale=0) {
H A Dbvxm_voxel_world.cxx78 … "bvxm_voxel_world : " << params->num_voxels().x() << " x " << params->num_voxels().y() << " x " <… in operator <<()
205 vgl_vector_3d<unsigned int> grid_size = params_->num_voxels(scale);
487 vgl_vector_3d<unsigned int> grid_size = params_->num_voxels(scale); in update_edges_lidar()
588 vgl_vector_3d<unsigned int> grid_size = params_->num_voxels(scale_idx); in heightmap()
738 vgl_vector_3d<unsigned int> grid_size = params_->num_voxels(scale_idx); in heightmap_exp()
892 vgl_vector_3d<unsigned int> grid_size = params_->num_voxels(scale_idx); in uncertainty()
961 vgl_vector_3d<unsigned> num_vox = params_->num_voxels(scale_idx); in voxel_index_to_xyz()
974 vgl_vector_3d<unsigned int> grid_size = params_->num_voxels(scale_idx); in compute_plane_image_H()
/dports/science/minc2/minc-release-2.2.00/progs/mincaverage/
H A Dmincaverage.c147 static void do_normalization(void *caller_data, long num_voxels,
154 static void do_average(void *caller_data, long num_voxels,
160 static void start_average(void *caller_data, long num_voxels,
164 static void finish_average(void *caller_data, long num_voxels,
615 static void do_normalization(void *caller_data, long num_voxels, in do_normalization() argument
645 for (ivox=0; ivox < num_voxels*input_vector_length; ivox++) { in do_normalization()
744 static void do_average(void *caller_data, long num_voxels, in do_average() argument
799 for (ivox=0; ivox < num_voxels*input_vector_length; ivox++) { in do_average()
828 static void start_average(void *caller_data, long num_voxels, in start_average() argument
849 for (ivox=0; ivox < num_voxels*output_vector_length; ivox++) { in start_average()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/libsrc/
H A Dvoxel_loop.h124 (void *caller_data, long num_voxels,
182 (void *caller_data, long num_voxels,
207 (void *caller_data, long num_voxels,
/dports/science/minc2/minc-release-2.2.00/progs/mincwindow/
H A Dmincwindow.c111 static void do_window(void *caller_data, long num_voxels,
217 static void do_window(void *caller_data, long num_voxels, in do_window() argument
239 for (ivox=0; ivox < num_voxels*input_vector_length; ivox++) { in do_window()
/dports/science/minc2/minc-release-2.2.00/libsrc/
H A Dvoxel_loop.h124 (void *caller_data, long num_voxels,
182 (void *caller_data, long num_voxels,
207 (void *caller_data, long num_voxels,
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/pro/tests/
H A Dtest_bvxm_roi_init_process.cxx48 vgl_vector_3d<unsigned int> num_voxels(30,30,5); in test_bvxm_roi_init_process() local
52 …world_params->set_params("./", vgl_point_3d<float>(0.0f,0.0f,0.0f), num_voxels, voxel_length, lvcs… in test_bvxm_roi_init_process()
70 …world_params->set_params("./", vgl_point_3d<float>(0.0f,0.0f,0.0f), num_voxels, voxel_length, lvcs… in test_bvxm_roi_init_process()
H A Dtest_bvxm_create_local_rpc_process.cxx42 vgl_vector_3d<unsigned int> num_voxels(20,20,5); in test_bvxm_create_local_rpc_process() local
48 …_params("./local_rpc_test", vgl_point_3d<float> (-10.0f,-10.0f,-2.5f), num_voxels, voxel_length, l… in test_bvxm_create_local_rpc_process()
/dports/science/minc2/minc-release-2.2.00/progs/mincmakevector/
H A Dmincmakevector.c91 static void do_makevector(void *caller_data, long num_voxels,
227 static void do_makevector(void *caller_data, long num_voxels, in do_makevector() argument
249 ivoxel < num_voxels; in do_makevector()
/dports/science/minc2/minc-release-2.2.00/progs/mincsample/
H A Dmincsample.c66 void count_points(void *caller_data, long num_voxels, int input_num_buffers,
70 void get_points(void *caller_data, long num_voxels, int input_num_buffers,
300 void get_points(void *caller_data, long num_voxels, int input_num_buffers, in get_points() argument
321 for(ivox = 0; ivox < num_voxels * input_vector_length; ivox++){ in get_points()
412 void count_points(void *caller_data, long num_voxels, int input_num_buffers, in count_points() argument
427 for(ivox = 0; ivox < num_voxels * input_vector_length; ivox++){ in count_points()
/dports/science/minc2/minc-release-2.2.00/progs/minccmp/
H A Dminccmp.c78 void pass_0(void *caller_data, long num_voxels,
83 void pass_1(void *caller_data, long num_voxels,
300 void pass_0(void *caller_data, long num_voxels, in pass_0() argument
325 for(ivox = num_voxels * input_vector_length; ivox--;){ in pass_0()
393 void pass_1(void *caller_data, long num_voxels, in pass_1() argument
418 for(ivox = num_voxels * input_vector_length; ivox--;){ in pass_1()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/breg3d/tests/
H A Dtest_ekf_existing_world.cxx41 vgl_vector_3d<unsigned int> num_voxels(nx, ny, nz); in test_ekf_existing_world() local
42 params->set_params(model_dir, corner, num_voxels, 1.0); in test_ekf_existing_world()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/exe/
H A Dvolm_create_bvxm_scenes.cxx153 vgl_vector_3d<unsigned> num_voxels(dim_x, dim_y, dim_z); in main() local
159 params.set_params(world_dir.str(), corner, num_voxels, voxel_size(), lvcs); in main()
205 vgl_vector_3d<unsigned int> num_voxels(dim_xy, dim_xy, dim_z); in main()
215 …params.set_params(world_dir.str(), corner, num_voxels, voxel_size(), lvcs); // the world dir is … in main()
/dports/science/minc2/minc-release-2.2.00/progs/mincmakescalar/
H A Dmincmakescalar.c106 static void do_makescalar(void *caller_data, long num_voxels,
312 static void do_makescalar(void *caller_data, long num_voxels, in do_makescalar() argument
343 for (ivoxel=0; ivoxel < num_voxels; ivoxel++) { in do_makescalar()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/algo/
H A Dbvxm_create_scene_xml.cxx38 vgl_vector_3d<unsigned> num_voxels(dim_x, dim_y, dim_z); in bvxm_create_scene_xml() local
42 …params.set_params(world_dir, corner, num_voxels, voxel_size, lvcs_sptr, min_ocp_prob, max_ocp_prob… in bvxm_create_scene_xml()
188 vgl_vector_3d<unsigned> num_voxels(dim_x, dim_y, dim_z); in bvxm_create_scene_xml_large_scale() local
198 params.set_params(scene_world.str(), corner, num_voxels, voxel_size, lvcs); in bvxm_create_scene_xml_large_scale()

123