/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 | 6580 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/ |
D | gst-plugins-bad-plugins.args | 46047 <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/ |
D | ChangeLog | 94882 '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/ |
D | ChangeLog | 56309 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/ |
D | ChangeLog | 38655 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
|