ITK  5.4.0
Insight Toolkit
Public Types | 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 42 of file itkOpenCVBasicTypeBridge.h.

Public Types

using CoordinateType = typename TPoint::CoordRepType
 
using ITKDataType = TPoint
 
using OpenCVDataType = cv::Point_< CoordinateType >
 

Static Public Member Functions

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

Member Typedef Documentation

◆ CoordinateType

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

Definition at line 45 of file itkOpenCVBasicTypeBridge.h.

◆ ITKDataType

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

Definition at line 44 of file itkOpenCVBasicTypeBridge.h.

◆ OpenCVDataType

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

Definition at line 46 of file itkOpenCVBasicTypeBridge.h.

Member Function Documentation

◆ FromITKToOpenCV()

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

Definition at line 59 of file itkOpenCVBasicTypeBridge.h.

◆ FromOpenCVToITK()

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

Definition at line 49 of file itkOpenCVBasicTypeBridge.h.


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