Searched defs:nr_plane (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudastereo/src/cuda/ |
D | stereocsbp.cu | 87 …(uchar *ctemp, T* data_cost_selected_, T *selected_disp_pyr, int h, int w, int nr_plane, int ndisp, in get_first_k_initial_global() 122 …(uchar *ctemp, T* data_cost_selected_, T* selected_disp_pyr, int h, int w, int nr_plane, int ndisp, in get_first_k_initial_local() 309 …int h, int w, int level, int nr_plane, int ndisp, int channels, float data_weight, float max_data_… in init_data_cost() 357 …, const T* selected_disp_pyr, T* data_cost_, int h, int w, int level, int nr_plane, float data_wei… in compute_data_cost() 400 …lected_disp_pyr, T* data_cost_, int level, int rows, int cols, int h, int nr_plane, float data_wei… in compute_data_cost_reduce() 451 …int h, int w, int level, int nr_plane, int channels, float data_weight, float max_data_term, int m… in compute_data_cost_caller_() 470 …int h, int w, int level, int nr_plane, int channels, float data_weight, float max_data_term, int m… in compute_data_cost_reduce_caller_() 490 …int rows, int cols, int h, int w, int h2, int level, int nr_plane, int channels, float data_weight… in compute_data_cost() 530 … int nr_plane, int nr_plane2, size_t disp_step1, size_t disp_step2) in get_first_k_element_increase() 563 int h, int w, int nr_plane, int h2, int w2, int nr_plane2, in init_message() [all …]
|
/external/opencv3/modules/cudastereo/src/ |
D | stereocsbp.cpp | 109 void setNrPlane(int nr_plane) { nr_plane_ = nr_plane; } in setNrPlane() 137 StereoCSBPImpl::StereoCSBPImpl(int ndisp, int iters, int levels, int nr_plane, int msg_type) : in StereoCSBPImpl() 337 …cv::cuda::createStereoConstantSpaceBP(int ndisp, int iters, int levels, int nr_plane, int msg_type) in createStereoConstantSpaceBP() 342 …stimateRecommendedParams(int width, int height, int& ndisp, int& iters, int& levels, int& nr_plane) in estimateRecommendedParams()
|