- Close_IntVector
void Close_IntVector(IntVector iv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Close_Vec2fs
void Close_Vec2fs(Vec2fs vec2fs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Close_Vec3fs
void Close_Vec3fs(Vec3fs vec3fs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Close_Vec3is
void Close_Vec3is(Vec3is vec3is)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Close_Vec4fs
void Close_Vec4fs(Vec4fs vec4fs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Close_Vec4is
void Close_Vec4is(Vec4is vec4is)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Close_Vec6fs
void Close_Vec6fs(Vec6fs vec6fs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Contours_Close
void Contours_Close(Contours cs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DCT
void DCT(Mat src, Mat dst, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- DFT
void DFT(Mat m, Mat dst, DftFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- DMatches_Close
void DMatches_Close(DMatches ds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Destroy
void Destroy(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
- KeyPoints_Close
void KeyPoints_Close(KeyPoints ks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mats_Close
void Mats_Close(Mats mats)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- MultiDMatches_Close
void MultiDMatches_Close(MultiDMatches mds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Point_Close
void Point_Close(Point p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Points_Close
void Points_Close(Points ps)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Rects_Close
void Rects_Close(Rects rs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- absDiff
void absDiff(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- add
void add(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- addDouble
void addDouble(Mat m, double val)
Undocumented in source. Be warned that the author may not have intended to support it.
- addFloat
void addFloat(Mat m, float val)
Undocumented in source. Be warned that the author may not have intended to support it.
- addInt
void addInt(Mat m, int val)
Undocumented in source. Be warned that the author may not have intended to support it.
- addScalar
void addScalar(Mat m, Scalar s)
Undocumented in source. Be warned that the author may not have intended to support it.
- addUChar
void addUChar(Mat m, ubyte val)
Undocumented in source. Be warned that the author may not have intended to support it.
- addWeighted
void addWeighted(Mat src1, double alpha, Mat src2, double beta, double gamma, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- asFloat
Point2f[] asFloat(Point[] ip)
Undocumented in source. Be warned that the author may not have intended to support it.
- asFloat
Point2f[][] asFloat(Point[][] pts)
Undocumented in source. Be warned that the author may not have intended to support it.
- asInt
Point[] asInt(Point2f[] ip)
Undocumented in source. Be warned that the author may not have intended to support it.
- asInt
Point[][] asInt(Point2f[][] pts)
Undocumented in source. Be warned that the author may not have intended to support it.
- batchDistance
void batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, int K, Mat mask, int update, bool crosscheck)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitwiseAnd
void bitwiseAnd(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitwiseAndWithMask
void bitwiseAndWithMask(Mat src1, Mat src2, Mat dst, Mat mask)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitwiseNot
void bitwiseNot(Mat src1, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitwiseNotWithMask
void bitwiseNotWithMask(Mat src1, Mat dst, Mat mask)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitwiseOr
void bitwiseOr(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitwiseOrWithMask
void bitwiseOrWithMask(Mat src1, Mat src2, Mat dst, Mat mask)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitwiseXor
void bitwiseXor(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitwiseXorWithMask
void bitwiseXorWithMask(Mat src1, Mat src2, Mat dst, Mat mask)
Undocumented in source. Be warned that the author may not have intended to support it.
- borderInterpolate
int borderInterpolate(int p, int len, CovarFlags borderType)
Undocumented in source. Be warned that the author may not have intended to support it.
- calcCovarMatrix
void calcCovarMatrix(Mat samples, Mat covar, Mat mean, CovarFlags flags, int ctype)
Undocumented in source. Be warned that the author may not have intended to support it.
- cartToPolar
void cartToPolar(Mat x, Mat y, Mat magnitude, Mat angle, bool angleInDegrees)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkRange
bool checkRange(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
Mat clone(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
- compare
void compare(Mat src1, Scalar src2, Mat dst, int ct)
Undocumented in source. Be warned that the author may not have intended to support it.
- compare
void compare(Mat src1, Mat src2, Mat dst, int ct)
Undocumented in source. Be warned that the author may not have intended to support it.
- completeSymm
void completeSymm(Mat m, bool lowerToUpper)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(Rect r, Point p)
Undocumented in source. Be warned that the author may not have intended to support it.
- convertScaleAbs
void convertScaleAbs(Mat src, Mat dst, double alpha, double beta)
Undocumented in source. Be warned that the author may not have intended to support it.
- convertTo
void convertTo(Mat m, Mat dst, int rtype, double alpha, double beta)
Undocumented in source. Be warned that the author may not have intended to support it.
- convertTo
void convertTo(Mat m, Mat dst, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
- copyMakeBorder
void copyMakeBorder(Mat src, Mat dst, int top, int bottom, int left, int right, CovarFlags borderType, Scalar value)
Undocumented in source. Be warned that the author may not have intended to support it.
- copyTo
void copyTo(Mat m, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- copyToWithMask
void copyToWithMask(Mat m, Mat dst, Mat mask)
Undocumented in source. Be warned that the author may not have intended to support it.
- countNonZero
int countNonZero(Mat src)
Undocumented in source. Be warned that the author may not have intended to support it.
- determinant
double determinant(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
- diag
Mat diag(Mat src, int d)
Undocumented in source. Be warned that the author may not have intended to support it.
- divide
void divide(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- divideFloat
void divideFloat(Mat m, float val)
Undocumented in source. Be warned that the author may not have intended to support it.
- divideInt
void divideInt(Mat m, int val)
Undocumented in source. Be warned that the author may not have intended to support it.
- divideUChar
void divideUChar(Mat m, ubyte val)
Undocumented in source. Be warned that the author may not have intended to support it.
- dot
double dot(Mat m1, Mat m2)
Undocumented in source. Be warned that the author may not have intended to support it.
- eigen
bool eigen(Mat src, Mat eigenvalues, Mat eigenvectors)
Undocumented in source. Be warned that the author may not have intended to support it.
- eigenNonSymmetric
void eigenNonSymmetric(Mat src, Mat eigenvalues, Mat eigenvectors)
Undocumented in source. Be warned that the author may not have intended to support it.
- extractChannel
void extractChannel(Mat src, Mat dst, int coi)
Undocumented in source. Be warned that the author may not have intended to support it.
- eye
Mat eye(int rows, int cols, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
- eye
Mat eye(Size sz, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
- findNonZero
void findNonZero(Mat src, Mat idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- flip
void flip(Mat src, Mat dst, int flipCode)
Undocumented in source. Be warned that the author may not have intended to support it.
- gemm
void gemm(Mat src1, Mat src2, double alpha, Mat src3, double beta, Mat dst, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- getCVTickCount
int64_t getCVTickCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- getOptimalDFTSize
int getOptimalDFTSize(int vecsize)
Undocumented in source. Be warned that the author may not have intended to support it.
- getSize
Size getSize(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
- getTickFrequency
double getTickFrequency()
Undocumented in source. Be warned that the author may not have intended to support it.
- hconcat
void hconcat(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- idct
void idct(Mat src, Mat dst, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- idft
void idft(Mat src, Mat dst, int flags, int nonzeroRows)
Undocumented in source. Be warned that the author may not have intended to support it.
- inRange
void inRange(Mat src, Mat lowerb, Mat upperb, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- inRange
void inRange(Mat src, Scalar lowerb, Scalar upperb, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertChannel
void insertChannel(Mat src, Mat dst, int coi)
Undocumented in source. Be warned that the author may not have intended to support it.
- invert
double invert(Mat src, Mat dst, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- isEmpty
bool isEmpty(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
- magnitude
void magnitude(Mat x, Mat y, Mat magnitude)
Undocumented in source. Be warned that the author may not have intended to support it.
- matExp
void matExp(Mat src, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- matFromRect
Mat matFromRect(Mat m, Rect r)
Undocumented in source. Be warned that the author may not have intended to support it.
- matLog
void matLog(Mat src, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- matMax
void matMax(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- matMin
void matMin(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- matPow
void matPow(Mat src, double power, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- matSort
void matSort(Mat src, Mat dst, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- matSortIdx
void matSortIdx(Mat src, Mat dst, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- matSplit
void matSplit(Mat src, Mats* mats)
Undocumented in source. Be warned that the author may not have intended to support it.
- matSplit
void matSplit(Mat src, Mat[] _mats)
Undocumented in source. Be warned that the author may not have intended to support it.
- matSubtract
void matSubtract(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- matSum
Scalar matSum(Mat src1)
Undocumented in source. Be warned that the author may not have intended to support it.
- matTrace
Scalar matTrace(Mat src)
Undocumented in source. Be warned that the author may not have intended to support it.
- meanStdDev
void meanStdDev(Mat src, Mat dstMean, Mat dstStdDev)
Undocumented in source. Be warned that the author may not have intended to support it.
- merge
void merge(Mats mats, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- merge
void merge(Mat[] mats, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- minMaxIdx
void minMaxIdx(Mat m, double* minVal, double* maxVal, int* minIdx, int* maxIdx)
Undocumented in source. Be warned that the author may not have intended to support it.
- minMaxLoc
void minMaxLoc(Mat m, double* minVal, double* maxVal, Point* minLoc, Point* maxLoc)
Undocumented in source. Be warned that the author may not have intended to support it.
- minMaxLoc
void minMaxLoc(Mat a, double* minVal, double* maxVal, int* minIdx, int* maxIdx)
Undocumented in source. Be warned that the author may not have intended to support it.
- mulSpectrums
void mulSpectrums(Mat a, Mat b, Mat c, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- multiply
void multiply(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- multiplyDouble
void multiplyDouble(Mat m, double val)
Undocumented in source. Be warned that the author may not have intended to support it.
- multiplyFloat
void multiplyFloat(Mat m, float val)
Undocumented in source. Be warned that the author may not have intended to support it.
- multiplyInt
void multiplyInt(Mat m, int val)
Undocumented in source. Be warned that the author may not have intended to support it.
- multiplyUChar
void multiplyUChar(Mat m, ubyte val)
Undocumented in source. Be warned that the author may not have intended to support it.
- newMat
Mat newMat()
Undocumented in source. Be warned that the author may not have intended to support it.
- newMatFromArrayPtr
Mat newMatFromArrayPtr(int rows, int cols, int type, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- newMatFromBytes
Mat newMatFromBytes(int rows, int cols, int type, ByteArray buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- newMatFromContour
Mat newMatFromContour(Point[] pts)
Undocumented in source. Be warned that the author may not have intended to support it.
- newMatFromPtr
Mat newMatFromPtr(Mat m, int rows, int cols, int type, int prows, int pcols)
Undocumented in source. Be warned that the author may not have intended to support it.
- newMatFromScalar
Mat newMatFromScalar(Scalar ar, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
- newMatWithSize
Mat newMatWithSize(int rows, int cols, int mt)
Undocumented in source. Be warned that the author may not have intended to support it.
- newMatWithSizeFromScalar
Mat newMatWithSizeFromScalar(Scalar ar, int rows, int cols, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
- newTermCriteria
TermCriteria newTermCriteria(int typ, int maxCount, double epsilon)
Undocumented in source. Be warned that the author may not have intended to support it.
- norm
double norm(Mat src1, int normType)
Undocumented in source. Be warned that the author may not have intended to support it.
- normalize
void normalize(Mat src, Mat dst, double alpha, double beta, int typ)
Undocumented in source. Be warned that the author may not have intended to support it.
- ones
Mat ones(Size sz, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
- ones
Mat ones(int rows, int cols, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
- patchNaNs
void patchNaNs(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
- performLUT
void performLUT(Mat src, Mat lut, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- perspectiveTransform
void perspectiveTransform(Mat src, Mat dst, Mat tm)
Undocumented in source. Be warned that the author may not have intended to support it.
- phase
void phase(Mat x, Mat y, Mat angle, bool angleInDegrees)
Undocumented in source. Be warned that the author may not have intended to support it.
- polarToCart
void polarToCart(Mat magnitude, Mat degree, Mat x, Mat y, bool angleInDegrees)
Undocumented in source. Be warned that the author may not have intended to support it.
- reduce
void reduce(Mat src, Mat dst, int dim, int rType, int dType)
Undocumented in source. Be warned that the author may not have intended to support it.
- repeat
void repeat(Mat src, int nY, int nX, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- reshape
Mat reshape(Mat m, int cn, int rows)
Undocumented in source. Be warned that the author may not have intended to support it.
- rotate
void rotate(Mat src, Mat dst, int rotationCode)
Undocumented in source. Be warned that the author may not have intended to support it.
- scaleAdd
void scaleAdd(Mat src1, double alpha, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTo
void setTo(Mat m, Scalar s)
Undocumented in source. Be warned that the author may not have intended to support it.
- solve
bool solve(Mat src1, Mat src2, Mat dst, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- solveCubic
int solveCubic(Mat coeffs, Mat roots)
Undocumented in source. Be warned that the author may not have intended to support it.
- solvePoly
double solvePoly(Mat coeffs, Mat roots, int maxIters)
Undocumented in source. Be warned that the author may not have intended to support it.
- subtract
void subtract(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- subtractDouble
void subtractDouble(Mat m, double val)
Undocumented in source. Be warned that the author may not have intended to support it.
- subtractFloat
void subtractFloat(Mat m, float val)
Undocumented in source. Be warned that the author may not have intended to support it.
- subtractInt
void subtractInt(Mat m, int val)
Undocumented in source. Be warned that the author may not have intended to support it.
- subtractUChar
void subtractUChar(Mat m, ubyte val)
Undocumented in source. Be warned that the author may not have intended to support it.
- transform
void transform(Mat src, Mat dst, Mat tm)
Undocumented in source. Be warned that the author may not have intended to support it.
- transpose
void transpose(Mat src, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- vconcat
void vconcat(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- zeros
Mat zeros(Size sz, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
- zeros
Mat zeros(int rows, int cols, int type)
Undocumented in source. Be warned that the author may not have intended to support it.