<< bwborder Morphological Operations imblobprop >>

IPCV >> Morphological Operations > imblackhat

imblackhat

Image blackhat

Syntax

imout = imblackhat(imin,se)

Parameters

imin :

Input image

se :

Structure element

imout :

Output image

Description

This operation is the difference between an input image and its opening

Examples

S = imread(fullpath(getIPCVpath() + "/images/morpex.png"));
se = imcreatese('ellipse',7,7);
S2 = imblackhat(S,se);
imshow(S2);

See also

Authors


Report an issue
<< bwborder Morphological Operations imblobprop >>