ImageMirror¶
Purpose¶
Module allows for mirroring an image along a given plane. Image size and world matrix are not modified.
Usage¶
Define plane E: a*x1 + b*x2 + c*x3 = d, and define a fill value which is written to the output image if the mirrored point lies outside the original image.
Windows¶
Default Panel¶
Input Fields¶
input0¶
- name: input0, type: Image¶
Input image which has to be mirrored along a given plane.
Output Fields¶
output0¶
- name: output0, type: Image¶
The mirrored plane.
Parameter Fields¶
Field Index¶
|
|
|
|
|
Visible Fields¶
Plane¶
- name: plane, type: Plane, default: 0 0 0 0¶
The plane for mirroring the input image.
Fill Value¶
- name: fillValue, type: Float, default: 0¶
The fill value is written to the output image if the mirrored point lies outside the original image.
Auto apply¶
- name: autoApply, type: Bool, default: TRUE¶
If checked, any parameter changes causes the module to compute anew.
Apply¶
- name: apply, type: Trigger¶
If pressed, the module computes anew.
Auto update¶
- name: autoUpdate, type: Bool, default: TRUE¶
If checked, the module computes anew on any input change.