- All Implemented Interfaces:
Runnable
public final class ObjectClassifierLoadCommand
extends Object
implements Runnable
Command to apply a pre-trained object classifier to an image.
- Author:
- Pete Bankhead
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ObjectClassifierLoadCommand
public ObjectClassifierLoadCommand(QuPathGUI qupath)
Constructor.
- Parameters:
qupath
-
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable