SoMaskImageProcessing Class Reference
[Arithmetic Operations]

ImageViz SoMaskImageProcessing engine provides masking of image. More...

#include <ImageViz/Engines/ArithmeticAndLogic/ArithmeticOperations/SoMaskImageProcessing.h>

Inheritance diagram for SoMaskImageProcessing:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

 SoMaskImageProcessing ()

Public Attributes

SoSFImageDataAdapter inImage
SoSFImageDataAdapter inBinaryImage
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outImage

Detailed Description

ImageViz SoMaskImageProcessing engine provides masking of image.

The SoMaskImageFiltering engine provides masking of image I with a bitplane, or binary mask, B.

\[O(n,m)=\left\{\begin{array}{ll} I(n,m) & ~\mbox{if $B(n,m) = 1$}\\ 0 & ~\mbox{if $B(n,m) = 0$}\end{array}\right.\]

SEE ALSO

SoBlendWithImageProcessing, SoCombineByMaskProcessing.

FILE FORMAT/DEFAULT


Library references: mask


Constructor & Destructor Documentation

SoMaskImageProcessing::SoMaskImageProcessing (  ) 

Constructor.


Member Data Documentation

The input binary image.

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

The input image.

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

The output image.

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


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/