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.
v0.6.0 to be replaced by DelaunayTools. See https://github.com/qupath/qupath/issues/1590 for discussion of the problems with this command.
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
    Constructor
    Description
    Deprecated.
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addRunnableTasks(qupath.lib.images.ImageData<T> imageData, qupath.lib.objects.PathObject parentObject, List<Runnable> tasks)
    Deprecated.
     
    qupath.lib.plugins.parameters.ParameterList
    getDefaultParameterList(qupath.lib.images.ImageData<T> imageData)
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    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 void
    postprocess(qupath.lib.plugins.TaskRunner taskRunner, qupath.lib.images.ImageData<T> imageData)
    Deprecated.
     
    protected void
    preprocess(qupath.lib.plugins.TaskRunner taskRunner, qupath.lib.images.ImageData<T> imageData)
    Deprecated.
     

    Methods inherited from class qupath.lib.plugins.AbstractInteractivePlugin

    alwaysPromptForObjects, getLoggableParameters, getParameterList, parseArgument

    Methods inherited from class qupath.lib.plugins.AbstractPlugin

    addWorkflowStep, getTasks, rearrangeByStride, requestHierarchyUpdate, runPlugin

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      preprocess in class qupath.lib.plugins.AbstractPlugin<T>
    • postprocess

      protected void postprocess(qupath.lib.plugins.TaskRunner taskRunner, qupath.lib.images.ImageData<T> imageData)
      Deprecated.
      Overrides:
      postprocess in class qupath.lib.plugins.AbstractPlugin<T>
    • getSupportedParentObjectClasses

      public Collection<Class<? extends qupath.lib.objects.PathObject>> getSupportedParentObjectClasses()
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • getDescription

      public String getDescription()
      Deprecated.
    • getLastResultsDescription

      public String getLastResultsDescription()
      Deprecated.
    • getDefaultParameterList

      public qupath.lib.plugins.parameters.ParameterList getDefaultParameterList(qupath.lib.images.ImageData<T> imageData)
      Deprecated.
      Specified by:
      getDefaultParameterList in interface qupath.lib.plugins.PathInteractivePlugin<T>
      Specified by:
      getDefaultParameterList in class qupath.lib.plugins.AbstractInteractivePlugin<T>
    • getParentObjects

      protected Collection<? extends qupath.lib.objects.PathObject> getParentObjects(qupath.lib.images.ImageData<T> imageData)
      Deprecated.
      Specified by:
      getParentObjects in class qupath.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:
      addRunnableTasks in class qupath.lib.plugins.AbstractPlugin<T>