OpenCV  3.0.0-dev
Open Source Computer Vision
Classes | Namespaces | Functions
hal.hpp File Reference
#include "opencv2/hal/defs.h"
#include "opencv2/hal/interface.hpp"

Classes

class  cv::hal::Failure
 
struct  cv::OpAbsDiff< T >
 
struct  cv::OpAdd< T1, T2, T3 >
 
struct  cv::OpAnd< T >
 
struct  cv::OpMax< T >
 
struct  cv::OpMin< T >
 
struct  cv::OpNot< T >
 
struct  cv::OpOr< T >
 
struct  cv::OpRSub< T1, T2, T3 >
 
struct  cv::OpSub< T1, T2, T3 >
 
struct  cv::OpXor< T >
 

Namespaces

 cv
 
 cv::hal
 

Functions

void cv::hal::absdiff16s (const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
 
void cv::hal::absdiff16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
 
void cv::hal::absdiff32f (const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
 
void cv::hal::absdiff32s (const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
 
void cv::hal::absdiff64f (const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
 
void cv::hal::absdiff8s (const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
 
void cv::hal::absdiff8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
void cv::hal::add16s (const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
 
void cv::hal::add16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
 
void cv::hal::add32f (const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
 
void cv::hal::add32s (const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
 
void cv::hal::add64f (const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
 
void cv::hal::add8s (const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
 
void cv::hal::add8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
void cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::and8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
bool cv::hal::Cholesky (float *A, size_t astep, int m, float *b, size_t bstep, int n)
 
bool cv::hal::Cholesky (double *A, size_t astep, int m, double *b, size_t bstep, int n)
 
void cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::exp (const float *src, float *dst, int n)
 
void cv::hal::exp (const double *src, double *dst, int n)
 
void cv::hal::fastAtan2 (const float *y, const float *x, float *dst, int n, bool angleInDegrees)
 
void cv::hal::invSqrt (const float *src, float *dst, int len)
 
void cv::hal::invSqrt (const double *src, double *dst, int len)
 
void cv::hal::log (const float *src, float *dst, int n)
 
void cv::hal::log (const double *src, double *dst, int n)
 
int cv::hal::LU (float *A, size_t astep, int m, float *b, size_t bstep, int n)
 
int cv::hal::LU (double *A, size_t astep, int m, double *b, size_t bstep, int n)
 
void cv::hal::magnitude (const float *x, const float *y, float *dst, int n)
 
void cv::hal::magnitude (const double *x, const double *y, double *dst, int n)
 
void cv::hal::max16s (const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
 
void cv::hal::max16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
 
void cv::hal::max32f (const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
 
void cv::hal::max32s (const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
 
void cv::hal::max64f (const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
 
void cv::hal::max8s (const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
 
void cv::hal::max8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
void cv::hal::merge16u (const ushort **src, ushort *dst, int len, int cn)
 
void cv::hal::merge32s (const int **src, int *dst, int len, int cn)
 
void cv::hal::merge64s (const int64 **src, int64 *dst, int len, int cn)
 
void cv::hal::merge8u (const uchar **src, uchar *dst, int len, int cn)
 
void cv::hal::min16s (const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
 
void cv::hal::min16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
 
void cv::hal::min32f (const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
 
void cv::hal::min32s (const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
 
void cv::hal::min64f (const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
 
void cv::hal::min8s (const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
 
void cv::hal::min8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
void cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::normHamming (const uchar *a, int n)
 
int cv::hal::normHamming (const uchar *a, const uchar *b, int n)
 
int cv::hal::normHamming (const uchar *a, int n, int cellSize)
 
int cv::hal::normHamming (const uchar *a, const uchar *b, int n, int cellSize)
 
int cv::hal::normL1_ (const uchar *a, const uchar *b, int n)
 
float cv::hal::normL1_ (const float *a, const float *b, int n)
 
float cv::hal::normL2Sqr_ (const float *a, const float *b, int n)
 
void cv::hal::not8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
void cv::hal::or8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
void cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::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 cv::hal::split16u (const ushort *src, ushort **dst, int len, int cn)
 
void cv::hal::split32s (const int *src, int **dst, int len, int cn)
 
void cv::hal::split64s (const int64 *src, int64 **dst, int len, int cn)
 
void cv::hal::split8u (const uchar *src, uchar **dst, int len, int cn)
 
void cv::hal::sqrt (const float *src, float *dst, int len)
 
void cv::hal::sqrt (const double *src, double *dst, int len)
 
void cv::hal::sub16s (const short *src1, size_t step1, const short *src2, size_t step2, short *dst, size_t step, int width, int height, void *)
 
void cv::hal::sub16u (const ushort *src1, size_t step1, const ushort *src2, size_t step2, ushort *dst, size_t step, int width, int height, void *)
 
void cv::hal::sub32f (const float *src1, size_t step1, const float *src2, size_t step2, float *dst, size_t step, int width, int height, void *)
 
void cv::hal::sub32s (const int *src1, size_t step1, const int *src2, size_t step2, int *dst, size_t step, int width, int height, void *)
 
void cv::hal::sub64f (const double *src1, size_t step1, const double *src2, size_t step2, double *dst, size_t step, int width, int height, void *)
 
void cv::hal::sub8s (const schar *src1, size_t step1, const schar *src2, size_t step2, schar *dst, size_t step, int width, int height, void *)
 
void cv::hal::sub8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)
 
void cv::hal::xor8u (const uchar *src1, size_t step1, const uchar *src2, size_t step2, uchar *dst, size_t step, int width, int height, void *)