MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Member Functions | Public Attributes
mds::img::CBlobLabeling< T >::SLabelInfo Struct Reference

Information about a blob label. More...

#include <mdsBlobLabeling.h>

List of all members.

Public Member Functions

 SLabelInfo ()
 Default constructor.

Public Attributes

tData m_Data
 User data.
int m_Label
 Currently assigned label and the final label.
int m_Tag

Detailed Description

template<typename T>
struct mds::img::CBlobLabeling< T >::SLabelInfo

Information about a blob label.


Constructor & Destructor Documentation

template<typename T >
mds::img::CBlobLabeling< T >::SLabelInfo::SLabelInfo ( )

Default constructor.


Member Data Documentation

template<typename T >
tData mds::img::CBlobLabeling< T >::SLabelInfo::m_Data

User data.

template<typename T >
int mds::img::CBlobLabeling< T >::SLabelInfo::m_Label

Currently assigned label and the final label.

template<typename T >
int mds::img::CBlobLabeling< T >::SLabelInfo::m_Tag

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