SoMorphologicalLaplacianProcessing Class Reference
[Laplacian]

ImageViz SoMorphologicalLaplacianProcessing engine More...

#include <ImageViz/Engines/EdgeDetection/Laplacian/SoMorphologicalLaplacianProcessing.h>

Inheritance diagram for SoMorphologicalLaplacianProcessing:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Types

enum  PrecisionMode {
  FASTER = 0,
  PRECISE = 1
}

Public Member Functions

 SoMorphologicalLaplacianProcessing ()

Public Attributes

SoSFEnum computeMode
SoSFImageDataAdapter inImage
SoSFEnum precisionMode
SoSFInt32 elementSize
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outImage

Detailed Description

ImageViz SoMorphologicalLaplacianProcessing engine

The SoMorphologicalLaplacianProcessing engine computes laplacian of an image using morphological operations.

For an introduction, see:

This engine is a simple way to compute laplacian of an image using morphological operations.

SoMorphologicalLaplacianProcessing_image01.png

Figure 1

SoMorphologicalLaplacianProcessing_image02.png

Figure 2

The SoMorphologicalLaplacianProcessing engine:
1: gray input image, 2: morphological laplacian result.

This engine uses SoErosionDiskProcessing2d or SoDilationDiskProcessing2d in 2D case and SoErosionBallProcessing3d or SoDilationBallProcessing3d in 3D case. Two additional parameters are also provided : Precision of the computation (Faster or Precise) and half-kernel size for morphological operation.

SEE ALSO

SoRecursiveLaplacianProcessing2d.

FILE FORMAT/DEFAULT


Library references: morpholaplacian


Member Enumeration Documentation

Enumerator:
FASTER 

The operation is computed with a fast mode.

PRECISE 

The operation is computed with a precise mode.


Constructor & Destructor Documentation

SoMorphologicalLaplacianProcessing::SoMorphologicalLaplacianProcessing (  ) 

Constructor.


Member Data Documentation

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

Default is MODE_AUTO

The half size of the structuring element.

A structuring element always has an odd side length (3x3, 5x5, etc) which is defined by 2 * elementSize + 1. Default value is 3.

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.

Select the precision for computation method.

Use enum PrecisionMode. Default is FASTER


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/