Home
last modified time | relevance | path

Searched refs:mog_data (Results 1 – 2 of 2) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/algo/
H A Dboxm2_export_oriented_point_cloud_function.cxx168 auto * mog_data = (boxm2_data_traits<BOXM2_MOG3_GREY>::datatype*) mog->data_buffer(); in exportPointCloudPLY() local
169 … exp_color = boxm2_processor_type<BOXM2_MOG3_GREY>::type::expected_color(mog_data[currIdx]); in exportPointCloudPLY()
229 … auto * mog_data = (boxm2_data_traits<BOXM2_MOG3_GREY>::datatype*) mog->data_buffer(); in exportColorPointCloudPLY() local
230 … float exp_color = boxm2_processor_type<BOXM2_MOG3_GREY>::type::expected_color(mog_data[currIdx]); in exportColorPointCloudPLY()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_add_aux_info_to_ply_process.cxx215 auto * mog_data = (boxm2_data_traits<BOXM2_MOG3_GREY>::datatype*) mog->data_buffer(); in boxm2_add_aux_info_to_ply_process() local
221 …auto intensity = (unsigned char)(boxm2_mog3_grey_processor::expected_color(mog_data[data_offset])*… in boxm2_add_aux_info_to_ply_process()