IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ipsdk::imaproc::shape::analysis::Skeleton2dDiameterTortuosityMsr Class Reference

Measurement object for measure Skeleton2dDiameterTortuosity. More...

#include <Skeleton2dDiameterTortuosityMsr.h>

Inheritance diagram for ipsdk::imaproc::shape::analysis::Skeleton2dDiameterTortuosityMsr:

Public Types

typedef Skeleton2dDiameterTortuosityMsrInfo::MsrParamsConstStorageType MsrParamsConstStorageType
 Shared pointer to const parameter type associated to measure.
 
typedef Skeleton2dDiameterTortuosityMsrInfo::MsrResultType MsrResultType
 Result type associated to measure.
 
typedef MsrResultType::ValueType MsrResultValueType
 Result value type associated to measure.
 

Public Member Functions

 ~Skeleton2dDiameterTortuosityMsr ()
 destructor
 

Protected Member Functions

 Skeleton2dDiameterTortuosityMsr ()
 constructor
 
ipsdk::BoolResult processMeasure (const ipsdk::ipUInt64 cPlanIdx, const ipsdk::ipUInt64 shapeIdx, MsrResultValueType &result)
 process measure associated to a given shape More...
 

Protected Attributes

MsrParamsConstStorageType _pMsrParams
 Derived parameter associated to measure.
 

Detailed Description

Measurement object for measure Skeleton2dDiameterTortuosity.

Author
E.Noirfalise
Date
2016/08/22

Tortuosity of the longest shortest path between any two skeleton 2d verticies

Member Function Documentation

◆ processMeasure()

ipsdk::BoolResult ipsdk::imaproc::shape::analysis::Skeleton2dDiameterTortuosityMsr::processMeasure ( const ipsdk::ipUInt64  cPlanIdx,
const ipsdk::ipUInt64  shapeIdx,
MsrResultValueType result 
)
protected

process measure associated to a given shape

Parameters
cPlanIdxcurrent color plan index (0 in case of a grey level image)
shapeIdxindex of current processed shape
resultmeasurement result for current shape
Returns
false in case of failure

The documentation for this class was generated from the following file: