Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 903 Bytes

reference_binaryWekaPixelClassifier.md

File metadata and controls

19 lines (12 loc) · 903 Bytes

binaryWekaPixelClassifier

Applies a pre-trained CLIJx-Weka model to a 2D image.

You can train your own model using menu Plugins > Segmentation > CLIJx Binary Weka Pixel ClassifierMake sure that the handed over feature list is the same used while training the model.

Categories: Binary, Segmentation

Usage in ImageJ macro

Ext.CLIJx_binaryWekaPixelClassifier(Image input, Image destination, String features, String modelfilename);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint