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

  /external/opencv3/modules/cudastereo/src/
disparity_bilateral_filter.cpp 92 GpuMat table_space_; member in class:__anon22337::DispBilateralFilterImpl
133 calc_space_weighted_filter(table_space_, radius_ * 2 + 1, radius_ + 1.0f);
139 calc_space_weighted_filter(table_space_, radius_ * 2 + 1, radius_ + 1.0f);
188 table_color_, table_space_, disp, img, dst, stream);

Completed in 70 milliseconds