]> Creatis software - creaRigidRegistration.git/blobdiff - 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
index ad7386a1aaf23d603dc623aef8178185e11965ef..92fe6c0b78be3a37cd920ec3836f1ac0e1b19508 100644 (file)
@@ -7,6 +7,7 @@ include std
 include itkvtk
 include vtk
 include PackRecalage
+include std
 
 define CompareImagesWidget_base_2Dt_B PackRecalage
 
@@ -19,15 +20,19 @@ new SliceImage imgslice1
 
 new ImageConvolution convol1
 
+new MagicBox Box02
+
 
 connect imgslice1.Out convol1.In
+connect Box02.BoxChange convol1.BoxExecute
+connect Box02.BoxChange imgslice1.BoxExecute
 
 # Complex input ports
 input SliceZ imgslice1.Z " "
 input ConvolutionFactor convol1.Factor " "
 input ConvolutionOnOff convol1.On " "
 input In imgslice1.In " "
-input BoxExecute convol1.BoxExecute " "
+input BoxExecute Box02.In " "
 
 # Complex output ports
 output Out convol1.Out " "