]> Creatis software - creaRigidRegistration.git/blob - PackRecalage/bbs/boxes/CompareImagesWidget_base_2Dt_B.bbs
2020 Feature Comparing Images in XY XZ YZ planes
[creaRigidRegistration.git] / PackRecalage / bbs / boxes / CompareImagesWidget_base_2Dt_B.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/All/creatools_source/creaRigidRegistration/PackRecalage/bbs/boxes/CompareImagesWidget_base_2Dt_B.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include vtk
9 include PackRecalage
10 include std
11
12 define CompareImagesWidget_base_2Dt_B PackRecalage
13
14 author "info-dev@creatis.insa-lyon.fr"
15 description "creatisRecalage"
16
17 category "example"
18
19 new SliceImage imgslice1
20
21 new ImageConvolution convol1
22
23 new MagicBox Box02
24
25
26 connect imgslice1.Out convol1.In
27 connect Box02.BoxChange convol1.BoxExecute
28 connect Box02.BoxChange imgslice1.BoxExecute
29
30 # Complex input ports
31 input SliceZ imgslice1.Z " "
32 input ConvolutionFactor convol1.Factor " "
33 input ConvolutionOnOff convol1.On " "
34 input In imgslice1.In " "
35 input BoxExecute Box02.In " "
36
37 # Complex output ports
38 output Out convol1.Out " "
39
40
41 endefine