Class AlgorithmVOIHausdorffDistance

java.lang.Object
java.lang.Thread
gov.nih.mipav.model.algorithms.AlgorithmBase
gov.nih.mipav.model.algorithms.AlgorithmVOIHausdorffDistance
All Implemented Interfaces:
ActionListener, WindowListener, Runnable, EventListener

public class AlgorithmVOIHausdorffDistance extends AlgorithmBase
Algorithm class for finding Hausdorff distance on 2 VOIs
Author:
ilb
  • Field Details

    • selectedVOIset

      protected ViewVOIVector selectedVOIset
      Vector of all VOIs that will have calculations performed.
    • image

      protected ModelImage image
      Model Images
  • Constructor Details

    • AlgorithmVOIHausdorffDistance

      public AlgorithmVOIHausdorffDistance(ModelImage image, ViewVOIVector selectedVOIset)
      constructor
      Parameters:
      selectedVOIset -
      img -
      clonedImage -
  • Method Details