6ff52a676e0f80204b35f0ba0e35e2c2fb8f59a9,ilastik/applets/pixelClassification/opPixelClassification.py,OpPixelClassification,OpPixelClassification_1,#,11

Before Change


    
    MaxLabelValue = OutputSlot()
    LabelImages = MultiOutputSlot() // Labels from the user
    NonzeroLabelBlocks = MultiOutputSlot() // A list if slices that contain non-zero label values
    Classifier = OutputSlot() // We provide the classifier as an external output for other applets to use

    CachedPredictionProbabilities = MultiOutputSlot() // Classification predictions (via a cache)

After Change



    PredictionsFromDisk = InputSlot(optional=True, level=1)

    PredictionProbabilities = OutputSlot(level=1) // Classification predictions

    PredictionProbabilityChannels = OutputSlot(level=2) // Classification predictions, enumerated by channel
    SegmentationChannels = OutputSlot(level=2) // Binary image of the final selections.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 2

Instances


Project Name: ilastik/ilastik
Commit Name: 6ff52a676e0f80204b35f0ba0e35e2c2fb8f59a9
Time: 2012-09-18
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/pixelClassification/opPixelClassification.py
Class Name: OpPixelClassification
Method Name: OpPixelClassification_1


Project Name: ilastik/ilastik
Commit Name: 6ff52a676e0f80204b35f0ba0e35e2c2fb8f59a9
Time: 2012-09-18
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/labeling/opLabeling.py
Class Name: OpLabeling
Method Name: OpLabeling_1


Project Name: ilastik/ilastik
Commit Name: 6ff52a676e0f80204b35f0ba0e35e2c2fb8f59a9
Time: 2012-09-18
Author: bergs@janelia.hhmi.org
File Name: tests/test_applets/pixelClassification/testPixelClassificationSerializer.py
Class Name: OpMockPixelClassifier
Method Name: OpMockPixelClassifier_1


Project Name: ilastik/ilastik
Commit Name: 17b3f77c7736dcba6f2706d7df2e6cd51a3217ae
Time: 2012-09-19
Author: anna.kreshuk@iwr.uni-heidelberg.de
File Name: applets/featureSelection/opFeatureSelection.py
Class Name: OpFeatureSelection
Method Name: OpFeatureSelection_1


Project Name: ilastik/ilastik
Commit Name: 6ff52a676e0f80204b35f0ba0e35e2c2fb8f59a9
Time: 2012-09-18
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/featureSelection/opFeatureSelection.py
Class Name: OpFeatureSelection
Method Name: OpFeatureSelection_1