Class JDialogProstateImageCategorize.perImageCost

java.lang.Object
gov.nih.mipav.view.renderer.WildMagic.ProstateFramework.JDialogProstateImageCategorize.perImageCost
All Implemented Interfaces:
Comparable
Enclosing class:
JDialogProstateImageCategorize

class JDialogProstateImageCategorize.perImageCost extends Object implements Comparable
NMI based image similarity measure cost class.
Author:
Ruida Cheng
  • Field Details

    • index

      public int index
    • cost_CRS

      public double cost_CRS
    • cost_MIS

      public double cost_MIS
    • cost_NMIS

      public double cost_NMIS
    • cost_NXS

      public double cost_NXS
  • Constructor Details

    • perImageCost

      public perImageCost(int _index, double _cost_CRS, double _cost_MIS, double _cost_NMIS, double _cost_NXS)
  • Method Details