9be131f0e7c77086ab4c3cad7469887bd1d55c89,ilastik/widgets/featureDlg.py,,,#,145
Before Change
ex1.raise_()
ex2 = FeatureDlg()
ex2.createFeatureTable({"Color": [FeatureEntry("Banananananaana")], "Edge": [FeatureEntry("Mango"), FeatureEntry("Cherry")]}, [0.3, 0.7, 1, 1.6, 3.5, 5.0, 10.0])
ex2.setWindowTitle("ex2")
ex2.setImageToPreView((numpy.random.rand(100,100)*256).astype(numpy.uint8))
ex2.show()
ex2.raise_()
After Change
//app.setStyle("cleanlooks")
ex = FeatureDlg()
ex.createFeatureTable([("Color", [FeatureEntry("Banananananaana")]), ("Edge", [FeatureEntry("Mango"), FeatureEntry("Cherry")])], [0.3, 0.7, 1, 1.6, 3.5, 5.0, 10.0])
ex.setWindowTitle("FeatureTest")
ex.setImageToPreView(None)
ex.exec_()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: ilastik/ilastik
Commit Name: 9be131f0e7c77086ab4c3cad7469887bd1d55c89
Time: 2013-05-15
Author: ben-heuer@web.de
File Name: ilastik/widgets/featureDlg.py
Class Name:
Method Name:
Project Name: ilastik/ilastik
Commit Name: ad4181fbbb886ff56cfc0219c4b9ce39e07c7f7d
Time: 2012-09-27
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/featureSelection/featureSelectionGui.py
Class Name: FeatureSelectionGui
Method Name: initFeatureDlg
Project Name: ilastik/ilastik
Commit Name: 098408171dd0f2fd01cb113df78b23e4b6c89886
Time: 2013-05-03
Author: ben-heuer@web.de
File Name: ilastik/widgets/featureDlg.py
Class Name:
Method Name: