Home
last modified time | relevance | path

Searched refs:gaussian (Results 1 – 19 of 19) 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.texi6580 Set sigma of gaussian function to calculate spatial weight.
6584 Set sigma of gaussian function to calculate range weight.
13978 uniform noise (gaussian otherwise)
14197 the following values: "blur", "blur_no_scale", "median", "gaussian",
14198 or "bilateral". The default value is "gaussian".
17426 the range [0.1,5.0] that specifies the variance of the gaussian filter
17444 the range [0.1,5.0] that specifies the variance of the gaussian filter
19343 @item gaussian
19743 gaussian kernel low-pass filter on camera motion (default)
/third_party/gstreamer/gstplugins_bad/docs/plugins/
Dgst-plugins-bad-plugins.args46047 <BLURB>Sigma value for gaussian blur (negative for sharpen).</BLURB>
46516 <NICK>param3 (gaussian standard deviation or color sigma</NICK>
46517 <BLURB>If type is gaussian, this means the standard deviation.If type is bilateral, this means the …
46546 <NICK>color (gaussian standard deviation or color sigma</NICK>
46547 <BLURB>If type is gaussian, this means the standard deviation.If type is bilateral, this means the …
46587 <BLURB>The gaussian kernel height (must be positive and odd).</BLURB>
46597 <BLURB>The gaussian kernel width (must be positive and odd).If type is median, this means the apert…
57647 <BLURB>Sigma value for gaussian blur (negative for sharpen).</BLURB>
59567 <BLURB>Amount of gaussian filters (scales) used in multiscale retinex.</BLURB>
/third_party/gstreamer/gstplugins_base/
DChangeLog94882 'gaussian-noise' will run much faster, since they won't be competing
110659 audiotestsrc: Name gaussian noise "gaussian-noise" instead of just "gaussian"
110666 audiotestsrc: Add support for generating gaussian white noise
/third_party/gstreamer/gstplugins_bad/
DChangeLog56309 gaudi: don't run gaussian function if sigma is 0
82307 [454/906] blur: fix gaussian kernel computation
82320 Settle with 7x7 gaussian convolution kernels, maybe slightly less
82574 [423/906] convolution: generate gaussian kernel on the fly
82575 Generate a normalized gaussian kernel with given size and standard
84101 applies some light gaussian blur and multiplies it with its sobel edges. Not
/third_party/gstreamer/gstplugins_good/
DChangeLog38655 applies some light gaussian blur and multiplies it with its sobel edges. Not
72989 audiowsincband: Add new windowing functions: gaussian, cos and hann
72994 audiowsinclimimt: Add new windows to high/low-pass filters: gaussian, cosine, hann