Loading...
Searching...
No Matches
#include "itkPoint.h"
#include "itkSize.h"
#include "itkIndex.h"
#include "itkMatrix.h"
#include "opencv2/core/version.hpp"
#include "opencv2/core.hpp"
Go to the source code of this file.
|
| struct | itk::OpenCVBasicTypeBridge< TITKData, TOpenCVData > |
| |
| struct | itk::OpenCVBasicTypeBridge< Index< 2 >, cv::Point > |
| |
| struct | itk::OpenCVBasicTypeBridge< Index< 3 >, cv::Point3i > |
| |
| struct | itk::OpenCVBasicTypeBridge< Matrix< T, static_cast< unsigned int >(VRows), static_cast< unsigned int >(VColumns)>, cv::Matx< T, VRows, VColumns > > |
| |
| struct | itk::OpenCVBasicTypeBridge< Size< 2 >, cv::Size > |
| |
| struct | itk::OpenCVBasicTypeBridge< TPoint, cv::Point3_< typename TPoint::CoordinateType > > |
| |
| struct | itk::OpenCVBasicTypeBridge< TPoint, cv::Point_< typename TPoint::CoordinateType > > |
| |
| struct | itk::OpenCVBasicTypeBridge< TVector, cv::Vec< typename TVector::ValueType, TVector::Dimension > > |
| |