Class SoCentroidPathTortuosityQuantification3d

  • All Implemented Interfaces:
    SafeDisposable

    @Deprecated(since="2023.2")
    public class SoCentroidPathTortuosityQuantification3d
    extends SoImageVizEngine
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    SoCentroidPathTortuosityQuantification3d engine the tortuosity of a path formed by centroids of each plan of a binary 3D image along z-axis. Tortuosity is the ratio of the length of a curve to the distance between the ends of it along z-axis. In our case the distance between the ends of curve is given by the number of planes along z-axis.

    This module first computes the centroid of each plane of the image. Then it computes the path length through the centroids and then divides it by the number of planes along z-axis.

    Centroid path tortuosity

    File format/default:

    CentroidPathTortuosityQuantification3d {

      inBinaryImage NULL
    }


    Library references: tortuosity