Package qupath.opencv.features
Class DelaunayClusteringPlugin<T>
java.lang.Object
qupath.lib.plugins.AbstractPlugin<T>
qupath.lib.plugins.AbstractInteractivePlugin<T>
qupath.opencv.features.DelaunayClusteringPlugin<T>
- Type Parameters:
T-
- All Implemented Interfaces:
qupath.lib.plugins.PathInteractivePlugin<T>,qupath.lib.plugins.PathPlugin<T>
@Deprecated
public class DelaunayClusteringPlugin<T>
extends qupath.lib.plugins.AbstractInteractivePlugin<T>
Deprecated.
Plugin for calculating Delaunay clustering, and associated features.
Warning! Because the implementation will have to change in the future, it is best not to rely on this class!
-
Field Summary
Fields inherited from class qupath.lib.plugins.AbstractInteractivePlugin
params -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddRunnableTasks(qupath.lib.images.ImageData<T> imageData, qupath.lib.objects.PathObject parentObject, List<Runnable> tasks) Deprecated.qupath.lib.plugins.parameters.ParameterListgetDefaultParameterList(qupath.lib.images.ImageData<T> imageData) Deprecated.Deprecated.Deprecated.getName()Deprecated.protected Collection<? extends qupath.lib.objects.PathObject> getParentObjects(qupath.lib.images.ImageData<T> imageData) Deprecated.Collection<Class<? extends qupath.lib.objects.PathObject>> Deprecated.protected voidpostprocess(qupath.lib.plugins.TaskRunner taskRunner, qupath.lib.images.ImageData<T> imageData) Deprecated.protected voidpreprocess(qupath.lib.plugins.TaskRunner taskRunner, qupath.lib.images.ImageData<T> imageData) Deprecated.Methods inherited from class qupath.lib.plugins.AbstractInteractivePlugin
alwaysPromptForObjects, getLoggableParameters, getParameterList, parseArgumentMethods inherited from class qupath.lib.plugins.AbstractPlugin
addWorkflowStep, getTasks, rearrangeByStride, requestHierarchyUpdate, runPluginMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface qupath.lib.plugins.PathPlugin
runPlugin
-
Constructor Details
-
DelaunayClusteringPlugin
public DelaunayClusteringPlugin()Deprecated.Constructor.
-
-
Method Details
-
preprocess
protected void preprocess(qupath.lib.plugins.TaskRunner taskRunner, qupath.lib.images.ImageData<T> imageData) Deprecated.- Overrides:
preprocessin classqupath.lib.plugins.AbstractPlugin<T>
-
postprocess
protected void postprocess(qupath.lib.plugins.TaskRunner taskRunner, qupath.lib.images.ImageData<T> imageData) Deprecated.- Overrides:
postprocessin classqupath.lib.plugins.AbstractPlugin<T>
-
getSupportedParentObjectClasses
Deprecated. -
getName
Deprecated. -
getDescription
Deprecated. -
getLastResultsDescription
Deprecated. -
getDefaultParameterList
public qupath.lib.plugins.parameters.ParameterList getDefaultParameterList(qupath.lib.images.ImageData<T> imageData) Deprecated. -
getParentObjects
protected Collection<? extends qupath.lib.objects.PathObject> getParentObjects(qupath.lib.images.ImageData<T> imageData) Deprecated.- Specified by:
getParentObjectsin classqupath.lib.plugins.AbstractPlugin<T>
-
addRunnableTasks
protected void addRunnableTasks(qupath.lib.images.ImageData<T> imageData, qupath.lib.objects.PathObject parentObject, List<Runnable> tasks) Deprecated.- Specified by:
addRunnableTasksin classqupath.lib.plugins.AbstractPlugin<T>
-
DelaunayTools. See https://github.com/qupath/qupath/issues/1590 for discussion of the problems with this command.