OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gauss_space_coeff
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/imgproc/test/
test_bilateral_filter.cpp
121
double
gauss_space_coeff
= -0.5/(sigma_space*sigma_space);
local
177
space_weight[maxk] = (float)std::exp(r*r*
gauss_space_coeff
);
/external/opencv/cv/src/
cvsmooth.cpp
[
all
...]
/external/opencv3/modules/imgproc/src/
smooth.cpp
[
all
...]
Completed in 1113 milliseconds