SoDistanceMeanQuantification2d engine gives the mean distance, edge to edge, between objects. More...
#include <ImageViz/Engines/ImageAnalysis/GlobalMeasures/SoDistanceMeanQuantification2d.h>
Classes | |
class | SbDistanceMeanDetail |
Results details of mean distance between objects global measure. More... | |
Public Member Functions | |
SoDistanceMeanQuantification2d () | |
Public Attributes | |
SoSFImageDataAdapter | inBinaryImage |
SoImageVizEngineAnalysisOutput < SbDistanceMeanDetail > | outResult |
The SoDistanceMeanQuantification2d measure gives the mean distance, edge to edge, between objects. It calculates the image distance from the negative input image and then gets the local maxima using an edge tracking process. The extrema gives the mean distance.
inBinaryImage | NULL |
SoDistanceMeanQuantification2d::SoDistanceMeanQuantification2d | ( | ) |
Constructor.
The input binary image.
Default value is NULL. Supported types include: binary color image.
The output measure result.
Default value is NULL.