登录
首页 » matlab » CoherenceFilter_version5

CoherenceFilter_version5

于 2020-11-02 发布 文件大小:1404KB
0 225
下载积分: 1 下载次数: 116

代码说明:

  Image Edge Enhancing Coherence Filter Toolbox,各向异性非线性扩散滤波器(This toolbox will perform Anisotropic Non-Linear Diffusion filtering on a 2D gray/color or 3D image. This filtering will reduce the image noise while preserving the region edges, and also enhancing the edges by smoothing along them. This is one of the more advanced image enhancement methods available, and also contains HDCS from october 2009. The result looks like an artist painted the image, with clear brush strokes along the image edges and ridges, see screen-shot. )

文件列表:

CoherenceFilter.m
compile_c_files.m
functions
.........\clmp.m
.........\derivatives.c
.........\derivatives.m
.........\imgaussian.c
.........\imgaussian.m
.........\showcs3.fig
.........\showcs3.m
functions2D
...........\CoherenceFilterStep2D.c
...........\CoherenceFilterStep2D.m
...........\CoherenceFilterStep2D_functions.c
...........\ConstructDiffusionTensor2D.m
...........\diffusion_scheme_2D_implicit.m
...........\diffusion_scheme_2D_non_negativity.m
...........\diffusion_scheme_2D_novel.m
...........\diffusion_scheme_2D_rotation_invariant.m
...........\diffusion_scheme_2D_standard.m
...........\EigenVectors2D.m
...........\hessian.m
...........\StructureTensor2D.m
...........\ut_gauss.m
functions3D
...........\CoherenceFilterStep3D.c
...........\CoherenceFilterStep3D.m
...........\CoherenceFilterStep3D_functions.c
...........\diffusion_scheme_3D_implicit.m
...........\diffusion_scheme_3D_non_negativity.c
...........\diffusion_scheme_3D_non_negativity.m
...........\diffusion_scheme_3D_novel.m
...........\diffusion_scheme_3D_rotation_invariant.c
...........\diffusion_scheme_3D_rotation_invariant.m
...........\diffusion_scheme_3D_standard.c
...........\diffusion_scheme_3D_standard.m
...........\EigenDecomposition3.c
...........\EigenDecomposition3.h
...........\EigenVectors3D.c
...........\EigenVectors3D.m
...........\StructureTensor2DiffusionTensor3D.c
...........\StructureTensor2DiffusionTensor3D.m
...........\StructureTensor3D.m
images


......\sphere.mat


license.txt
Literature
..........\Kroon_CoherenceFiltering.pdf

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

发表评论

0 个回复

  • edgedirection
    轮廓特征提取,是图像处理中底层特征中的一个重要参数,是我硕士论文中的代码(Contour feature extraction, image processing are the underlying characteristics of an important parameter, is my master' s thesis in the code)
    2009-02-24 12:04:09下载
    积分:1
  • TPS warping
    说明:  Principal Warps: Thin-Plate Splines and the Decomposition of Deformations
    2019-05-13 11:16:43下载
    积分:1
  • 区域编码和阈值编码实现压缩
    c++语言或MATLAB编程对256×256的灰度图像进行8×8DCT变换,对变换后的结果进行处理: 采用区域编码和阈值编码方法实现图像压缩,保留 50% 的系数(区域编码保留前 50%个系数,阈值编码保留 50%的大系数); 再反变换后,对比原始图像和处理后的图像。(C++ or MATLAB programming performs 8 * 8DCT transform on 256 * 256 grayscale images, processing the transformed results: The region coding and threshold coding are used to compress the image, and the coefficient of 50% is retained (the first 50% coefficients are reserved for the region code and the large coefficient of the threshold code is retained by 50%). After inverse transformation, the original image and the processed image are compared.)
    2020-07-01 08:40:01下载
    积分:1
  • GTYLEA964
    卡尔曼滤波程序,可以运行,用VS编译,不需要解压,谢谢,(Kalman filter program, can run, compiled with VS, no need to decompress, thank you,)
    2018-09-04 06:35:11下载
    积分:1
  • 基于OPENCV的SIFT特征提取与匹配算法 OPENCV_SIFT_VC6
    基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。程序运行前须安装(1)OpenCV: http://opencvlibrary.sourceforge.net (2)SIFT: http://web.engr.oregonstate.edu/~hess/index.html,并配置其环境参数。(OPENCV the SIFT-based feature extraction and matching algorithm. Contains a complete Gaussian pyramid from the image, DOG, space extremum point extraction, description of key points, KDtree matching key step in the realization of the full function of the comprehensive and in-depth understanding of Lowe s SIFT algorithm of tremendous help. Program to run before the installation of (1) OpenCV: http://opencvlibrary.sourceforge.net (2) SIFT: http://web.engr.oregonstate.edu/ ~ hess/index.html, and configure the parameters of their environment.)
    2020-06-26 03:00:02下载
    积分:1
  • 612940
    图像的中值滤波源码例程程序结合易语言数值计算支持库和图像格式转换支持库,调用正态分布图像处理模块实现图像的中值滤波功能。(Image median filtering routine program combined with easy language source numerical support libraries and image format conversion support library , call the normal image processing module median filtering images.)
    2016-02-13 21:17:03下载
    积分:1
  • code
    实现图片、文本隐藏在图片中,并导出等操作(Implement images, text hidden in images, and export operations)
    2019-05-18 20:07:04下载
    积分:1
  • wpf各种统计展示(直方,饼,折线
    wpf各种统计图展示(直方图,饼图,折线图)
    2014-12-19下载
    积分:1
  • BP-Classification
    基于matlab神经网络的遥感图像分类,使用了BP神经网络(Matlab neural network-based remote sensing image classification using BP neural network)
    2012-11-01 10:44:25下载
    积分:1
  • BMP1
    说明:  编程实现对bmp图像最大值,最小值,标准差,熵,各灰度值频率的计算(Programming to calculate the maximum value, minimum value, standard deviation, entropy and gray value frequency of BMP image)
    2020-05-02 17:30:16下载
    积分:1
  • 696516资源总数
  • 106459会员总数
  • 0今日下载