SoAutoCorrelationProcessing2d engine computes the cross correlation of an image by itself. More...
#include <ImageViz/Engines/ImageFiltering/TextureFilters/SoAutoCorrelationProcessing2d.h>
Public Member Functions | |
SoAutoCorrelationProcessing2d () | |
Public Attributes | |
SoSFImageDataAdapter | inImage |
SoSFInt32 | kernelSize |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoAutoCorrelationProcessing2d engine computes the cross correlation of an image by itself in a given window size.
For a window of size in X and in Y.
The coefficient is the Normalization coefficient : .
The coefficient is the size of the window.
SoFirstOrderStatisticsProcessing.
inImage | NULL |
kernelSize | 3 |
SoAutoCorrelationProcessing2d::SoAutoCorrelationProcessing2d | ( | ) |
Constructor.
The input image.
Default value is NULL. Supported types include: grayscale image.
The size of the kernel.
Default value is 3.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoAutoCorrelationProcessing2d::outImage |
The output image.
Default value is NULL. Supported types include: grayscale binary label image.