db00d263dd7b3079d9fe42af721828cce7fc0f24,ilastik/applets/objectClassification/objectClassificationGui.py,ObjectClassificationGui,setupLayers,#ObjectClassificationGui#,561
Before Change
// The thresholding button can only be used if the data is displayed as grayscale.
if rawLayer.window_leveling:
self.labelingDrawerUi.thresToolButton.show()
else:
self.labelingDrawerUi.thresToolButton.hide()
// since we start with existing labels, it makes sense to start
After Change
if rawSlot.ready():
rawLayer = None
for layer in layers:
if layer.name == "Raw Input":
rawLayer = layer
break
def toggleTopToBottom():
index = self.layerstack.layerIndex( rawLayer )
self.layerstack.selectRow( index )
if index == 0:
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 6
Instances Project Name: ilastik/ilastik
Commit Name: db00d263dd7b3079d9fe42af721828cce7fc0f24
Time: 2018-12-20
Author: hiltpa@gmail.com
File Name: ilastik/applets/objectClassification/objectClassificationGui.py
Class Name: ObjectClassificationGui
Method Name: setupLayers
Project Name: CNuge/kaggle-code
Commit Name: b7990885d8b26b9404fd9ce952b0b2f005019594
Time: 2018-01-12
Author: nugentc@uoguelph.ca
File Name: california_housing/feature_engineering.py
Class Name:
Method Name:
Project Name: ilastik/ilastik
Commit Name: db00d263dd7b3079d9fe42af721828cce7fc0f24
Time: 2018-12-20
Author: hiltpa@gmail.com
File Name: ilastik/applets/pixelClassification/pixelClassificationGui.py
Class Name: PixelClassificationGui
Method Name: setupLayers