HomeSort by relevance Sort by last modified time
    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 98 milliseconds