Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.02 KB

reference_trainWekaModel.md

File metadata and controls

20 lines (13 loc) · 1.02 KB

trainWekaModel

Trains a Weka model using functionality of Fijis Trainable Weka Segmentation plugin.

It takes a 3D feature stack (e.g. first plane original image, second plane blurred, third plane edge image)and trains a Weka model. This model will be saved to disc. The given groundTruth image is supposed to be a label map where pixels with value 1 represent class 1, pixels with value 2 represent class 2 and so on. Pixels with value 0 will be ignored for training.

Categories: Segmentation, Machine Learning

Usage in ImageJ macro

Ext.CLIJx_trainWekaModel(Image featureStack3D, Image groundTruth2D, String saveModelFilename);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint