Home
last modified time | relevance | path

Searched refs:nobs_data_type (Results 1 – 3 of 3) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/cpp/pro/processes/
H A Dbstm_cpp_refine_space_process.cxx83 std::string nobs_data_type; in bstm_cpp_refine_space_process() local
89 if ( !bstm_util::verify_appearance( *scene, valid_types, nobs_data_type, nobstypesize ) ) { in bstm_cpp_refine_space_process()
116 bstm_data_base * num_obs = cache->get_data_base(id, nobs_data_type,nobstypesize * num_el ); in bstm_cpp_refine_space_process()
126 …if(app_data_type == bstm_data_traits<BSTM_MOG3_GREY>::prefix() && nobs_data_type == bstm_data_tra… in bstm_cpp_refine_space_process()
128 …else if (app_data_type == bstm_data_traits<BSTM_MOG6_VIEW_COMPACT>::prefix() && nobs_data_type ==… in bstm_cpp_refine_space_process()
130 …else if (app_data_type == bstm_data_traits<BSTM_GAUSS_RGB>::prefix() && nobs_data_type == bstm_da… in bstm_cpp_refine_space_process()
134 std::cerr << "App type: " << app_data_type << " and nobs: " << nobs_data_type << std::endl; in bstm_cpp_refine_space_process()
H A Dbstm_cpp_refine_tt_process.cxx83 std::string nobs_data_type; in bstm_cpp_refine_tt_process() local
89 if ( !bstm_util::verify_appearance( *scene, valid_types, nobs_data_type, nobstypesize ) ) { in bstm_cpp_refine_tt_process()
116 bstm_data_base * num_obs = cache->get_data_base(id, nobs_data_type,nobstypesize * num_el ); in bstm_cpp_refine_tt_process()
126 …if(app_data_type == bstm_data_traits<BSTM_MOG3_GREY>::prefix() && nobs_data_type == bstm_data_tra… in bstm_cpp_refine_tt_process()
128 …else if (app_data_type == bstm_data_traits<BSTM_MOG6_VIEW_COMPACT>::prefix() && nobs_data_type ==… in bstm_cpp_refine_tt_process()
130 …else if (app_data_type == bstm_data_traits<BSTM_GAUSS_RGB>::prefix() && nobs_data_type == bstm_da… in bstm_cpp_refine_tt_process()
134 std::cerr << "App type: " << app_data_type << " and nobs: " << nobs_data_type << std::endl; in bstm_cpp_refine_tt_process()
H A Dbstm_cpp_copy_data_to_future_process.cxx81 std::string nobs_data_type; in bstm_cpp_copy_data_to_future_process() local
87 if ( !bstm_util::verify_appearance( *scene, valid_types, nobs_data_type, nobstypesize ) ) { in bstm_cpp_copy_data_to_future_process()
114 bstm_data_base * num_obs = cache->get_data_base(id, nobs_data_type,nobstypesize * num_el ); in bstm_cpp_copy_data_to_future_process()
122 …if(app_data_type == bstm_data_traits<BSTM_MOG3_GREY>::prefix() && nobs_data_type == bstm_data_tra… in bstm_cpp_copy_data_to_future_process()
124 …else if (app_data_type == bstm_data_traits<BSTM_MOG6_VIEW_COMPACT>::prefix() && nobs_data_type ==… in bstm_cpp_copy_data_to_future_process()
126 …else if (app_data_type == bstm_data_traits<BSTM_GAUSS_RGB>::prefix() && nobs_data_type == bstm_da… in bstm_cpp_copy_data_to_future_process()
130 std::cerr << "App type: " << app_data_type << " and nobs: " << nobs_data_type << std::endl; in bstm_cpp_copy_data_to_future_process()