![]() |
Microscopy Image Browser
1.233
|
Return Frangi mask generated from the img. More...
Functions | |
| function mask = | getFrangiMask (img, Options, Options2, type, orientation2d, layer_id) |
| Return Frangi mask generated from the img. More... | |
Return Frangi mask generated from the img.
| function mask = getFrangiMask | ( | img, | |
| Options, | |||
| Options2, | |||
| type, | |||
| orientation2d, | |||
| layer_id | |||
| ) |
Return Frangi mask generated from the img.
| img | -> input image, [1:height, 1:width, 1:color, 1:layers] |
| Options | -> a structure with Parameters
|
| Options2 | -> a structure with extra parameters
|
| type | -> '2d' or '3d' ('3d' is not implemented) |
| orientation2d | -> defines the stack orientation for 2d filtering, 1 - zx, 2 - zy, or 4 - yx |
| layer_id | -> define a single slice from the dataset, when omitted filter the whole dataset |
| mask | generated mask image [1:height,1:width,1:no_stacks], (0/1); |
References FrangiFilter2D(), and FrangiFilter3D().
Referenced by ib_maskGenerator().

