Home
last modified time | relevance | path

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

/external/opencv3/modules/cudastereo/src/cuda/
Dstereocsbp.cu134 int nr_local_minimum = 0; in get_first_k_initial_local() local
140 for (int d = 1; d < ndisp - 1 && nr_local_minimum < nr_plane; d++) in get_first_k_initial_local()
144 data_cost_selected[nr_local_minimum * disp_step] = cur; in get_first_k_initial_local()
145 selected_disparity[nr_local_minimum * disp_step] = d; in get_first_k_initial_local()
149 nr_local_minimum++; in get_first_k_initial_local()
156 for (int i = nr_local_minimum; i < nr_plane; i++) in get_first_k_initial_local()