Home
last modified time | relevance | path

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

/third_party/boost/libs/gil/example/
Dadaptive_threshold.cpp26 …_adaptive(const_view(img), view(img_out), 7, threshold_adaptive_method::gaussian, threshold_direct… in main()
29 …adaptive(const_view(img), view(img_out), 11, threshold_adaptive_method::gaussian, threshold_direct… in main()
/third_party/boost/libs/python/example/numpy/
Ddemo_gaussian.py7 import gaussian
14 g = gaussian.bivariate_gaussian(mu, sigma)
DJamfile29 python-extension gaussian : gaussian.cpp ;
Dgaussian.cpp289 BOOST_PYTHON_MODULE(gaussian) { in BOOST_PYTHON_MODULE() argument
/third_party/boost/boost/gil/image_processing/
Dthreshold.hpp93 gaussian enumerator
421 else if (method == threshold_adaptive_method::gaussian) in threshold_adaptive()
/third_party/flutter/skia/src/core/
DSkBlurMask.cpp532 float gaussian = expf(-x*x / (2*variance)); in BlurGroundTruth() local
533 gaussWindow[halfWindow + x] = gaussWindow[halfWindow-x] = gaussian; in BlurGroundTruth()
534 windowSum += 2*gaussian; in BlurGroundTruth()
/third_party/skia/src/core/
DSkBlurMask.cpp527 float gaussian = expf(-x*x / (2*variance)); in BlurGroundTruth() local
528 gaussWindow[halfWindow + x] = gaussWindow[halfWindow-x] = gaussian; in BlurGroundTruth()
529 windowSum += 2*gaussian; in BlurGroundTruth()
/third_party/skia/tests/
DBlurTest.cpp219 static float gaussian(int x, SkScalar sigma) { in gaussian() function
236 sum += gaussian(j, gaussianSigma) * step(i-j, stepMin, stepMax); in brute_force_1d()
/third_party/flutter/skia/src/gpu/effects/
DGrRectBlurEffect.fp47 // if the blur sigma is too large so the gaussian overlaps the whole
/third_party/flutter/skia/tests/
DBlurTest.cpp222 static float gaussian(int x, SkScalar sigma) { in gaussian() function
239 sum += gaussian(j, gaussianSigma) * step(i-j, stepMin, stepMax); in brute_force_1d()
/third_party/boost/libs/math/doc/distributions/
Dinverse_gaussian.qbk132 are used for the inverse gaussian function.
/third_party/boost/libs/graph/doc/
Dminimum_degree_ordering.w25 gaussian elimination process. Fill-in is bad because it makes the
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …5,21],fundamental_step:14,further:17,furthermor:[24,28],futur:29,gap:10,gaussian:[18,19],gener:[0,… property
/third_party/boost/libs/gil/
DRELEASES.md66 - GSoC 2019: Adaptive thresholding using gaussian-weighted sum of the neighbourhood area ([PR #379]…
/third_party/ffmpeg/doc/
Dfilters.texi7236 Set sigma of gaussian function to calculate spatial weight.
7240 Set sigma of gaussian function to calculate range weight.
15154 uniform noise (gaussian otherwise)
15373 the following values: "blur", "blur_no_scale", "median", "gaussian",
15374 or "bilateral". The default value is "gaussian".
18711 the range [0.1,5.0] that specifies the variance of the gaussian filter
18729 the range [0.1,5.0] that specifies the variance of the gaussian filter
20737 @item gaussian
21139 gaussian kernel low-pass filter on camera motion (default)
/third_party/gstreamer/gstplugins_base/
DChangeLog107893 'gaussian-noise' will run much faster, since they won't be competing
123670 audiotestsrc: Name gaussian noise "gaussian-noise" instead of just "gaussian"
123677 audiotestsrc: Add support for generating gaussian white noise
/third_party/gstreamer/gstplugins_bad/
DChangeLog95893 gaudi: don't run gaussian function if sigma is 0
121891 [454/906] blur: fix gaussian kernel computation
121904 Settle with 7x7 gaussian convolution kernels, maybe slightly less
122158 [423/906] convolution: generate gaussian kernel on the fly
122159 Generate a normalized gaussian kernel with given size and standard
123685 applies some light gaussian blur and multiplies it with its sobel edges. Not
/third_party/gstreamer/gstplugins_good/
DChangeLog52755 applies some light gaussian blur and multiplies it with its sobel edges. Not
87089 audiowsincband: Add new windowing functions: gaussian, cos and hann
87094 audiowsinclimimt: Add new windows to high/low-pass filters: gaussian, cosine, hann