登录
首页 » matlab » global-threshold-denoising-1

global-threshold-denoising-1

于 2012-06-19 发布 文件大小:1KB
0 173
下载积分: 1 下载次数: 26

代码说明:

  小波图像去噪,全局阈值法,是多阈值小波去噪中两大部分:全局阈值法玉局部阈值法的重要组成部分。(Wavelet denoising, the global threshold method, the multi-threshold wavelet de-noising of two parts: the global threshold method jade local threshold an important part of the law.)

文件列表:

global threshold denoising 1.txt,539,2012-06-19

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

发表评论

0 个回复

  • meanshift-tracking
    主要思想是用meanshift算法跟踪目标,拖动矩形框选择目标模板,meanshift自动跟踪 本程序的主要缺陷体现在帧差法自动识别目标,这部分功能与上一个功能独立,可用可不用,用于自动识别目标,效果不是很好,主要体现在对图像视频的要求是 背景(目标以外的所有事物)不能动(The main idea is to use meanshift algorithm to track the target and drag a rectangle to select the target template, meanshift automatic tracking The main drawback of the program is reflected in the frame difference method automatically identifies the target, which is part of the function and one function independently, may or may not, be used to automatically identify the target, the effect is not very good, mainly reflected in the requirements of the video image is the background (target All things outside) can not move)
    2014-06-07 09:31:15下载
    积分:1
  • off
    off文件读取绘图函数,能读取顶点坐标和拓扑关系,并以此绘制三维模型图像,使用可以直接调用,需要注意参数的类型,只能读要取off(Off file to read the drawing function, can read the vertex coordinates and topological relations, and in order to draw the three-dimensional model images, the use of direct calls, you need to pay attention to the type of parameters, can only read to take off )
    2016-05-02 21:11:10下载
    积分:1
  • codes
    红外与可见光实时融合算法 ------------------------------------ 若不能读取xvid视频,请安装XviD-1.1.3-28062007.exe。 ----------------------------------- 请双击*.bat文件看程序运行结果。 也可以在命令行下,输入“evs3 参数文件.xml 配准.xml”,以融合指定的多源视频图像。 ---------------------------------- 首先,离线地时空配准多源视频,并保存结果到xml文件。然后融合配准后的图像。融合过程是,通过分解图像为Laplacian金字塔,分别对图像的高频和低频按照规则合并,最后将Laplacian金字塔重新组合为图像。(Real time fusion algorithm for infrared and visible light------------------------------------If you cannot read XviD video, please install XviD-1.1.3-28062007.exe.-----------------------------------Double-click the*.bat file to see the program running results.Can also be in the command line, " evs3 input parameter file .Xml .Xml registration ", by the fusion of the specified source video image.----------------------------------First of all, offline space-time registration source video, and save the results to a XML file. After registration and fusion image. Through the decomposition of the image fusion process, Laplacian Pyramid, were on the high-frequency and low frequency image in accordance with the rules of the merger, Laplacian Pyramid reassembled for image.)
    2013-01-09 14:42:39下载
    积分:1
  • Azi_sim
    數據繪圖時候有時候必須處理資料矩陣轉向,該編碼詳細說明如何處理矩陣在三維度空間下進行轉向,而不是利用Curve Fitting Tools(Data drawing sometimes has to deal with the data matrix steering, which details how to handle the matrix to steer in a three-dimensional space instead of using Curve Fitting Tools)
    2020-06-22 19:40:02下载
    积分:1
  • UpgradeReport
    利用回转窑生产氧化铝的工艺中,提出了一种新的基于SVR(支持向量回归)的烧成带温度软测量方法。即首先对从回转窑采集到的烧结图像进行预处理,消除噪声的干扰;然后利用大津方法分割出物料区和火焰区,并提取这些区域的图像特征;其次利用基于SVR方法建立的烧成带温度模型计算温度值;参数计算.(The use of alumina rotary kiln production process, a new-based SVR (support vector regression) of the burning zone temperature soft measurement method. That is first collected from the rotary kiln sintering image pre-processing to eliminate noise interference Otsu method and then use the materials division of the district and flame zones, and extraction of image features in these regions SVR-based method followed by the establishment of the burning zone temperature model temperature parameters.)
    2008-05-20 16:07:55下载
    积分:1
  • testDetect
    直方图的计算与显示分析图像、物体和视频信息过程,我们常把看到的物体用直方图(histogram)表示,直方图可以用来描述各种不同的事情,如物体的色彩分布、物体边缘梯度模板,以及表示目标位置的概率分布(Calculation and analysis of the histogram display images, objects and video information process, we often see objects with the histogram (histogram) indicates, the histogram can be used to describe a variety of different things, such as the color distribution of objects, object edges gradient templates, and the probability distribution of the target position)
    2013-11-12 14:49:32下载
    积分:1
  • MATLAB_
    说明:  能够实现对生物芯片的识别和图像处理,识别有效芯片区域,读取阴性和阳性点分布和数量。(It can realize the recognition and image processing of biochip, identify the effective chip area, read the distribution and number of negative and positive points.)
    2020-07-17 21:08:48下载
    积分:1
  • SIFT
    SIFT匹配算法,能够提取出具有尺度不变性的特征点,且能够对两幅图像进行鲁棒的匹配。(SIFT matching algorithm, able to extract with the scale invariance of the feature points, and the two images to be able to match robust.)
    2009-03-31 11:53:30下载
    积分:1
  • check_form
    表單驗證 調用為 onBlur=checkform(fname1,fname2,types,value1,value2) 輸入框的驗證 onSubmit subt(this.id) 表單提交時的驗證 兩者需要一起使用 fname1=驗證的項目名 fname2=驗證的副項目名 types=驗證的方式 value1=驗證的值1 value2=驗證的值2 驗證的方式值:(多驗證方式用"|"分割 例: 1|2|3) 0.該值不能為空! 1.您輸入太短了!不能小於value1字符 2.您輸入太多了!不能超過value2字符! 3.你的兩次密碼不一至,請驗證! 4.您的輸入與要求不相符,該輸入只能在value1~value2之間! 5.您輸入的E_mail不正確!請重新輸入! 6.只能為數字 */(calling for the certification form onBlur = checkform (fname1. fname2, types, value1, value2) input box test onSubmit subt (this.id) at the time of submission of the form Taken together need to verify the use of the test fname1 = fname2 = projects were validated by the deputy project were typ es = verifiable means value1 = the value of a certification value2 = 2 certification test the value of values : (multi-authentication "|" segmentation cases : 1 | 2 | 3) 0. The value can not be empty! 1. Your input is too short! value1 not less than two characters. You lose into too many! not more than value2 characters! 3. your password twice to different, Please validation! 4. Your input is not in line with requirements, The importation of only between value1- value2! 5. E_mail you enter )
    2006-12-04 13:01:16下载
    积分:1
  • pcnn
    PCNN源代码,此为简化PCNN模型的实现原代码。(the source code of pcnn)
    2009-11-04 09:23:18下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载