0ae0a522b66d5f68e37c2c756cd176ba6c2b5673,ilastik/applets/graphCutSegmentation/opObjectsSegment.py,OpObjectsSegment,__init__,#OpObjectsSegment#,50

Before Change



        opCC = OpLabelImage(parent=self)
        opCC.Input.connect(self._opReorderBin.Output)
        opCC.BackgroundLabels.setValue([0])
        self.ConnectedComponents.connect(opCC.Output)
        self._opCC = opCC

        opCache = OpArrayCache(parent=self)

After Change


        self.CachedConnectedComponents.connect(opCC.CachedOutput)

        self._outputCache = OpCompressedCache(parent=self)
        self._outputCache.name = "{}._outputCache".format(self.name)
        self._outputCache.Input.connect(self.Output)

        self._lock = ThreadLock()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: ilastik/ilastik
Commit Name: 0ae0a522b66d5f68e37c2c756cd176ba6c2b5673
Time: 2014-03-04
Author: webmaster@burgerdev.de
File Name: ilastik/applets/graphCutSegmentation/opObjectsSegment.py
Class Name: OpObjectsSegment
Method Name: __init__


Project Name: ilastik/ilastik
Commit Name: 7c408ad993e215227823fc1f7fc64b8737782b5d
Time: 2017-03-07
Author: dominik.kutra@gmail.com
File Name: lazyflow/operators/ioOperators/opNpyFileReader.py
Class Name: OpNpyFileReader
Method Name: setupOutputs


Project Name: ilastik/ilastik
Commit Name: 3236ba3605bb5b6a03acf089a23c9226e49a243b
Time: 2013-01-30
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/dataSelection/dataSelectionSerializer.py
Class Name: Ilastik05DataSelectionDeserializer
Method Name: deserializeFromHdf5