SoCropImageProcessing Class Reference
[Image Editing]

ImageViz SoCropImageProcessing engine extract a rectangular region from an image. More...

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

Inheritance diagram for SoCropImageProcessing:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

 SoCropImageProcessing ()

Public Attributes

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

Detailed Description

ImageViz SoCropImageProcessing engine extract a rectangular region from an image.

The SoCropImageProcessing engine copies a given rectangle from the current image $I$ and creates the output image $O$ from this selected region.

SEE ALSO

SoCopyImageProcessing, SoPasteImageProcessing.

FILE FORMAT/DEFAULT


Library references: cut cut3d

See related examples:

ExtractingROI


Constructor & Destructor Documentation

SoCropImageProcessing::SoCropImageProcessing (  ) 

Constructor.


Member Data Documentation

The origin of area.

Default value is SbVec3i32(0,0,0).

The size of area.

Default value is SbVec3i32(100,100,100).

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 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/