SoColorThresholdingProcessing Class Reference
[Binarization]

ImageViz SoColorThresholdingProcessing engine More...

#include <ImageViz/Engines/ImageSegmentation/Binarization/SoColorThresholdingProcessing.h>

Inheritance diagram for SoColorThresholdingProcessing:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

 SoColorThresholdingProcessing ()

Public Attributes

SoSFEnum computeMode
SoSFImageDataAdapter inColorImage
SoSFVec2f thresholdLevelRed
SoSFVec2f thresholdLevelGreen
SoSFVec2f thresholdLevelBlue
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outBinaryImage

Detailed Description

ImageViz SoColorThresholdingProcessing engine

The SoColorThresholdingProcessing engine transforms a color image into a binary image.

For an introduction, see section Binarization.

The SoColorThresholdingProcessing engine thresholds a color image. The thresholds parameter allows you to select the range for the RGB or HSL levels, depending on the type of image.

SEE ALSO

SoThresholdingProcessing

FILE FORMAT/DEFAULT


Library references: color_threshold


Constructor & Destructor Documentation

SoColorThresholdingProcessing::SoColorThresholdingProcessing (  ) 

Constructor.


Member Data Documentation

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

Default is MODE_AUTO

The input color image.

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

The output binary image.

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

The low and high blue threshold.

Default value is SbVec2f(128.0f,255.0f).

low and high green threshold.

Default value is SbVec2f(128.0f,255.0f).

The Low and high red threshold.

Default value is SbVec2f(128.0f,255.0f).


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/