ITK
6.0.0
Insight Toolkit
|
#include <itkOpenCVBasicTypeBridge.h>
Definition at line 42 of file itkOpenCVBasicTypeBridge.h.
Public Types | |
using | CoordinateType = typename TPoint::CoordinateType |
using | ITKDataType = TPoint |
using | OpenCVDataType = cv::Point_< CoordinateType > |
Static Public Member Functions | |
static OpenCVDataType | FromITKToOpenCV (const ITKDataType &iP) |
static ITKDataType | FromOpenCVToITK (const OpenCVDataType &iP) |
using itk::OpenCVBasicTypeBridge< TPoint, cv::Point_< typename TPoint::CoordinateType > >::CoordinateType = typename TPoint::CoordinateType |
Definition at line 45 of file itkOpenCVBasicTypeBridge.h.
using itk::OpenCVBasicTypeBridge< TPoint, cv::Point_< typename TPoint::CoordinateType > >::ITKDataType = TPoint |
Definition at line 44 of file itkOpenCVBasicTypeBridge.h.
using itk::OpenCVBasicTypeBridge< TPoint, cv::Point_< typename TPoint::CoordinateType > >::OpenCVDataType = cv::Point_<CoordinateType> |
Definition at line 46 of file itkOpenCVBasicTypeBridge.h.
|
inlinestatic |
Definition at line 59 of file itkOpenCVBasicTypeBridge.h.
|
inlinestatic |
Definition at line 49 of file itkOpenCVBasicTypeBridge.h.