SoFlowInpaintingProcessing Class Reference
[Smoothing And Denoising]

ImageViz SoFlowInpaintingProcessing engine More...

#include <ImageViz/Engines/ImageFiltering/SmoothingAndDenoising/SoFlowInpaintingProcessing.h>

Inheritance diagram for SoFlowInpaintingProcessing:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

 SoFlowInpaintingProcessing ()

Public Attributes

SoSFEnum computeMode
SoSFImageDataAdapter inImage
SoSFImageDataAdapter inMaskImage
SoSFInt32 iterationNumber
SoSFFloat standardDeviation
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outImage

Detailed Description

ImageViz SoFlowInpaintingProcessing engine

The SoFlowInpaintingProcessing engine allows one to perform inpainting operations in image.

This engine allows performing inpainting operations in image. Inpainting operations consists in extrapolate locally missing or corrupted data in image. These techniques allow for example to reduce strong ring artifact in computed tomographic images.

More information on these algorithms can be found in: Regularisation d'images multivaluees par EDP : un formalisme commun pour differentes applications, David Tschumperle et Rachid Deriche, Inria Sophia-Antipolis.

SoFlowInpaintingProcessing_image01.png
SoFlowInpaintingProcessing_image02.png

SoFlowInpaintingProcessing input image (left) and mask (right)

SoFlowInpaintingProcessing_image03.png

SoFlowInpaintingProcessing result image

SEE ALSO

SoImageCurvatureProcessing2d.

FILE FORMAT/DEFAULT


Library references: flowinpainting


Constructor & Destructor Documentation

SoFlowInpaintingProcessing::SoFlowInpaintingProcessing (  ) 

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 color image.

The input binary image.

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

The number of iterations (strictly positive integer).

Default value is 10.

The output image.

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

The standard deviation.

Default value is 1.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/