Package qupath.process.gui
Class ProcessingExtension
java.lang.Object
qupath.process.gui.ProcessingExtension
- All Implemented Interfaces:
- QuPathExtension
General-purpose processing and machine learning commands.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionclassstatic classCommands based on OpenCV.classclass
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionA short description of the extension for displaying in the main GUI.getName()A readable name for the extension.Returns the version stored within this jar, because it is matched to the QuPath version.Get the version of the current extension.voidinstallExtension(QuPathGUI qupath) Install the extension for a QuPathGUI instance.
- 
Constructor Details- 
ProcessingExtensionpublic ProcessingExtension()
 
- 
- 
Method Details- 
installExtensionDescription copied from interface:QuPathExtensionInstall the extension for a QuPathGUI instance.This generally involves adding new commands to appropriate menus. Note that if an extension is only expected to be compatible with a specific QuPath version, this method provides an opportunity to test version compatibility before making any changes. - Specified by:
- installExtensionin interface- QuPathExtension
- Parameters:
- qupath-
- See Also:
 
- 
getNameDescription copied from interface:QuPathExtensionA readable name for the extension.- Specified by:
- getNamein interface- QuPathExtension
- Returns:
 
- 
getDescriptionDescription copied from interface:QuPathExtensionA short description of the extension for displaying in the main GUI.This could also contain licensing information. - Specified by:
- getDescriptionin interface- QuPathExtension
- Returns:
 
- 
getVersionDescription copied from interface:QuPathExtensionGet the version of the current extension.- Specified by:
- getVersionin interface- QuPathExtension
- Returns:
- See Also:
 
- 
getQuPathVersionReturns the version stored within this jar, because it is matched to the QuPath version.- Specified by:
- getQuPathVersionin interface- QuPathExtension
- Returns:
- a semantic version corresponding to a QuPath version, e.g. "0.3.0".
- See Also:
 
 
-