Class SoCompareImageQuantification

  • All Implemented Interfaces:
    SafeDisposable

    public class SoCompareImageQuantification
    extends SoImageVizEngine
    SoCompareImageQuantification engine applies a comparison test between two images. The SoCompareImageQuantification engine computes the number of pixels/voxels which pass a comparison test between two images and . The comparison criteria include: Less-than, Less-or-Equal, Equal-to, Greater-or-Equal, Greater-Than Not-Equalto. Note

    SoCompareImageQuantification can be useful to check if two images are exactly identical. Both images must have same size and type.

    File format/default:

    CompareImageQuantification {

      computeMode MODE_AUTO
      inImage1 NULL
      inImage2 NULL
      comparisonCriterion NOT_EQUAL_TO
    }


    Library references: compareimage