资源简介

Image Edge Enhancing Coherence Filter Toolbox,各向异性非线性扩散滤波器

资源截图

代码片段和文件信息

function u = CoherenceFilter(uOptions)
% This function COHERENCEFILTER will perform Anisotropic Diffusion of a
% 2D gray/color image or 3D image volume Which will reduce the noise in
% an image while preserving the region edges and will smooth along
% the image edges removing gaps due to noise.
%
% Don‘t forget to compile the c-code by executing compile_c_files.m

% Iout = CoherenceFilter(Iin Options)
%
% inputs
%   Iin : 2D gray/color image or 3D image volume. Use double datatype in 2D
%              and single data type in 3D. 
%              For default Weicker constants Range of image data must be  approximately [0 1]
%              For default CEDEED and HDCS range of image data must be Hounsefield units
%   Options : Struct with filtering options
%   
% outputs
%   Iout : T

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       14144  2010-02-02 22:40  CoherenceFilter.m
     目录           0  2010-02-02 16:45  Literature\
     文件      271611  2009-11-06 21:53  Literature\Kroon_CoherenceFiltering.pdf
     文件         991  2009-11-17 21:51  compile_c_files.m
     目录           0  2010-02-02 16:45  functions\
     文件         113  2009-11-24 22:18  functions\clmp.m
     文件       23034  2009-11-18 00:42  functions\derivatives.c
     文件        3272  2009-11-18 14:06  functions\derivatives.m
     文件       22500  2009-11-18 00:42  functions\imgaussian.c
     文件        2178  2010-01-13 20:43  functions\imgaussian.m
     文件        4935  2008-04-02 14:10  functions\showcs3.fig
     文件        8755  2010-01-13 20:05  functions\showcs3.m
     目录           0  2010-02-02 16:45  functions2D\
     文件        6129  2009-11-18 00:42  functions2D\CoherenceFilterStep2D.c
     文件         618  2009-09-30 14:40  functions2D\CoherenceFilterStep2D.m
     文件       13706  2009-12-22 19:52  functions2D\CoherenceFilterStep2D_functions.c
     文件        1996  2010-02-02 21:53  functions2D\ConstructDiffusionTensor2D.m
     文件        2279  2009-09-30 14:33  functions2D\diffusion_scheme_2D_implicit.m
     文件        1925  2009-09-30 14:33  functions2D\diffusion_scheme_2D_non_negativity.m
     文件        1572  2010-01-12 17:55  functions2D\diffusion_scheme_2D_novel.m
     文件        1105  2009-11-18 15:23  functions2D\diffusion_scheme_2D_rotation_invariant.m
     文件        1475  2009-12-15 16:39  functions2D\diffusion_scheme_2D_standard.m
     文件        1200  2009-12-22 20:08  functions2D\EigenVectors2D.m
     文件         732  2009-12-21 17:02  functions2D\hessian.m
     文件         667  2009-12-01 21:48  functions2D\StructureTensor2D.m
     文件        6127  2010-01-12 20:23  functions2D\ut_gauss.m
     目录           0  2010-02-02 16:45  functions3D\
     文件        8332  2009-11-18 00:42  functions3D\CoherenceFilterStep3D.c
     文件         625  2009-09-30 14:41  functions3D\CoherenceFilterStep3D.m
     文件       39277  2009-11-18 00:42  functions3D\CoherenceFilterStep3D_functions.c
     文件        3328  2009-09-30 14:34  functions3D\diffusion_scheme_3D_implicit.m
............此处省略21个文件信息

评论

共有 条评论