You need to enable JavaScript to run this app.Extended Morphology - GammaCV
GammaCV Logo
DocsExamplesGitHub

MorphTransform

Params
tSrcTensorThe source image to be downsampled.
typestringSize of structure element.
kernelSizeArray.<number>Size of structure element
tKernelTensorOptional kernel.
Example
gm.morphologyEx(inputImage, 'open', [3, 3]);