Class SoCentroidPathTortuosityQuantification3d

  • All Implemented Interfaces:
    SafeDisposable

    public class SoCentroidPathTortuosityQuantification3d
    extends SoImageVizEngine
    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