ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | List of all members
itk::OpenCVBasicTypeBridge< TPoint, cv::Point_< typename TPoint::CoordRepType > > Struct Template Reference

#include <itkOpenCVBasicTypeBridge.h>

Detailed Description

template<typename TPoint>
struct itk::OpenCVBasicTypeBridge< TPoint, cv::Point_< typename TPoint::CoordRepType > >

Definition at line 35 of file itkOpenCVBasicTypeBridge.h.

Public Types

typedef TPoint::CoordRepType CoordinateType
 
typedef TPoint ITKDataType
 
typedef cv::Point_
< CoordinateType
OpenCVDataType
 

Public Member Functions

 typedef (Concept::SameDimension< TPoint::PointDimension, 2 >) SameDimensionCheck
 

Static Public Member Functions

static OpenCVDataType FromITKToOpenCV (const ITKDataType &iP)
 
static ITKDataType FromOpenCVToITK (const OpenCVDataType &iP)
 

Member Typedef Documentation

template<typename TPoint >
typedef TPoint::CoordRepType itk::OpenCVBasicTypeBridge< TPoint, cv::Point_< typename TPoint::CoordRepType > >::CoordinateType

Definition at line 38 of file itkOpenCVBasicTypeBridge.h.

template<typename TPoint >
typedef TPoint itk::OpenCVBasicTypeBridge< TPoint, cv::Point_< typename TPoint::CoordRepType > >::ITKDataType

Definition at line 37 of file itkOpenCVBasicTypeBridge.h.

template<typename TPoint >
typedef cv::Point_< CoordinateType > itk::OpenCVBasicTypeBridge< TPoint, cv::Point_< typename TPoint::CoordRepType > >::OpenCVDataType

Definition at line 39 of file itkOpenCVBasicTypeBridge.h.

Member Function Documentation

template<typename TPoint >
static OpenCVDataType itk::OpenCVBasicTypeBridge< TPoint, cv::Point_< typename TPoint::CoordRepType > >::FromITKToOpenCV ( const ITKDataType iP)
inlinestatic

Definition at line 50 of file itkOpenCVBasicTypeBridge.h.

template<typename TPoint >
static ITKDataType itk::OpenCVBasicTypeBridge< TPoint, cv::Point_< typename TPoint::CoordRepType > >::FromOpenCVToITK ( const OpenCVDataType iP)
inlinestatic

Definition at line 41 of file itkOpenCVBasicTypeBridge.h.

template<typename TPoint >
itk::OpenCVBasicTypeBridge< TPoint, cv::Point_< typename TPoint::CoordRepType > >::typedef ( Concept::SameDimension< TPoint::PointDimension, 2 >  )

This class requires SameDimensionCheck in the form of ( Concept::SameDimension< TPoint::PointDimension, 2 > )


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