SoSampleImageProcessing Class Reference
[Image Editing]

ImageViz SoSampleImageProcessing engine extracts a sub-sample of an image. More...

#include <ImageViz/Engines/ImageManipulation/ImageEditing/SoSampleImageProcessing.h>

Inheritance diagram for SoSampleImageProcessing:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

 SoSampleImageProcessing ()

Public Attributes

SoSFEnum computeMode
SoSFVec3i32 sampleFactor
SoSFImageDataAdapter inImage
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outImage

Detailed Description

ImageViz SoSampleImageProcessing engine extracts a sub-sample of an image.

The SoSampleImageProcessing engine extracts a sub-sample of an image based on an integer factor for the x, y and z coordinates. For example, specifying integer factors of 4 and 8 would result in an output image based on the value of every fourth pixel in the x axis and every eighth pixel in the y axis.

FILE FORMAT/DEFAULT


Library references: sample sample3d


Constructor & Destructor Documentation

SoSampleImageProcessing::SoSampleImageProcessing (  ) 

Constructor.


Member Data Documentation

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

Default is MODE_AUTO

The input image.

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

The output image.

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

The sample factor in each direction.

Default value is SbVec3i32(2,2,2)


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/