登录
首页 » matlab » ML

ML

于 2020-11-26 发布
0 195
下载积分: 1 下载次数: 0

代码说明:

说明:  我介绍了小波的基本知识和小波在图像处理中的基本原理。然后,我将通过实验使用不同的小波函数和阈值函数来验证去噪结果。关键是我使用机器学习来确定图像降噪的阈值。(I introduce the basic knowledge of wavelet and the basic principle of wavelet in image processing. Then, I will verify the denoising results by using different wavelet functions and threshold functions through experiments. The key point is that I use machine learning to determine a threshold for image denoising.)

文件列表:

ML, 0 , 2020-11-22
__MACOSX\._ML, 210 , 2020-11-22
ML\c_oi.jpg, 14618 , 2020-11-22
__MACOSX\ML\._c_oi.jpg, 220 , 2020-11-22
ML\db4.m, 229 , 2020-11-22
__MACOSX\ML\._db4.m, 220 , 2020-11-22
ML\exampleImage.jpg, 35857 , 2020-11-22
__MACOSX\ML\._exampleImage.jpg, 978 , 2020-11-22
ML\Wavelet_and_image_processing.pdf, 552846 , 2020-11-22
__MACOSX\ML\._Wavelet_and_image_processing.pdf, 820 , 2020-11-22
ML\dftuv.m, 314 , 2020-11-22
__MACOSX\ML\._dftuv.m, 220 , 2020-11-22
ML\waveCompDetEsti.m, 753 , 2020-11-22
__MACOSX\ML\._waveCompDetEsti.m, 220 , 2020-11-22
ML\.DS_Store, 8196 , 2020-11-22
__MACOSX\ML\._.DS_Store, 120 , 2020-11-22
ML\mex.m, 247 , 2020-11-22
__MACOSX\ML\._mex.m, 220 , 2020-11-22
ML\c_ni.jpg, 23770 , 2020-11-22
__MACOSX\ML\._c_ni.jpg, 220 , 2020-11-22
ML\mex_wa.m, 138 , 2020-11-22
__MACOSX\ML\._mex_wa.m, 220 , 2020-11-22
ML\ML.m, 5874 , 2020-11-22
__MACOSX\ML\._ML.m, 276 , 2020-11-22
ML\ml_RESULT.jpg, 61172 , 2020-11-22
__MACOSX\ML\._ml_RESULT.jpg, 220 , 2020-11-22
ML\noise_im.jpg, 160727 , 2020-11-22
__MACOSX\ML\._noise_im.jpg, 220 , 2020-11-22
ML\c_odi.jpg, 17681 , 2020-11-22
__MACOSX\ML\._c_odi.jpg, 220 , 2020-11-22
ML\Haar.m, 243 , 2020-11-22
__MACOSX\ML\._Haar.m, 220 , 2020-11-22
ML\wavelet_deno.m, 2051 , 2020-11-22
__MACOSX\ML\._wavelet_deno.m, 220 , 2020-11-22
ML\SCV.jpg, 11538 , 2020-11-22
__MACOSX\ML\._SCV.jpg, 220 , 2020-11-22
ML\morlet_ex.m, 243 , 2020-11-22
__MACOSX\ML\._morlet_ex.m, 220 , 2020-11-22
ML\waveletDenoiseGain.m, 268 , 2020-11-22
__MACOSX\ML\._waveletDenoiseGain.m, 220 , 2020-11-22
ML\dftfilt.m, 414 , 2020-11-22
__MACOSX\ML\._dftfilt.m, 220 , 2020-11-22
ML\or_im.jpg, 38704 , 2020-11-22
__MACOSX\ML\._or_im.jpg, 220 , 2020-11-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • NLOSidenticationultra-wideband
    NLOS identication in ultra-wideband systems based on received signal statistics
    2010-08-04 10:52:55下载
    积分:1
  • proj Car for LDC1314
    说明:  基于MSP430F5529LP自动寻迹小车的源程序(Main Program of Automatic Tracking Vehicle Based on MSP430F5529LP)
    2020-11-25 20:59:32下载
    积分:1
  • mrf_05-05-19
    说明:  magnetization of mrf braking system
    2020-06-16 11:00:02下载
    积分:1
  • 这是我写的一个简单的C# 黑白棋程序,能够实现双人对战,作为第一个处女程序,还是先发上来了,呵呵。中有能够下子点的提示...
    这是我写的一个简单的C# 黑白棋程序,能够实现双人对战,作为第一个处女程序,还是先发上来了,呵呵。其中有能够下子点的提示-a simple black and white chess program,which can enable two people play the game.this is my first game,thanks .there is some hints.
    2022-02-07 15:24:52下载
    积分:1
  • GBA game Tetris FOSS
    GBA游戏俄罗斯方块源码-GBA game Tetris FOSS
    2022-07-19 15:39:50下载
    积分:1
  • js和jquery相关编程实例
    js和jquery相关编程实例代码,学习js和jquery的话,这些例子很实用,比较全面,涉及js层操作、字符切换、图片切换、无刷新表单判断等,运行于多种WEB开发语言环境中,比如ASP/PHP等,前端开发的必备教材。
    2022-12-05 07:10:03下载
    积分:1
  • Making Games with Python & Pygame
    How to use python to make games
    2019-02-25 18:18:30下载
    积分:1
  • 滤波法
    说明:  A、名称:限幅滤波法(又称程序判断滤波法) B、方法: 根据经验判断,确定两次采样允许的最大偏差值(设为A), 每次检测到新值时判断: 如果本次值与上次值之差A,则本次值无效,放弃本次值,用上次值代替本次值。 C、优点: 能有效克服因偶然因素引起的脉冲干扰。 D、缺点: 无法抑制那种周期性的干扰。 平滑度差。(A. Name: Limited filter method (also known as program judgement filter method) B. Method: Based on experience, the maximum allowable deviation (set to A) of two sampling times is determined. Judge each time a new value is detected: If the difference between the current value and the previous value is
    2020-06-24 18:20:01下载
    积分:1
  • QFM-Signal-Parameters-Estimation
    基于维格纳分布 线性正则变换及其应用 QFM信号参数估计(The Wigner-Ville Distribution Based on the Linear Canonical Transform and Its Applications for QFM Signal Parameters Estimation)
    2016-12-31 10:44:48下载
    积分:1
  • 基于STM32设计的电子秤PCB,原理图加程序
    基于STM32的电子秤设计,包含了原理图,PCB,和程序(The design of electronic scale based on STM32 includes schematic diagram, PCB and program.)
    2018-04-17 21:36:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载