Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 932 Bytes

reference_applyWekaModel.md

File metadata and controls

19 lines (12 loc) · 932 Bytes

applyWekaModel

Applies 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 applies a pre-trained a Weka model. Take care that the feature stack has been generated in the sameway as for training the model!

Categories: Segmentation, Machine Learning

Usage in ImageJ macro

Ext.CLIJx_applyWekaModel(Image featureStack3D, Image prediction2D_destination, String loadModelFilename);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint