IVT
ImageProcessorCV.h File Reference

Go to the source code of this file.

Namespaces

 ImageProcessorCV
 Deprecated.
 

Enumerations

enum  ImageProcessorCV::BayerPatternType {
  ImageProcessorCV::eBG2BGR, ImageProcessorCV::eGB2BGR, ImageProcessorCV::eRG2BGR, ImageProcessorCV::eGR2BGR,
  ImageProcessorCV::eBG2RGB, ImageProcessorCV::eGB2RGB, ImageProcessorCV::eRG2RGB, ImageProcessorCV::eGR2RGB
}
 

Functions

void ImageProcessorCV::ConvertImage (CByteImage *pInputImage, CByteImage *pOutputImage)
 Image processing functions using OpenCV. More...
 
void ImageProcessorCV::CalculateGradientImage (CByteImage *pInputImage, CByteImage *pOutputImage)
 Deprecated. More...
 
void ImageProcessorCV::CalculateGradientImageHSV (CByteImage *pInputImage, CByteImage *pOutputImage)
 Deprecated. More...
 
void ImageProcessorCV::FlipY (CByteImage *pInputImage, CByteImage *pOutputImage)
 Deprecated. More...
 
void ImageProcessorCV::GaussianSmooth3x3 (CByteImage *pInputImage, CByteImage *pOutputImage)
 Deprecated. More...
 
void ImageProcessorCV::GaussianSmooth5x5 (CByteImage *pInputImage, CByteImage *pOutputImage)
 Deprecated. More...
 
void ImageProcessorCV::Resize (const CByteImage *pInputImage, CByteImage *pOutputImage, int x=-1, int y=-1, int width=-1, int height=-1)
 Deprecated. More...
 
void ImageProcessorCV::BilateralSmooth (CByteImage *pInputImage, CByteImage *pOutputImage, int param1, int param2)
 Calls cvSmooth with the parameter CV_BILATERAL. More...
 
void ImageProcessorCV::Laplacian3x3 (CByteImage *pInputImage, CByteImage *pOutputImage)
 Deprecated. More...
 
void ImageProcessorCV::Laplacian5x5 (CByteImage *pInputImage, CByteImage *pOutputImage)
 Calls cvLaplace with size 5x5. More...
 
void ImageProcessorCV::CalculateHSVImage (CByteImage *pInputImage, CByteImage *pOutputImage)
 Deprecated. More...
 
void ImageProcessorCV::Canny (CByteImage *pInputImage, CByteImage *pOutputImage, int nLowThreshold, int nHighThreshold)
 Deprecated. More...
 
void ImageProcessorCV::Dilate (CByteImage *pInputImage, CByteImage *pOutputImage)
 Deprecated. More...
 
void ImageProcessorCV::Erode (CByteImage *pInputImage, CByteImage *pOutputImage)
 Deprecated. More...
 
double ImageProcessorCV::Mean (CByteImage *pImage1, CByteImage *pImage2)
 Deprecated. More...
 
int ImageProcessorCV::CalculateFeaturePoints (const CByteImage *pImage, Vec2d *pFeaturePoints, int nMaxPoints, float fQualityLevel=0.01f, float fMinDistance=5.0f, bool bUseHarris=false)
 Deprecated. More...
 
void ImageProcessorCV::ConvertBayerPattern (CByteImage *pInputImage, CByteImage *pOutputImage, BayerPatternType type=eRG2BGR)
 Deprecated. More...