- Member CCalibration::DistortCameraCoordinates (const Vec2d &undistortedCameraPoint, Vec2d &distortedCameraPoint) const
- Member CCalibration::GetCameraCoordinates (const Vec3d &worldPoint, Vec2d &imagePoint, bool bUseDistortionParameters=true) const
- Member CCalibration::GetWorldCoordinates (const Vec2d &imagePoint, Vec3d &worldPoint, float zc=1.0f, bool bUseDistortionParameters=true) const
- Member CCalibration::UndistortCameraCoordinates (const Vec2d &distortedCameraPoint, Vec2d &undistortedCameraPoint) const
- Member CStereoCalibration::CalculateEpipolarLineInLeftImage (const Vec2d &pointInRightImage, float &m, float &c)
- Member CStereoCalibration::CalculateEpipolarLineInRightImage (const Vec2d &pointInLeftImage, float &m, float &c)
- Member ImageProcessor::ApplyHomography (const CByteImage *pInputImage, CByteImage *pOutputImage, float a1, float a2, float a3, float a4, float a5, float a6, float a7, float a8, bool bInterpolation=true)
- Member ImageProcessor::DetermineAffineTransformation (const Vec2d *pSourcePoints, const Vec2d *pTargetPoints, int nPoints, float &a1, float &a2, float &a3, float &a4, float &a5, float &a6)
- Member ImageProcessor::DetermineHomography (const Vec2d *pSourcePoints, const Vec2d *pTargetPoints, int nPoints, float &a1, float &a2, float &a3, float &a4, float &a5, float &a6, float &a7, float &a8)
- Member ImageProcessorCV::CalculateFeaturePoints (const CByteImage *pImage, Vec2d *pFeaturePoints, int nMaxPoints, float fQualityLevel=0.01f, float fMinDistance=5.0f, bool bUseHarris=false)
- Member ImageProcessorCV::CalculateGradientImage (CByteImage *pInputImage, CByteImage *pOutputImage)
- Member ImageProcessorCV::CalculateGradientImageHSV (CByteImage *pInputImage, CByteImage *pOutputImage)
- Member ImageProcessorCV::CalculateHSVImage (CByteImage *pInputImage, CByteImage *pOutputImage)
- Member ImageProcessorCV::Canny (CByteImage *pInputImage, CByteImage *pOutputImage, int nLowThreshold, int nHighThreshold)
- Member ImageProcessorCV::ConvertBayerPattern (CByteImage *pInputImage, CByteImage *pOutputImage, BayerPatternType type=eRG2BGR)
- Member ImageProcessorCV::Dilate (CByteImage *pInputImage, CByteImage *pOutputImage)
- Member ImageProcessorCV::Erode (CByteImage *pInputImage, CByteImage *pOutputImage)
- Member ImageProcessorCV::FlipY (CByteImage *pInputImage, CByteImage *pOutputImage)
- Member ImageProcessorCV::GaussianSmooth3x3 (CByteImage *pInputImage, CByteImage *pOutputImage)
- Member ImageProcessorCV::GaussianSmooth5x5 (CByteImage *pInputImage, CByteImage *pOutputImage)
- Member ImageProcessorCV::Laplacian3x3 (CByteImage *pInputImage, CByteImage *pOutputImage)
- Member ImageProcessorCV::Mean (CByteImage *pImage1, CByteImage *pImage2)
- Member ImageProcessorCV::Resize (const CByteImage *pInputImage, CByteImage *pOutputImage, int x=-1, int y=-1, int width=-1, int height=-1)
- Member PrimitivesDrawerCV::DrawCircle (CByteImage *pImage, const Vec2d &mid_point, double radius, int r=255, int g=255, int b=255, int thickness=1)
- Member PrimitivesDrawerCV::DrawEllipse (CByteImage *pImage, const Ellipse2d &ellipse, int r=255, int g=255, int b=255, int thickness=1)
- Member PrimitivesDrawerCV::DrawLine (CByteImage *pImage, const Vec2d &p1, const Vec2d &p2, int r=255, int g=255, int b=255, int thickness=1)
- Member PrimitivesDrawerCV::DrawLine (CByteImage *pImage, const PointPair2d &line, int r=255, int g=255, int b=255, int thickness=1)
- Member PrimitivesDrawerCV::DrawRegion (CByteImage *pImage, const MyRegion ®ion, int r=255, int g=255, int b=255, int thickness=1)