NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Classes | Namespaces | Functions
mitkOpenCVPointTypes.h File Reference

Derived point types to contain data for projection and analysis. More...

Include dependency graph for mitkOpenCVPointTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mitk::GoldStandardPoint
 
class  mitk::WorldPoint
 
class  mitk::WorldPointsWithTimingError
 
class  mitk::ProjectedPointPair
 
class  mitk::ProjectedPointPairsWithTimingError
 
class  mitk::VideoFrame
 
class  mitk::PickedObject
 
class  mitk::PickedPointList
 

Namespaces

 mitk
 

Functions

NIFTKOPENCVUTILS_EXPORT
std::istream & 
mitk::operator>> (std::istream &is, const GoldStandardPoint &gsp)
 
bool mitk::operator< (const GoldStandardPoint &GSP1, const GoldStandardPoint &GSP2)
 
void mitk::PointPickingCallBackFunc (int, int, int, int, void *)
 a call back function for dealing with PickedPointLists More...
 
std::istream & mitk::operator>> (std::istream &is, PickedObject &po)
 
std::ostream & mitk::operator<< (std::ostream &os, const PickedObject &po)
 
bool mitk::operator< (const PickedObject &po1, const PickedObject &po2)
 
cv::Point2i mitk::Point3dToPoint2i (const cv::Point3d &point)
 a function to cast a point3d to a point2i, checks that z is zero, throws an error is not More...
 

Detailed Description

Derived point types to contain data for projection and analysis.