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

Before Change


    
    // Graph inputs
    
    InputImages = MultiInputSlot() // Original input data.  Used for display only.

    LabelsAllowedFlags = MultiInputSlot(stype="bool") // Specifies which images are permitted to be labeled 
    LabelInputs = MultiInputSlot(optional = True) // Input for providing label data from an external source

After Change


    
    // Graph inputs
    
    InputImages = InputSlot(level=1) // Original input data.  Used for display only.

    LabelsAllowedFlags = InputSlot(stype="bool", level=1) // Specifies which images are permitted to be labeled 
    LabelInputs = InputSlot(optional = True, level=1) // Input for providing label data from an external source
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

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/pixelClassification/opPixelClassification.py
Class Name: OpMaxValue
Method Name: OpMaxValue_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: ilastik/applets/labeling/opLabeling.py
Class Name: OpMaxValue
Method Name: OpMaxValue_1