IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Types | Public Attributes | List of all members
ipsdk::shape::segmentation::PolygonPointInfo Struct Reference

structure used to store polygon point local informations More...

#include <PolygonSegmentationTypes.h>

Public Types

typedef ipsdk::geom::Shape2dPolygonWithHolesPtr PolygonWithHolesPtr
 polygon type associated to information structure
 

Public Attributes

PolygonWithHolesPtr _pPolygon
 shared pointer to polygon associated to point
 
ipUInt64 _pointIdx
 point index into polygon point collection
 
ipReal64 _previousLength
 previous segment length
 
ipReal64 _theta
 angle between previous and next segment More...
 
ipReal64 _nextLength
 next segment length
 

Detailed Description

structure used to store polygon point local informations

Member Data Documentation

◆ _theta

ipReal64 ipsdk::shape::segmentation::PolygonPointInfo::_theta

angle between previous and next segment

Note
a positive value stands for convexity, a negative value for concavity

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