Code covered by the BSD License  

Highlights from
Efficient Graph based image Segmentation

image thumbnail
from Efficient Graph based image Segmentation by Su Dongcai
A simple and efficient graph based image segmentation algorithm

CoherenceFilterStep3D.m
% This function CoherenceFilterStep3D is a MEX file which performs one 
% Anisotropic Diffusion  step on 3D image volume, and is an extention of
% Weickerts 2D Rotation invariant diffusion scheme, and 2D diffusion equation. 
%
% This mex file only uses CoherenceFilterStep3D.c and CoherenceFilterStep3D_functions.c
%
% Iout = CoherenceFilterStep2D(Iin, Options)
%
% inputs,
%   Iin : 3D image with datatype single
%   Options : Struct with filtering options (See CoherenceFilter.m)
%   
% outputs,
%   Iout : The anisotropic diffusion filtered image
%
% Written by D.Kroon University of Twente (September 2009)

Contact us at files@mathworks.com