登录
首页 » matlab » matlabPyrTools

matlabPyrTools

于 2010-09-12 发布 文件大小:2185KB
0 126
下载积分: 1 下载次数: 127

代码说明:

  可控金字塔,用于图像去噪,识别,是一种方向可控的金字塔结构的图像处理方法(steerable pyramids for image denoising, recognition, is a steerable pyramid image processing method)

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

发表评论


0 个回复

  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • dealing-with-pictures
    大量图片的处理代码,特别是图片的批量处理,非常有利于在处理图片时使用(A large number of image processing code, especially images of batch processing, image processing is very conducive to the use of)
    2013-09-14 11:35:48下载
    积分:1
  • C# 读取素 颜色 RGB值 实例源码下载
    鼠标移动到哪里 就显示那里的颜色像素值
    2014-09-01下载
    积分:1
  • audio_FFT
    一段音频处理程序,FFT+降噪,简单的试验适合初学者(An audio processor, FFT+ noise reduction, a simple test for beginners)
    2011-09-26 10:02:23下载
    积分:1
  • cloud
    这是一个很全的云模型图像处理,功能全,已运行(This is a good use of the cloud model program, function, good effect, has been in operation)
    2020-12-28 19:09:01下载
    积分:1
  • NED
    利用小波熵自适应去噪并求出各层熵值(绝对值表示) 及权重,自写论文(Using wavelet entropy adaptive de-noising and the obtained layers entropy (absolute value) and weight, since writing papers)
    2012-08-22 20:55:21下载
    积分:1
  • 16QAM-blind-equlization-for-cma
    基础的盲均衡算法,16相位正交调幅恒模盲均衡算法。(A basic blind equlization algorithm ,named as 16 QAM blind equlization for CMA. )
    2020-10-21 16:47:24下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • tuxiangzengqiang
    六种图像增强的方法,线形反锐化掩膜方法,直方图均衡等。(6 kinds of image enhancement methods, linear unsharp mask method, such as histogram equalization.)
    2008-05-18 18:26:13下载
    积分:1
  • Information-Hiding-Technology-
    信息隐藏技术实验教程 源代码 武汉大学出版社出版(Information Hiding Technology Experiment tutorial source code Wuhan University Press)
    2021-03-13 14:29:24下载
    积分:1
  • 696518资源总数
  • 105273会员总数
  • 10今日下载