#include "HxSF.h"
Go to the source code of this file.
Functions | |
| HxImageRep L_HXIMAGEREP | HxClosingTopHat (HxImageRep im, HxSF sf) |
| res = closing(im,sf) - im ? (SDC morph) or res = im - closing(im,sf) ? (Rein). More... | |
|
||||||||||||
|
res = closing(im,sf) - im ? (SDC morph) or res = im - closing(im,sf) ? (Rein).
00016 {
00017 return HxSub(HxClosing(im,sf), im);
00018
00019 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001