ITK
6.0.0
Insight Toolkit
|
#include <itkOpenCVBasicTypeBridge.h>
Definition at line 71 of file itkOpenCVBasicTypeBridge.h.
Public Types | |
using | CoordinateType = typename TPoint::CoordRepType |
using | ITKDataType = TPoint |
using | OpenCVDataType = cv::Point3_< CoordinateType > |
Static Public Member Functions | |
static OpenCVDataType | FromITKToOpenCV (const ITKDataType &iP) |
static ITKDataType | FromOpenCVToITK (const OpenCVDataType &iP) |
using itk::OpenCVBasicTypeBridge< TPoint, cv::Point3_< typename TPoint::CoordRepType > >::CoordinateType = typename TPoint::CoordRepType |
Definition at line 74 of file itkOpenCVBasicTypeBridge.h.
using itk::OpenCVBasicTypeBridge< TPoint, cv::Point3_< typename TPoint::CoordRepType > >::ITKDataType = TPoint |
Definition at line 73 of file itkOpenCVBasicTypeBridge.h.
using itk::OpenCVBasicTypeBridge< TPoint, cv::Point3_< typename TPoint::CoordRepType > >::OpenCVDataType = cv::Point3_<CoordinateType> |
Definition at line 75 of file itkOpenCVBasicTypeBridge.h.
|
inlinestatic |
Definition at line 89 of file itkOpenCVBasicTypeBridge.h.
|
inlinestatic |
Definition at line 78 of file itkOpenCVBasicTypeBridge.h.