Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxMorphologicalGradient2.h File Reference

More...

#include "HxSF.h"

Go to the source code of this file.

Functions

HxImageRep L_HXIMAGEREP HxMorphologicalGradient2 (HxImageRep im, HxSF sf1, HxSF sf2)
 use the different SF for dilation (sf1) and erosion (sf2). More...


Detailed Description


Function Documentation

HxImageRep L_HXIMAGEREP HxMorphologicalGradient2 HxImageRep    im,
HxSF    sf1,
HxSF    sf2
 

use the different SF for dilation (sf1) and erosion (sf2).

formula: return dilation(im,sf1) - erosion(im,sf2)

00017 {
00018     return HxSub( HxDilation(im, sf1), HxErosion(im, sf2) );
00019 }


Generated on Tue Feb 3 14:18:49 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001