HomeSort by relevance Sort by last modified time
    Searched refs:space_weight (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/imgproc/test/
test_bilateral_filter.cpp 146 float* space_weight = &_space_weight[0]; local
177 space_weight[maxk] = (float)std::exp(r*r*gauss_space_coeff);
198 float w = space_weight[k]*(expLUT[idx] + alpha*(expLUT[idx+1] - expLUT[idx]));
220 float w = space_weight[k]*(expLUT[idx] + alpha*(expLUT[idx+1] - expLUT[idx]));
  /external/opencv/cv/src/
cvsmooth.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
smooth.cpp     [all...]

Completed in 617 milliseconds