#include "HxSF.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxOpeningByReconstructionTopHat (HxImageRep im, HxSF sf1, HxSF sf2) |
function y=mmopenrecth_equ( f, bero, bc) y = mmsubm(f,mmopenrec(f, bero, bc));. More... |
|
function y=mmopenrecth_equ( f, bero, bc) y = mmsubm(f,mmopenrec(f, bero, bc));.
00024 { 00025 // return HxSubSat(im, HxOpeningByReconstruction(im, sf1,sf2)); 00026 return HxSub(im, HxOpeningByReconstruction(im, sf1,sf2)); 00027 } |