7b8507f5382e73ab7f0f88f88b0292c6007f5fab,workflows/blockwiseObjectClassification/blockwiseObjectClassificationWorkflow.py,BlockwiseObjectClassificationWorkflow,_initBatchWorkflow,#BlockwiseObjectClassificationWorkflow#,66
Before Change
self.opBatchClassify = opBatchClassify
warnings.warn("Instead of hard-coding blockshape/halo, use a GUI? Or choose them automatically? Or maybe use a config file?")
opBatchClassify.BlockShape.setValue( (1,256,256,256,1) )
opBatchClassify.HaloPadding.setValue( (1,50,50,50,1) )
// Connect the batch OUTPUT applet
After Change
opBatchClassify.BinaryImage.connect( opBinaryBatchInput.Image )
opBatchClassify.Classifier.connect( opTrainingTopLevel.Classifier )
opBatchClassify.BlockShape3dDict.connect( opBlockwiseObjectClassification.BlockShape3dDict )
opBatchClassify.HaloPadding3dDict.connect( opBlockwiseObjectClassification.HaloPadding3dDict )
self.opBatchClassify = opBatchClassify
// Connect the batch OUTPUT applet
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: ilastik/ilastik
Commit Name: 7b8507f5382e73ab7f0f88f88b0292c6007f5fab
Time: 2013-03-01
Author: bergs@janelia.hhmi.org
File Name: workflows/blockwiseObjectClassification/blockwiseObjectClassificationWorkflow.py
Class Name: BlockwiseObjectClassificationWorkflow
Method Name: _initBatchWorkflow
Project Name: ilastik/ilastik
Commit Name: 9418883d418ecccd7fe5da4dddffdc01064efb23
Time: 2014-03-26
Author: bergs@janelia.hhmi.org
File Name: ilastik/workflows/carving/splitBodyCarvingWorkflow.py
Class Name: SplitBodyCarvingWorkflow
Method Name: __init__
Project Name: ilastik/ilastik
Commit Name: 02167f1683b7462ec47fce8c821a4e96f15dec9c
Time: 2012-08-16
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/pixelClassification/pixelClassificationGuiRewrite.py
Class Name: PixelClassificationGui
Method Name: setupLayers