Home
last modified time | relevance | path

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

/external/opencv3/modules/java/src/
Dphoto+TonemapDrago.java49 public float getBias() in getBias() method in TonemapDrago
Dphoto.cpp2246 float _retval_ = (*me)->getBias( ); in Java_org_opencv_photo_TonemapDrago_getBias_10()
/external/opencv3/modules/photo/include/opencv2/
Dphoto.hpp365 CV_WRAP virtual float getBias() const = 0;
/external/opencv3/modules/photo/src/
Dtonemap.cpp159 float getBias() const { return bias; } in getBias() function in cv::TonemapDragoImpl