OpenCV  3.0.0-dev
Open Source Computer Vision
Namespaces | Classes | Enumerations | Functions

Namespaces

 Error
 

Classes

class  Failure
 

Enumerations

enum  {
  CMP_EQ = 0,
  CMP_GT = 1,
  CMP_GE = 2,
  CMP_LT = 3,
  CMP_LE = 4,
  CMP_NE = 5
}
 

Functions

void absdiff16s (const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
 
void absdiff16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
 
void absdiff32f (const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
 
void absdiff32s (const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
 
void absdiff64f (const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
 
void absdiff8s (const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
 
void absdiff8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
void add16s (const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
 
void add16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
 
void add32f (const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
 
void add32s (const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
 
void add64f (const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
 
void add8s (const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
 
void add8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
void addWeighted16s (const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *scalars)
 
void addWeighted16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *scalars)
 
void addWeighted32f (const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *scalars)
 
void addWeighted32s (const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *scalars)
 
void addWeighted64f (const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *scalars)
 
void addWeighted8s (const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *scalars)
 
void addWeighted8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_scalars)
 
void and8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
bool checkHardwareSupport (int feature)
 
bool Cholesky (float *A, size_t astep, int m, float *b, size_t bstep, int n)
 
bool Cholesky (double *A, size_t astep, int m, double *b, size_t bstep, int n)
 
void cmp16s (const short *src1, size_t step1, const short *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_cmpop)
 
void cmp16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_cmpop)
 
void cmp32f (const float *src1, size_t step1, const float *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_cmpop)
 
void cmp32s (const int *src1, size_t step1, const int *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_cmpop)
 
void cmp64f (const double *src1, size_t step1, const double *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_cmpop)
 
void cmp8s (const schar *src1, size_t step1, const schar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_cmpop)
 
void cmp8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *_cmpop)
 
void div16s (const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *scale)
 
void div16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *scale)
 
void div32f (const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *scale)
 
void div32s (const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *scale)
 
void div64f (const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *scale)
 
void div8s (const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *scale)
 
void div8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *scale)
 
void exp (const float *src, float *dst, int n)
 
void exp (const double *src, double *dst, int n)
 
void fastAtan2 (const float *y, const float *x, float *dst, int n, bool angleInDegrees)
 
void invSqrt (const float *src, float *dst, int len)
 
void invSqrt (const double *src, double *dst, int len)
 
void log (const float *src, float *dst, int n)
 
void log (const double *src, double *dst, int n)
 
int LU (float *A, size_t astep, int m, float *b, size_t bstep, int n)
 
int LU (double *A, size_t astep, int m, double *b, size_t bstep, int n)
 
void magnitude (const float *x, const float *y, float *dst, int n)
 
void magnitude (const double *x, const double *y, double *dst, int n)
 
void max16s (const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
 
void max16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
 
void max32f (const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
 
void max32s (const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
 
void max64f (const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
 
void max8s (const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
 
void max8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
void merge16u (const ushort **src, ushort *dst, int len, int cn)
 
void merge32s (const int **src, int *dst, int len, int cn)
 
void merge64s (const int64 **src, int64 *dst, int len, int cn)
 
void merge8u (const uchar **src, uchar *dst, int len, int cn)
 
void min16s (const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
 
void min16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
 
void min32f (const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
 
void min32s (const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
 
void min64f (const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
 
void min8s (const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
 
void min8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
void mul16s (const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *scale)
 
void mul16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *scale)
 
void mul32f (const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *scale)
 
void mul32s (const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *scale)
 
void mul64f (const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *scale)
 
void mul8s (const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *scale)
 
void mul8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *scale)
 
int normHamming (const uchar *a, int n)
 
int normHamming (const uchar *a, const uchar *b, int n)
 
int normHamming (const uchar *a, int n, int cellSize)
 
int normHamming (const uchar *a, const uchar *b, int n, int cellSize)
 
int normL1_ (const uchar *a, const uchar *b, int n)
 
float normL1_ (const float *a, const float *b, int n)
 
float normL2Sqr_ (const float *a, const float *b, int n)
 
void not8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
void or8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
void recip16s (const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *scale)
 
void recip16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *scale)
 
void recip32f (const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *scale)
 
void recip32s (const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *scale)
 
void recip64f (const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *scale)
 
void recip8s (const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *scale)
 
void recip8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *scale)
 
void setUseOptimized (bool onoff)
 
void split16u (const ushort *src, ushort **dst, int len, int cn)
 
void split32s (const int *src, int **dst, int len, int cn)
 
void split64s (const int64 *src, int64 **dst, int len, int cn)
 
void split8u (const uchar *src, uchar **dst, int len, int cn)
 
void sqrt (const float *src, float *dst, int len)
 
void sqrt (const double *src, double *dst, int len)
 
void sub16s (const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
 
void sub16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
 
void sub32f (const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
 
void sub32s (const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
 
void sub64f (const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
 
void sub8s (const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
 
void sub8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
bool useOptimized ()
 
void xor8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 

Enumeration Type Documentation

anonymous enum
Enumerator
CMP_EQ 
CMP_GT 
CMP_GE 
CMP_LT 
CMP_LE 
CMP_NE 

Function Documentation

bool cv::hal::checkHardwareSupport ( int  feature)
void cv::hal::setUseOptimized ( bool  onoff)
bool cv::hal::useOptimized ( )