OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calcgaussiankernel
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/imgproc/test/
test_filter.cpp
782
calcGaussianKernel
( int n, double sigma, vector<float>& kernel )
824
calcGaussianKernel
( kernel.cols, sigma, kx );
825
calcGaussianKernel
( kernel.rows, sigma, ky );
[
all
...]
Completed in 192 milliseconds