Namespaces | Enumerations | Functions
ImageProcessorCV.h File Reference
#include "opencv/cv.h"
Include dependency graph for ImageProcessorCV.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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


asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Thu Jun 6 2019 21:46:58