XMarkerToSphere¶
- MLModule¶
genre
author
package
dll
definition
keywords
Purpose¶
Allows for defining a spherical mask around xmarkers with certain radius.
Usage¶
Connect xmarkers and image to input, adjust radius and desired mask value.
Details¶
Output image is only computed if input image and at least one xmarker is available.
Windows¶
Default Panel¶
Input Fields¶
input0¶
- name: input0, type: Image¶
input image
markerList¶
- name: markerList, type: MLBase¶
XMarker list.
Output Fields¶
output0¶
- name: output0, type: Image¶
Mask image is computed if input image and at least one xmarker is computed.
Parameter Fields¶
Field Index¶
|
|
|
|
|
Visible Fields¶
Radius¶
- name: radius, type: Float, default: 1¶
Radius around xmarkers used for defining spheres.
Mask Value¶
- name: maskValue, type: Integer, default: 1¶
Mask value
Invalidate output by empty xmarker list¶
- name: invalidateByEmptyList, type: Bool, default: FALSE¶
If this parameter is true and if xmarker list is empty, output will be invalidated.
Auto Apply¶
- name: autoApply, type: Bool, default: FALSE¶
If checked, any parameter changes causes the module to compute anew.
Auto Update¶
- name: autoUpdate, type: Bool, default: FALSE¶
If checked, the module computes anew on any input change.
Update¶
- name: update, type: Trigger¶
If pressed, the module computes anew.