vgreymorph3d
-in | input image |
-out | output image |
-op | type of operation (dilate | erode | open | close). Default: dilate |
-dim | dim of structuring element (2D | 3D). Default: 3D |
-radius | radius of structuring element. Default: 2 |
-file | file containing structuring element |
|
Initial value: { { "dilate", 0 }, { "erode", 1 }, { "open", 2 }, { "close", 3 }, { NULL } } |
|
Initial value: { { "2D", 0 }, { "3D", 1 }, { NULL } } |