SoCompareImageQuantification Class Reference
[Statistics]

ImageViz SoCompareImageQuantification engine applies a comparison test between two images More...

#include <ImageViz/Engines/ImageAnalysis/Statistics/SoCompareImageQuantification.h>

Inheritance diagram for SoCompareImageQuantification:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Classes

class  SbCompareDetail
 Results details of comparison between two images. More...

Public Types

enum  ComparisonCriterion {
  LESS_THAN = 0,
  LESS_OR_EQUAL = 1,
  EQUAL_TO = 2,
  GREATER_OR_EQUAL = 3,
  GREATER_THAN = 4,
  NOT_EQUAL_TO = 5
}

Public Member Functions

 SoCompareImageQuantification ()

Public Attributes

SoSFEnum computeMode
SoSFImageDataAdapter inImage1
SoSFImageDataAdapter inImage2
SoSFEnum comparisonCriterion
SoImageVizEngineAnalysisOutput
< SbCompareDetail
outResult

Detailed Description

ImageViz 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 $I_1$ and $I_2$. The comparison criteria include: Less-than, Less-or-Equal, Equal-to, Greater-or-Equal, Greater-Than Not-Equalto.

Note

FILE FORMAT/DEFAULT


Library references: compareimage


Member Enumeration Documentation

Enumerator:
LESS_THAN 

The engine computes in $I_1$ the number of pixels/voxels which intensity is strictly less than $I_2$.

LESS_OR_EQUAL 

The engine computes in $I_1$ the number of pixels/voxels which intensity is less than or equal to $I_2$.

EQUAL_TO 

The engine computes in $I_1$ the number of pixels/voxels which intensity is equal to $I_2$.

GREATER_OR_EQUAL 

The engine computes in $I_1$ the number of pixels/voxels which intensity is greater than or equal to $I_2$.

GREATER_THAN 

The engine computes in $I_1$ the number of pixels/voxels which intensity is strictly greater than $I_2$.

NOT_EQUAL_TO 

The engine computes in $I_1$ the number of pixels/voxels which intensity is not equal to $I_2$.


Constructor & Destructor Documentation

SoCompareImageQuantification::SoCompareImageQuantification (  ) 

Constructor.


Member Data Documentation

Select the comparison test to perform between images.

Use enum ComparisonCriterion. Default is NOT_EQUAL_TO

Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.

Default is MODE_AUTO

The 1st input image.

Default value is NULL. Supported types include: grayscale binary label color image.

The 2nd input image.

Default value is NULL. Supported types include: grayscale binary label color image.

The output measure result.

Default value is NULL.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/