/third_party/boost/libs/gil/example/ |
D | adaptive_threshold.cpp | 26 …_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/ |
D | demo_gaussian.py | 7 import gaussian 14 g = gaussian.bivariate_gaussian(mu, sigma)
|
D | Jamfile | 29 python-extension gaussian : gaussian.cpp ;
|
D | gaussian.cpp | 289 BOOST_PYTHON_MODULE(gaussian) { in BOOST_PYTHON_MODULE() argument
|
/third_party/boost/boost/gil/image_processing/ |
D | threshold.hpp | 93 gaussian enumerator 421 else if (method == threshold_adaptive_method::gaussian) in threshold_adaptive()
|
/third_party/flutter/skia/src/core/ |
D | SkBlurMask.cpp | 532 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/ |
D | SkBlurMask.cpp | 527 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/ |
D | BlurTest.cpp | 219 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/ |
D | GrRectBlurEffect.fp | 47 // if the blur sigma is too large so the gaussian overlaps the whole
|
/third_party/flutter/skia/tests/ |
D | BlurTest.cpp | 222 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/ |
D | inverse_gaussian.qbk | 132 are used for the inverse gaussian function.
|
/third_party/boost/libs/graph/doc/ |
D | minimum_degree_ordering.w | 25 gaussian elimination process. Fill-in is bad because it makes the
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …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/ |
D | RELEASES.md | 66 - GSoC 2019: Adaptive thresholding using gaussian-weighted sum of the neighbourhood area ([PR #379]…
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 7236 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/ |
D | ChangeLog | 107893 '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/ |
D | ChangeLog | 95893 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/ |
D | ChangeLog | 52755 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
|