KernelMask¶
-
MLModule
¶ genre Kernel
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLFilter2
definition mlFilter2.def see also KernelEditor
,KernelFilter
,KernelExample
keywords Greyvalues
,texture
,Sub
,Image
,Box
,comparing
Purpose¶
The module KernelMask
defines a region of the input image and creates a normalized kernel which contains the grey values of the specified sub image.
Use the generated Kernel as String
with the module Convolution
.
Parameter Fields¶
Field Index¶
Apply : Trigger |
Status : String |
Auto : Bool |
Sub Image Box : String |
Box Corner 1 : IntVector6 |
|
Box Corner 2 : IntVector6 |
|
Kernel as String : String |
|
Max Kernel Volume (Voxel) : Integer |
|
Normalize and Apply : Trigger |
|
Real Kernel Volume (Voxel) : Integer |
Visible Fields¶
Kernel as String¶
Sub Image Box¶
-
name:
kernel
, type:
String
, default:
0 0 0 0 0 0 0 0 0 0 0 0
, deprecated name:
Kernel
¶ Sets a sub image region.
Box Corner 1¶
-
name:
boxV1
, type:
IntVector6
, default:
0 0 0 0 0 0
, deprecated name:
Boxv1
¶ Sets the upper, left hand, rear corner of the sub image box.
Box Corner 2¶
-
name:
boxV2
, type:
IntVector6
, default:
0 0 0 0 0 0
, deprecated name:
Boxv2
¶ Sets the lower, right hand, front corner of the sub image box.
Max Kernel Volume (Voxel)¶
-
name:
maxVolume
, type:
Integer
, default:
10000
, deprecated name:
MAXVolume
¶ Sets a limit to the maximum number of voxels allowed in the kernel.
Real Kernel Volume (Voxel)¶
-
name:
volumeInfo
, type:
Integer
, persistent:
no
¶ Shows the actual number of voxels in the current kernel.