X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fbbs%2Fboxes%2FCompareImagesByRGB-Widget.bbs;h=784c2f13ea9e831cefcd1992ca61e4736be88a24;hb=a3620d4e1b64678c8bc31791fd8cb86a80c04256;hp=9a467c65f8f8e776d4df8d2ecb742fc3c7e0df47;hpb=9075226c98f81d6936ec2869d429a7155be2b627;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/bbs/boxes/CompareImagesByRGB-Widget.bbs b/bbtk_creaVtk_PKG/bbs/boxes/CompareImagesByRGB-Widget.bbs index 9a467c6..784c2f1 100644 --- a/bbtk_creaVtk_PKG/bbs/boxes/CompareImagesByRGB-Widget.bbs +++ b/bbtk_creaVtk_PKG/bbs/boxes/CompareImagesByRGB-Widget.bbs @@ -10,7 +10,6 @@ include creaVtk include vtk include wx include std -include PackRecalage define CompareImagesByRGB-Widget creaVtk @@ -33,7 +32,7 @@ new vtk:RescaleSlopeIntercept Box05 new creaMaracasVisu:SetwxVtkBaseViewLookupTable Box06 new wx:LayoutSplit Box07 - set Box07.Proportion "90" + set Box07.Proportion "95" new creaVtk:ScalarsToColors Box10 set Box10.Type "3" @@ -54,7 +53,7 @@ new std:StringSelect Box18 set Box18.In6 "1 0 1" set Box18.In7 "0 1 1" -new PackRecalage:AddImageToVector Box19 +new vtk:AddImageToVector Box19 new std:GetVectorStringElement Box20 set Box20.I "0" @@ -90,6 +89,10 @@ new std:MagicBox Box33 new std:MultipleInputs Box34 +new std:MagicBox Box35 + +new creaMaracasVisu:SetPosition Box36 + connect Box02.Out Box00.In connect Box10.LookupTable Box06.ScalarToColors @@ -122,11 +125,15 @@ connect Box31.Widget Box07.Widget2 connect Box26.BoxChange Box34.In1 connect Box34.BoxChange Box06.BoxExecute connect Box33.BoxChange Box34.In2 +connect Box00.wxVtkBaseView1 Box36.wxVtkBaseView +connect Box35.Out Box36.Point +connect Box33.BoxChange Box36.BoxExecute # Complex input ports input Image1 Box29.In " " input Image2 Box30.In " " input boxExecute Box33.BoxExecute " " +input point Box35.In " " # Complex output ports output OutWidget Box07.Widget " "