// Inner and outer block shapes are the same.
// We"re using this cache for the "sliced" property, not the "blocked" property.
blockDimsX = { "t" : (1,1),
"z" : (256,256),
"y" : (256,256),
"x" : (10,10),
"c" : (1,1) }
After Change
self.opWatershed.SeedImage.connect( self.opSeedFilter.Output )
else:
self.opWatershed.SeedImage.disconnect()
self.opThreshold.Function.disconnect()
def propagateDirty(self, inputSlot, roi):
// All outputs are directly connected to internal operators
pass