Home
last modified time | relevance | path

Searched refs:setDataWeight (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/cudastereo/include/opencv2/
Dcudastereo.hpp160 virtual void setDataWeight(double data_weight) = 0;
/external/opencv3/modules/cudastereo/test/
Dtest_stereo.cpp111 bp->setDataWeight(0.1); in CUDA_TEST_P()
/external/opencv3/modules/cudastereo/src/
Dstereobp.cpp115 void setDataWeight(double data_weight) { data_weight_ = (float) data_weight; } in setDataWeight() function in __anon256d62500111::StereoBPImpl
Dstereocsbp.cpp97 void setDataWeight(double data_weight) { data_weight_ = (float) data_weight; } in setDataWeight() function in __anon8392e7460111::StereoCSBPImpl