Home
last modified time | relevance | path

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

/external/opencv3/modules/cudastereo/src/
Ddisparity_bilateral_filter.cpp111 Mat cpu_table_space(half + 1, half + 1, CV_32F); in calc_space_weighted_filter() local
115 float* row = cpu_table_space.ptr<float>(y); in calc_space_weighted_filter()
120 table_space.upload(cpu_table_space); in calc_space_weighted_filter()