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