SoConvexHullProcessing2d Class Reference
[Separating And Filling]

ImageViz SoConvexHullProcessing2d engine fills the concavities of particles in an image. More...

#include <ImageViz/Engines/ImageSegmentation/SeparatingAndFilling/SoConvexHullProcessing2d.h>

Inheritance diagram for SoConvexHullProcessing2d:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

 SoConvexHullProcessing2d ()

Public Attributes

SoSFImageDataAdapter inBinaryImage
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outBinaryImage

Detailed Description

ImageViz SoConvexHullProcessing2d engine fills the concavities of particles in an image.

For an introduction, see sections Morphology and Hit-Or-Miss And Skeleton..

This engine fills the concavities of particles in an image without connecting the particles. It is found by rotating the configurations below to perform successive thickening until convergence.

$\begin{array}{ccccc} 1 & ~ & 1 & ~ & \times\\ 1 & ~ & 0 & ~ & \times\\ 1 & ~ & \times & ~ & 0\end{array} ~~ \mbox{followed by} ~~ \begin{array}{ccccc} \times & ~ & 1 & ~ & \times\\ 1 & ~ & 0 & ~ & 0\\ \times & ~ & 1 & ~ & \times\end{array}$

FILE FORMAT/DEFAULT


Library references: convex_hull


Constructor & Destructor Documentation

SoConvexHullProcessing2d::SoConvexHullProcessing2d (  ) 

Constructor.


Member Data Documentation

The input binary image.

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

The output binary 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/