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

DeleteGLTree.m
% DeleteGLTree delete previsiouly constructed GL-Tree
%
% SYNTAX
% DeleteGLTree(ptrtree);
%
% INPUT PARAMETERS
%       ptrtree: a pointer to the previously constructed  GLtree.Warning
%                if the pointer is uncorrect it will cause a crash, there is
%                no way to check this in the mex routine, you have to check
%                yourself in your script.
%     
%
% OUTPUT PARAMETERS
%   none.
%
%
%
%
%For question, suggestion, bug reports
%giaccariluigi@msn.com
%
% Visit my website:
% http://giaccariluigi.altervista.org/blog/
%
%Author : Luigi Giaccari
%Last Update: 7/12/2008
%Created : 10/10/2008

Contact us at files@mathworks.com