Home
last modified time | relevance | path

Searched defs:data_weight (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/cudastereo/src/cuda/
Dstereocsbp.cu180 … int h, int w, int level, int ndisp, float data_weight, float max_data_term, in init_data_cost()
222 … int level, int rows, int cols, int h, int ndisp, float data_weight, float max_data_term, in init_data_cost_reduce()
271 …*/, int /*cols*/, int h, int w, int level, int ndisp, int channels, float data_weight, float max_d… in init_data_cost_caller_()
289 …t rows, int cols, int h, int w, int level, int ndisp, int channels, float data_weight, float max_d… in init_data_cost_reduce_caller_()
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 …ted_disp_pyr, T* data_cost_, int h, int w, int level, int nr_plane, float data_weight, float max_d… in compute_data_cost()
400 … T* data_cost_, int level, int rows, int cols, int h, int nr_plane, float data_weight, float max_d… 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 … cols, int h, int w, int h2, int level, int nr_plane, int channels, float data_weight, float max_d… in compute_data_cost()
Dstereobp.cu63 …void load_constants(int ndisp, float max_data_term, float data_weight, float max_disc_term, float … in load_constants()
/external/opencv3/modules/cudastereo/src/
Dstereocsbp.cpp97 void setDataWeight(double data_weight) { data_weight_ = (float) data_weight; } in setDataWeight()
Dstereobp.cpp115 void setDataWeight(double data_weight) { data_weight_ = (float) data_weight; } in setDataWeight()