HomeSort by relevance Sort by last modified time
    Searched full:sigma_range_ (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/cudastereo/src/
disparity_bilateral_filter.cpp 80 double getSigmaRange() const { return sigma_range_; }
89 float sigma_range_; member in class:__anon22337::DispBilateralFilterImpl
130 sigma_range_(DEFAULT_SIGMA_RANGE)
132 calc_color_weighted_table(table_color_, sigma_range_, 255);
144 sigma_range_ = (float) sigma_range;
145 calc_color_weighted_table(table_color_, sigma_range_, 255);

Completed in 308 milliseconds