30 #include <opencv2/opencv.hpp>
33 #include <Image/IplImageAdaptor.h>
46 const CSIFTFeatureArray& aAllPoints, std::vector<CMSERDescriptor3D*>& aAllMSERs, std::vector<CMSERDescriptor3D*>& aCorrespondingMSERs,
47 bool bConfirmedHypotheses, CByteImage* pResultImageLeft = NULL, CByteImage* pResultImageRight = NULL,
48 const bool bMakeScreenshot =
false,
const bool bIsLeftImage =
true);
54 void MarkConfirmedPoint(CByteImage* pImage,
int x,
int y, CvScalar cColor);
55 void MarkUnconfirmedPoint(CByteImage* pImage,
int x,
int y, CvScalar cColor);
57 CCalibration* calibration;
58 IplImage* m_pIplImageLeft, *m_pIplImageRight, *m_pIplImageLeftRectified, *m_pIplImageRightRectified, *m_pIplImageDisparity, *m_pOldVisualizationImageIpl;
62 CByteImage* screenshotImage, *segmentationImage, *segmentedCameraImage;
63 std::string screenshotFileName, segmentationImageFileName, segmentedCameraImageFileName;
64 int screenshotCounter;