NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Member Functions | Protected Member Functions | List of all members
mitk::StereoPointProjectionIntoTwoImages Class Reference

Takes stereo calibration data, two input images and a bunch of 3D points, and projects them to two 2D images. More...

Inheritance diagram for mitk::StereoPointProjectionIntoTwoImages:
Inheritance graph
[legend]
Collaboration diagram for mitk::StereoPointProjectionIntoTwoImages:
Collaboration graph
[legend]

Public Member Functions

 mitkClassMacroItkParent (StereoPointProjectionIntoTwoImages, itk::Object) static Pointer New()
 
bool Project (const std::string &input3DFileName, const std::string &inputLeftImageName, const std::string &inputRightImageName, const std::string &outputLeftImageName, const std::string &outputRightImageName, const std::string &intrinsicLeftFileName, const std::string &distortionLeftFileName, const std::string &rotationLeftFileName, const std::string &translationLeftFileName, const std::string &intrinsicRightFileName, const std::string &distortionRightFileName, const std::string &rightToLeftRotationFileName, const std::string &rightToLeftTranslationFileName, const std::string &inputLeft2DGoldStandardFileName, const std::string &inputRight2DGoldStandardFileName)
 

Protected Member Functions

 StereoPointProjectionIntoTwoImages ()
 
virtual ~StereoPointProjectionIntoTwoImages ()
 
 StereoPointProjectionIntoTwoImages (const StereoPointProjectionIntoTwoImages &)
 
StereoPointProjectionIntoTwoImagesoperator= (const StereoPointProjectionIntoTwoImages &)
 

Detailed Description

Takes stereo calibration data, two input images and a bunch of 3D points, and projects them to two 2D images.

Constructor & Destructor Documentation

mitk::StereoPointProjectionIntoTwoImages::StereoPointProjectionIntoTwoImages ( )
protected
mitk::StereoPointProjectionIntoTwoImages::~StereoPointProjectionIntoTwoImages ( )
protectedvirtual
mitk::StereoPointProjectionIntoTwoImages::StereoPointProjectionIntoTwoImages ( const StereoPointProjectionIntoTwoImages )
protected

Member Function Documentation

mitk::StereoPointProjectionIntoTwoImages::mitkClassMacroItkParent ( StereoPointProjectionIntoTwoImages  ,
itk::Object   
)
StereoPointProjectionIntoTwoImages& mitk::StereoPointProjectionIntoTwoImages::operator= ( const StereoPointProjectionIntoTwoImages )
protected
bool mitk::StereoPointProjectionIntoTwoImages::Project ( const std::string input3DFileName,
const std::string inputLeftImageName,
const std::string inputRightImageName,
const std::string outputLeftImageName,
const std::string outputRightImageName,
const std::string intrinsicLeftFileName,
const std::string distortionLeftFileName,
const std::string rotationLeftFileName,
const std::string translationLeftFileName,
const std::string intrinsicRightFileName,
const std::string distortionRightFileName,
const std::string rightToLeftRotationFileName,
const std::string rightToLeftTranslationFileName,
const std::string inputLeft2DGoldStandardFileName,
const std::string inputRight2DGoldStandardFileName 
)

The documentation for this class was generated from the following files: