Class TWSLoaderCmd

java.lang.Object
trainableSegmentation.Weka_Segmentation
sc.fiji.snt.plugin.TWSLoaderCmd
All Implemented Interfaces:
ij.plugin.PlugIn, Runnable, org.scijava.command.Command, org.scijava.plugin.SciJavaPlugin

public class TWSLoaderCmd extends trainableSegmentation.Weka_Segmentation implements org.scijava.command.Command
Command for sending Path-converted ROIs to a new TWS instance.
Author:
Tiago Ferreira
  • Field Summary

    Fields inherited from class trainableSegmentation.Weka_Segmentation

    ADD_TRACE, APPLY_CLASSIFIER, CHANGE_CLASS_COLOR, CHANGE_CLASS_NAME, CREATE_CLASS, DELETE_TRACE, GET_PROBABILITY, GET_RESULT, LAUNCH_WEKA, LOAD_CLASSIFIER, LOAD_DATA, PLOT_RESULT, PLUGIN_NAME, PLUGIN_VERSION, SAVE_CLASSIFIER, SAVE_DATA, SAVE_FEATURE_STACK, SET_BALANCE, SET_CLASSIFIER, SET_FEATURE, SET_HOMOGENIZATION, SET_MAXIMUM_SIGMA, SET_MEMBRANE_PATCH, SET_MEMBRANE_THICKNESS, SET_MINIMUM_SIGMA, SET_OPACITY, TOGGLE_OVERLAY, TRAIN_CLASSIFIER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class trainableSegmentation.Weka_Segmentation

    addTrace, applyClassifier, applyClassifierToTestData, changeClassColor, changeClassName, createNewClass, deleteTrace, disableMissingFeatures, displayGraphs, getLabelImage, getProbability, getResult, launchWeka, loadClassifier, loadClassifier, loadData, loadTrainingData, plotResultGraphs, readClassifier, record, run, saveClassifier, saveClassifier, saveClassifier, saveData, saveFeatureStack, saveTrainingData, setClassBalance, setClassHomogenization, setClassifier, setFeature, setMaximumSigma, setMembranePatchSize, setMembraneThickness, setMinimumSigma, setOpacity, showSettingsDialog, toggleOverlay, trainClassifier, updateClassifiedImage, updateResultOverlay, writeClassifier

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TWSLoaderCmd

      public TWSLoaderCmd()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable