Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dnpr.hpp247 Mat temp_upper_idx = Mat::zeros(1,w,CV_32FC1); in compute_boxfilter() local
261 temp_upper_idx.at<float>(0,0) = (float) j; in compute_boxfilter()
283 for(int k=(int) temp_upper_idx.at<float>(0,j-1);k<w+1;k++) in compute_boxfilter()
295 temp_upper_idx.at<float>(0,j) = temp_upper_idx.at<float>(0,j-1) + temp; in compute_boxfilter()
301 upper_idx.at<float>(i,j) = temp_upper_idx.at<float>(0,j) + 1; in compute_boxfilter()