登录
首页 » matlab » weighted_median_filter

weighted_median_filter

于 2011-12-27 发布 文件大小:1KB
0 177
下载积分: 1 下载次数: 18

代码说明:

  一种中值滤波的改进方法,基于滤波窗口邻域权重的中值滤波。(A median filter improvement method, based on filtering window neighborhood the weights of the median filter.)

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

发表评论

0 个回复

  • Wavelets
    小波处理,滤波,复原,融合等VC源代码.(Wavelet processing, filtering, recovery, integration VC source code.)
    2007-12-19 13:25:52下载
    积分:1
  • VCPP-image-processing-chapter04
    VisualC++数字图像处理技术详解第2版光盘-第四章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter Four)
    2016-04-16 13:23:00下载
    积分:1
  • GUI
    说明:  首先对指纹图像进行预处理,包括图像的分割,增强,二值化,细化。对细化后的图像进行特征点的提取,最后通过细节特征匹配完成指纹的识别。(Firstly, the fingerprint image is preprocessed, including image segmentation, enhancement, binarization and thinning. The refined image is extracted by feature points, and the fingerprint recognition is completed by minutiae feature matching.)
    2019-05-07 13:46:08下载
    积分:1
  • pcacode
    程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量(Programming steps: 1 to mean 2, calculation of covariance matrix and its eigenvalues and eigenvectors 3, the calculation of covariance matrix eigenvalues greater than the threshold number of 4, in descending order of eigenvalue 5, remove the smaller eigenvalue 6, remove the larger eigenvalue (usually not this step) 7, the combined choice of eigenvalues 8, select the appropriate eigenvalues and eigenvectors 9, computing whitening matrix 10, principal component extraction)
    2008-07-14 16:25:23下载
    积分:1
  • 20080111
    有关图像的目标识别:"给出一种基于特征分类辨识的合成孔径雷达图像目标检测方法#用恒虚警和扩展分形方法对3&E图像进行目 标检测后用面积和峰值能量比算子辨识目标和背景杂波!去除一部分虚警!用小波域主成分分析对每个检测窗口内的图 像提取特征向量!用支持向量机对提取得到的特征向量进行分类!辨识目标和背景杂波!完成目标检测#使用&K?3数 据对该方法进行验证和分析!实验结果表明!经过特征分类辨识后!在检测率不变的情况下!虚警数目显著降低# (Related to the image target recognition)
    2009-12-07 10:21:47下载
    积分:1
  • randgen
    这是一个工程中经常需要用到的程序,主要用来产生白噪声!(This is a project often need to use the procedure, mainly used to generate white noise!)
    2008-04-08 21:18:39下载
    积分:1
  • Demo_for_Windows-master
    说明:  SDK_key: 人脸追踪(FT) Key 5qTrdeA43zdBXJZt7HM1x1wX9XGt7QicRU6Nt8rXLQAn 人脸检测(FD) Key 5qTrdeA43zdBXJZt7HM1x1weJvY2koYyzGARH6wVoTVw 人脸识别(FR) Key 5qTrdeA43zdBXJZt7HM1x1wmUKoEpvhgJYHd5xAsFig3 年龄识别(Age) Key 5qTrdeA43zdBXJZt7HM1x1xPHL78Ekcog6LU5iNCCNLj 性别识别(Gender) Key 5qTrdeA43zdBXJZt7HM1x1xWSjNHHcbTHHP9VuHLX1rf 此处APP_Id与SDK_Key仅适用于ArcFace v1.1, 不适用于其他版本。(DK_key: Face Tracking (FT) Key 5qTrdeA43zdBXJZt7HM1x1wX9XGt7QicRU6Nt8rXLQAn Face Detection (FD) Key 5qTrdeA43zdBXJZt7HM1x1weJvY2koYzGARH6wVoTVw Face Recognition (FR) Key 5qTrdeA43zdBXJZt7HM1x1wmUKoEpvhg JYHd5xAsFig3 Age Identification (Age) Key 5qTrde A43zdBXJZt7HM1x1xPHL78Ekcog 6LU5iNCCNLj Gender Key 5qTrdeA43zdBXJZt7HM1x1xWSjNHcbTHHP9VuHLX1rf Here APP_Id and SDK_Key are only applicable to ArcFace v1.1, not to other versions.)
    2019-03-07 20:03:15下载
    积分:1
  • sift
    SIFT,即尺度不变特征变换(Scale-invariant feature transform,SIFT),是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。 该方法于 1999 年由 David Lowe 首先发表于计算机视觉国际会议(International Conference on Computer Vision,ICCV),2004 年再次经 David Lowe 整理完善后发表于 International journal of computer vision(IJCV) 。截止 2014 年 8 月,该论文单篇被引次数达 25000 余次。(来自百度)(SIFT, namely Scale-invariant feature transform (SIFT), is a description used in the field of image processing. This description has scale invariance and can detect key points in images. It is a local feature descriptor. This method was first published by David Lowe at the International Conference on Computer Vision (ICCV) in 1999 and published in the International Journal of Computer Vision (IJCV) in 2004 after it was sorted out and perfected by David Lowe again. As of August 2014, more than 25,000 citations have been cited. (From Baidu))
    2019-07-08 09:34:31下载
    积分:1
  • ImageSceneRetrieval
    在Matlab中建了图形用户界面,采用不同特征提取方式,如gray,color,lbp,灰度共生矩阵GLCM等,对数据集中的影像进行场景检索。(Graphic user interface is built in Matlab. Scene retrieval of images in dataset is carried out by using different feature extraction methods, such as gray, color, lbp, gray level co-occurrence matrix (GLCM).)
    2018-11-08 17:44:32下载
    积分:1
  • six
    图像的二值化,并对图像做膨胀,腐蚀,开、闭操作,以及细化处理等通过用matlab高级语言编写数字图像处理的一些基本算法程序(Binarization image, and image to do the expansion, corrosion, open and close operation, as well as refining processing through high-level language matlab digital image processing procedures for some of the basic algorithm)
    2008-06-25 03:22:38下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载