Home
last modified time | relevance | path

Searched refs:noisy (Results 1 – 25 of 32) sorted by relevance

12

/external/opencv3/modules/photo/test/
Dtest_denoise_tvl1.cpp43 void make_noisy(const cv::Mat& img, cv::Mat& noisy, double sigma, double pepper_salt_ratio,cv::RNG&… in make_noisy() argument
45 noisy.create(img.size(), img.type()); in make_noisy()
48 cv::addWeighted(img, 1, noise, 1, -128, noisy); in make_noisy()
55 cv::addWeighted(noisy, 1, noise, 1, -128, noisy); in make_noisy()
80 cv::Mat img = cv::imread(cvtest::TS::ptr()->get_data_path() + "shared/lena.png", 0), noisy, res; in TEST() local
/external/opencv3/doc/py_tutorials/py_photo/py_non_local_means/
Dpy_non_local_means.markdown23 Consider a noisy pixel, \f$p = p_0 + n\f$ where \f$p_0\f$ is the true value of pixel and \f$n\f$ is…
32 one noisy image available.
96 Now we will apply the same method to a video. The first argument is the list of noisy frames. Second
123 noisy = [i+noise for i in gray]
126 noisy = [np.uint8(np.clip(i,0,255)) for i in noisy]
129 dst = cv2.fastNlMeansDenoisingMulti(noisy, 2, 5, None, 4, 7, 35)
132 plt.subplot(132),plt.imshow(noisy[2],'gray')
141 frame, second is the noisy one, third is the denoised image.
/external/bzip2/
Dbzip2.c185 Bool forceOverwrite, testFailsExist, unzFailsExist, noisy; variable
537 if (noisy) in uncompressStream()
631 if (noisy) in testStream()
661 if (noisy) in cadvise()
676 if (noisy) in showFileNames()
703 if (noisy) in cleanUpAndFail()
732 if (noisy && numFileNames > 0 && numFilesProcessed < numFileNames) { in cleanUpAndFail()
776 if (noisy) { in compressedStreamEOF()
1162 if (noisy) in compress()
1176 if (noisy) in compress()
[all …]
/external/autotest/server/site_tests/display_HotPlugNoisy/
Dcontrol.extended9 PURPOSE = "Remotely controlled noisy display HPD test."
20 This test remotely emulates noisy HPD line when connecting to an external
Dcontrol.mirrored9 PURPOSE = "Remotely controlled noisy display HPD test."
20 This test remotely emulates noisy HPD line when connecting to an external
/external/chromium-trace/catapult/dashboard/dashboard/
Dfind_change_points_test.py93 noisy = [2, 8, 5, 1, 7, 13, 19, 10, 15, 17]
97 self.assertTrue(self._PassesThresholds(noisy, 5, multiple_of_std_dev=1))
98 self.assertFalse(self._PassesThresholds(noisy, 5, multiple_of_std_dev=8))
/external/webrtc/webrtc/modules/audio_processing/
Decho_control_mobile_impl.cc188 const int16_t* noisy = audio->low_pass_reference(i); in ProcessCaptureAudio() local
190 if (noisy == NULL) { in ProcessCaptureAudio()
191 noisy = clean; in ProcessCaptureAudio()
198 noisy, in ProcessCaptureAudio()
/external/libvorbis/lib/
Dpsytune.c198 static int noisy=0; variable
200 if(noisy){ in analysis()
260 noisy=0; in main()
266 noisy=1; in main()
/external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/
Dcontrol16 noisy or marginal RF environments, this allows us to finish the time dependent
/external/chromium-trace/catapult/dashboard/docs/
Dadmin-tasks.md90 just disable alerting on a few noisy ones, you can add the "Disable
91 Alerting" anomaly threshold config to the noisy tests (see "Modify
/external/markdown/docs/
Dcommand_line.txt82 --noisy print debug messages
/external/autotest/client/profilers/powertop/src/
DChangelog64 rates, and also will provide a less noisy datapoint
/external/valgrind/docs/internals/
D3_10_BUGSTATUS.txt224 348325 Valgrind becomes noisy when compiled with gcc 4.9
D3_0_BUGSTATUS.txt389 101204 noisy warning
/external/opencv3/doc/tutorials/core/interoperability_with_OpenCV_1/
Dinteroperability_with_OpenCV_1.markdown120 @snippet interoperability_with_OpenCV_1.cpp noisy
/external/opencv3/doc/py_tutorials/py_imgproc/py_thresholding/
Dpy_thresholding.markdown132 Check out below example. Input image is a noisy image. In first case, I applied global thresholding
/external/chromium-trace/catapult/third_party/coverage/
Dpylintrc79 # Messages that are noisy for now, eventually maybe we'll turn them on:
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt802 噪>'[be noisy]';
823 囂>'[be noisy]';
824 #"囂>'[be noisy]'",
5039 諠>'[noisy]';
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td37 // Note: OptIn is *not* intended for checkers that are too noisy to be on by
/external/clang/include/clang/Basic/
DDiagnosticGroups.td519 // least actively used, with more noisy versions of the warning covered
/external/libvpx/libvpx/
DCHANGELOG547 encoding mode, and up to 60% improvement on very noisy, still
/external/ceres-solver/docs/source/
Dtutorial.rst532 expected. When reconstructing a curve from noisy data, we expect to
/external/avahi/docs/
DNEWS112 * Rework 'poof' algorithm a bit to reduce traffic load on noisy links.
/external/opencv3/
DCMakeLists.txt267 OCV_OPTION(ENABLE_NOISY_WARNINGS "Show all warnings even if they are too noisy" OF…
/external/llvm/docs/
DDeveloperPolicy.rst483 by J. Random Hacker" (this is noisy and distracting). In practice, the revision

12