登录
首页 » matlab » mrf

mrf

于 2010-09-13 发布 文件大小:18KB
0 97
下载积分: 1 下载次数: 112

代码说明:

  MRF程序:建立了马尔科夫随机场 应用于图像去噪 不过此程序有待进一步调试(MRF procedure used in image denoising)

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

发表评论

0 个回复

  • Application_study_of_wavelet_analysis_on_ultrasoni
    说明:  :在深海采矿环境中超声波传输介质里存在着大量气泡、扰动沉积物、机械噪声等背景噪声与混响,导致有用信号与高 噪声信号迭加在一起,严重影响了测距精度。采用小波分析方法将超声回波信号进行3层小波分解,适当设置门限阈值对小波 系数进行处理,然后对信号进行重构,有效地抑制了信号中噪声对测量精度的影响。研究结果表明:小波方法有很好的降低回 波信号中噪声的效果,其测距精度高于自适应滤波去噪后的测距精度。(There are much background and mixture noise in the course of ultrasonic wave transmission under deep sea mining environment,such as air bubbles and disturbed sediment and mechanical noise.Because of these factors, the useful signals and the high noise signals are combined together,which seriously affects the distance measurement precision.Ultrasonic echo signals are decomposed into three layer wavelets,and a threshold is set to process the wavelet coeficients.Then the signals are reconstructed.Accordingly the influence of environment noise on distance measurement precision is effectively restrained.Research resuhs indicate that wavelet transform method is very useful for noise reduction in signals.Its precision is higher than that of the adaptive filtering method.)
    2010-04-24 08:14:49下载
    积分:1
  • A0357
    一套完整的图像处理与识别的源码(全中文注释) 这是我们内部开发与使用的一套图像处理代码,里面包括了大部分图像处理与识别处理的的函数:像模板变换,图像的平滑、锐化、边缘识别、图像中值滤波、图像模糊、图像逆滤波、图像模糊加噪、图像维纳滤波、线性变换、灰度拉伸、直方图均衡、图像腐蚀、图像膨胀、图像开运算、GIF确码编码、缩放、旋转、快速付立叶变换、离散余弦变换等等,等等,太多了。可以用于windows软件或嵌入式软件编程。内部用的,全中文注释,为了下载我才拿出来的。你们自己看着办吧。(a complete set of image processing and recognition of the source code (all Chinese Note) This is our internal development and use of a image processing code, includes the most image processing and recognition processing function : as template transform, Image smoothing, sharpening, edge recognition, image filtering and fuzzy images, image inverse filtering, fuzzy image noise increases, Wiener filter images, linear transformation, gray tensile, histogram equalization, images corrosion, expansive images, image open operation, GIF correct coding, zooming, rotation, fast Fourier transform, discrete cosine transform, and so on and so forth, that is too many. Can be used for windows software or embedded software programming. Internal use, and the whole Chinese translations, in order to download )
    2020-12-27 21:59:02下载
    积分:1
  • 1
    说明:  这是一个利用python里微信机器人,然后获取微信好友的照片,然后利用图像处理,把照片合成在一张照片里。(This is a use of the python Weixin robot, and then get the pictures of Weixin friends, and then use image processing to synthesize the pictures in a picture.)
    2019-05-26 17:42:23下载
    积分:1
  • Image fusion
    基于稀疏表示的图像融合算法 KSVD OMP(Image fusion algorithm based on sparse representation KSVD OMP)
    2021-03-15 21:19:21下载
    积分:1
  • image-matching
    图像匹配,通过选定模板图像和要要匹配的图像,在要匹配的图像中用红色方框标记处匹配的区域。(Image matching, through the selected template image and want to match the image, to match the image using the red mark at the box matches the area.)
    2020-11-19 17:39:37下载
    积分:1
  • MATLAB_image_process_with_PDE
    运用偏微分方程(PDE)方法进行图像处理的matlab程序,包括图像滤波、图像分割、插值、图像增强、恢复及一些方程组求解等在偏微分方法处理图像处理领域常用且重要的处理程序,供大家学习。(The use of partial differential equations methods matlab image processing procedures, including image filtering, image segmentation, interpolation, image enhancement, restoration, and some partial differential equations approach to solving such as in the field of image processing procedures used and important for them to learn.)
    2010-01-12 10:09:14下载
    积分:1
  • domin
    这是一款适用于初学者的应用程序,它可以帮助我们处理图形图像(This is a beginner for the application, it can help us to deal with graphic images)
    2009-05-14 09:05:23下载
    积分:1
  • 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
  • Three-dimensional-reconstruction
    图像三维重建 matlab环境 可用于各种图像(Image three-dimensional reconstruction of the environment can be used for a variety of images matlab)
    2010-01-11 21:07:42下载
    积分:1
  • RADAR-IMAGING-OF-ISAR
    SAR成像处理的过程是从回波数据中提取目标区域散射系数的二维分布,本质上是一个二维相关处理过程,因此最直接的处理方法是对回波进行二维匹配滤波,但其运算量很大,再加上SAR的数据率本来就高,这使得实时处难于实现。通常,可以把二维过程分解成距离向和方位向两个一维过程,Range-Dopper Algorithm(简称RD算法)(SAR imaging process is two-dimensional distribution of the scattering coefficient of the target area extracted from the echo data, in essence, is a two-dimensional process, the most direct approach is two-dimensional matched filtering of echo, its computationalthe great plus on SAR data rate was high, which makes real-time processing is difficult to achieve. Typically, two-dimensional process can be broken down into the range and azimuth to a two-dimensional process, the Range-Dopper Algorithm. (Referred to as the RD algorithm))
    2012-04-26 21:48:50下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载