登录
首页 » matlab » DIPUM_toolbox_m-file_v1.1.4

DIPUM_toolbox_m-file_v1.1.4

于 2009-11-25 发布 文件大小:149KB
0 272
下载积分: 1 下载次数: 59

代码说明:

  数字图像处理(matlab版) 自带的 DIPUM_toolbox, v1.1.4,m文件(dipum toolbox v1.1.4 m files)

文件列表:

DIPUM_toolbox_m-file_v1.1.4
...........................\0_Read_Me_First.txt
...........................\adpmedian.m
...........................\average.m
...........................\bayesgauss.m
...........................\bound2eight.m
...........................\bound2four.m
...........................\bound2im.m
...........................\boundaries.m
...........................\bsubsamp.m
...........................\changeclass.m
...........................\colorgrad.m
...........................\colorseg.m
...........................\compare.m
...........................\connectpoly.m
...........................\Contents.m
...........................\conwaylaws.m
...........................\covmatrix.m
...........................\dftcorr.m
...........................\dftfilt.m
...........................\dftuv.m
...........................\diameter.m
...........................\endpoints.m
...........................\entropy.m
...........................\fchcode.m
...........................\frdescp.m
...........................\fwtcompare.m
...........................\gmean.m
...........................\gscale.m
...........................\histroi.m
...........................\hough.m
...........................\houghlines.m
...........................\houghpeaks.m
...........................\houghpixels.m
...........................\hpfilter.m
...........................\hsi2rgb.m
...........................\huff2mat.m
...........................\huffman.m
...........................\ice.fig
...........................\ice.m
...........................\ice_stand_alone.m
...........................\ifrdescp.m
...........................\ifwtcompare.m
...........................\im2jpeg.m
...........................\im2jpeg2k.m
...........................\imnoise2.m
...........................\imnoise3.m
...........................\improd.m
...........................\imratio.m
...........................\imstack2vectors.m
...........................\intline.m
...........................\intrans.m
...........................\invmoments.m
...........................\jpeg2im.m
...........................\jpeg2k2im.m
...........................\lpc2mat.m
...........................\lpfilter.m
...........................\mahalanobis.m
...........................\manualhist.m
...........................\mat2huff.m
...........................\mat2lpc.m
...........................\minperpoly.m
...........................\paddedsize.m
...........................\pixeldup.m
...........................\polyangles.m
...........................\princomp.m
...........................\quantize.m
...........................\randvertex.m
...........................\Readme.m
...........................\regiongrow.m
...........................\rgb2hsi.m
...........................\rgbcube.m
...........................\signature.m
...........................\specxture.m
...........................\spfilt.m
...........................\splitmerge.m
...........................\statmoments.m
...........................\statxture.m
...........................\strsimilarity.m
...........................\subim.m
...........................\twodsin.m
...........................\twomodegauss.m
...........................\unravel.dll
...........................\unravel.m
...........................\unravel.mexaxp
...........................\unravel.mexglx
...........................\unravel.mexhpux
...........................\unravel.mexmac
...........................\unravel.mexrs6
...........................\unravel.mexsg
...........................\unravel.mexsol
...........................\vistformfwd.m
...........................\wave2gray.m
...........................\waveback.m
...........................\wavecopy.m
...........................\wavecut.m
...........................\wavefast.m
...........................\wavefilter.m
...........................\wavepaste.m
...........................\wavework.m

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

发表评论

0 个回复

  • Locating-Voltage-Sags
    电压跌落是最严重的动态电能质量问题之一, 精确定位电压跌落起止时间是应对电压跌落问题的 重要前提和基础。由于电压采样信号往往有噪声分 量,现有的方法在定位电压跌落的起止时间时存在 局限性。本文提出利用多小波变换及相邻系数去噪 的电压跌落定位方法。多小波兼有对称性、正交性、 有限支撑性和二阶消失矩等优异的信号处理性能, 利用GHM多小波可以准确定位电压跌落起止时间。 多小波变换系数在每层之间具有对应关系,多小波 相邻系数将紧相邻的若干个系数作为一个整体来确 定阈值,考虑了系数之间的相关性,能获得更好的 去噪效果。通过 Matlab 进行仿真验证,仿真结果表 明,所提出的方法的正确性。 (Voltage sag is one of the most serious dynamic power quality problems. Critical start-time and end-time are important indices for voltage sags. But the sampling signals often have noisy component, the locations of start-time and end-time are hard to get. Wavelet is an effective tool for those non-stationary signal processing and has been used in this field. Local feature in the signal can be enlarged after the transformation using the scalar wavelet. But scalar wavelets cannot contain orthogonality, symmetry, compact support and higher order of vanishing moments simultaneously. In this thesis, multi-wavelets GHM is used to detect and locate power quality disturbances. Multi-wavelets offer many excellent properties such as the same approximation order but more compact support. The dependence of the multi-wavelets coefficients varies with the level, so neighboring coefficien)
    2014-03-25 17:08:50下载
    积分:1
  • 水下像去雾与增强
    这篇论文提出了一种较好的水下图像增强的方法。首先使用经过端到端训练的卷积神经网络去测量输入图片,同时以自适应双边滤波器对传输图片进行处理。接着提出一种基于白平衡的策略来消除图片的颜色偏差,用拉普拉斯金字塔融合获得无雾和色彩校正图像的融合结果。 最后,输出图像被转换为混合小波和方向滤波器组(HWD)域,用于去噪和边缘增强。 实验结果表明,该方法可以消除颜色失真,提高水下图像的清晰度。(This paper proposes a better underwater image enhancement method. Firstly, an end-to-end training convolutional neural network is used to measure the input image, and an adaptive bilateral filter is used to process the transmitted image. Then a strategy based on white balance is proposed to eliminate the color deviation of images. The fusion results of fog-free and color correction images are obtained by Laplacian pyramid fusion. Finally, the output image is converted into hybrid wavelet and directional filter bank (HWD) domain for denoising and edge enhancement. The experimental results show that the method can eliminate color distortion and improve the clarity of underwater images.)
    2020-11-02 14:59:54下载
    积分:1
  • ball
    实现了一个小球自由落体碰撞地面并弹跳的过程,设置了一个碰撞衰减系数c,可以自己调整衰减速度。(The process of collision and bounce of a small sphere falling freely on the ground is realized. A collision attenuation coefficient C is set to adjust the attenuation speed by itself.)
    2018-11-22 00:27:40下载
    积分:1
  • jquery.easing.1.3
    jquery.easing.js 1.3 是一个配合jquery实现完美动画效果的扩展插件,比如我们在使用jquery制作一幅图片滚动或图片渐变,使用本插件可扩展或增强jquery性能,生成完美无缺兼容性更好的jquery动画来,它不仅可以用于图像特效,像一些基础的层操作也可以使用。(jquery.easing.js 1.3 is a perfect fit jquery animated extensions, such as we use jquery make a picture or a picture scroll gradient, using this plugin jquery enhanced scalability or performance, generate flawless compatibility and better jquery animation, which not only can be used for image effects, like some basic layer operations can also be used.)
    2014-12-03 17:35:25下载
    积分:1
  • segmentation-based-on-SVM
    基于支持向量机方法的图像分割与目标分类.介绍了支持向量机用于车辆图像分类。以及用于单目标图像的分割和多目标图像的分割,介绍的较为详细。(Method of image segmentation based on support vector machine (SVM) and the target classification. This paper introduces the support vector machine (SVM) is used to vehicle image classification. And for single target image segmentation and target image segmentation, introduced detailed.)
    2015-12-29 11:28:26下载
    积分:1
  • FASTA
    一种与FASTA实现的前向向后分裂的指南(A FIELD GUIDE TO FORWARD-BACKWARD SPLITTING WITH A FASTA IMPLEMENTATION)
    2017-09-17 22:40:00下载
    积分:1
  • main
    下载后自己看吧,就是一个角点检测代码。 基于c++ 64位 需要加载opencv3以上的版本(Download your own look, it is a corner detection code. Based on c++ 64 You need to load more than opencv3 version)
    2017-09-16 10:05:42下载
    积分:1
  • 基本遗传算法Matlab代码
    基于改进遗传算法的单阈值图像分割方法,该方法在基础遗传算法的基础上进行了改进(Application of Basic Genetic Algorithms in Image Segmentation)
    2020-06-17 17:20:02下载
    积分:1
  • UTILE
    UTIL MOTION DETECTION AND TRACKING
    2013-03-18 01:06:09下载
    积分:1
  • adtive_feature1
    以python语言为平台,对机载激光雷达原始数据Las格式和txt格式进行读取,并根据信息熵确定维度特征计算的最佳邻域半径,最后计算得到最佳邻域半径和最佳维度特征值(Based on Python language, the Las format and TXT format of airborne lidar raw data are read, and the optimal neighborhood radius is determined according to the information entropy. Finally, the optimal neighborhood radius and the optimal dimension eigenvalue are calculated.)
    2020-12-18 18:39:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载