absdiff(Mat src1, Mat src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
absdiff(Mat src1, Scalar src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
absdiff(Mat src1, in Vec4d src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
absdiff(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
add(Mat src1, Mat src2, Mat dst, Mat mask, int dtype) | OpenCVForUnity.CoreModule.Core | static |
add(Mat src1, Mat src2, Mat dst, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
add(Mat src1, Mat src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
add(Mat src1, Scalar src2, Mat dst, Mat mask, int dtype) | OpenCVForUnity.CoreModule.Core | static |
add(Mat src1, Scalar src2, Mat dst, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
add(Mat src1, Scalar src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
add(Mat src1, in Vec4d src2, Mat dst, Mat mask, int dtype) | OpenCVForUnity.CoreModule.Core | static |
add(Mat src1, in Vec4d src2, Mat dst, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
add(Mat src1, in Vec4d src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
add(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, Mat mask, int dtype) | OpenCVForUnity.CoreModule.Core | static |
add(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
add(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
addSamplesDataSearchPath(string path) | OpenCVForUnity.CoreModule.Core | static |
addSamplesDataSearchSubDirectory(string subdir) | OpenCVForUnity.CoreModule.Core | static |
addWeighted(Mat src1, double alpha, Mat src2, double beta, double gamma, Mat dst, int dtype) | OpenCVForUnity.CoreModule.Core | static |
addWeighted(Mat src1, double alpha, Mat src2, double beta, double gamma, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
BadAlign | OpenCVForUnity.CoreModule.Core | static |
BadAlphaChannel | OpenCVForUnity.CoreModule.Core | static |
BadCallBack | OpenCVForUnity.CoreModule.Core | static |
BadCOI | OpenCVForUnity.CoreModule.Core | static |
BadDataPtr | OpenCVForUnity.CoreModule.Core | static |
BadDepth | OpenCVForUnity.CoreModule.Core | static |
BadImageSize | OpenCVForUnity.CoreModule.Core | static |
BadModelOrChSeq | OpenCVForUnity.CoreModule.Core | static |
BadNumChannel1U | OpenCVForUnity.CoreModule.Core | static |
BadNumChannels | OpenCVForUnity.CoreModule.Core | static |
BadOffset | OpenCVForUnity.CoreModule.Core | static |
BadOrder | OpenCVForUnity.CoreModule.Core | static |
BadOrigin | OpenCVForUnity.CoreModule.Core | static |
BadROISize | OpenCVForUnity.CoreModule.Core | static |
BadStep | OpenCVForUnity.CoreModule.Core | static |
BadTileSize | OpenCVForUnity.CoreModule.Core | static |
batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, int K, Mat mask, int update, bool crosscheck) | OpenCVForUnity.CoreModule.Core | static |
batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, int K, Mat mask, int update) | OpenCVForUnity.CoreModule.Core | static |
batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, int K, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, int K) | OpenCVForUnity.CoreModule.Core | static |
batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType) | OpenCVForUnity.CoreModule.Core | static |
batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx) | OpenCVForUnity.CoreModule.Core | static |
bitwise_and(Mat src1, Mat src2, Mat dst, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
bitwise_and(Mat src1, Mat src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
bitwise_not(Mat src, Mat dst, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
bitwise_not(Mat src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
bitwise_or(Mat src1, Mat src2, Mat dst, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
bitwise_or(Mat src1, Mat src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
bitwise_xor(Mat src1, Mat src2, Mat dst, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
bitwise_xor(Mat src1, Mat src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
BORDER_CONSTANT | OpenCVForUnity.CoreModule.Core | static |
BORDER_DEFAULT | OpenCVForUnity.CoreModule.Core | static |
BORDER_ISOLATED | OpenCVForUnity.CoreModule.Core | static |
BORDER_REFLECT | OpenCVForUnity.CoreModule.Core | static |
BORDER_REFLECT101 | OpenCVForUnity.CoreModule.Core | static |
BORDER_REFLECT_101 | OpenCVForUnity.CoreModule.Core | static |
BORDER_REPLICATE | OpenCVForUnity.CoreModule.Core | static |
BORDER_TRANSPARENT | OpenCVForUnity.CoreModule.Core | static |
BORDER_WRAP | OpenCVForUnity.CoreModule.Core | static |
borderInterpolate(int p, int len, int borderType) | OpenCVForUnity.CoreModule.Core | static |
broadcast(Mat src, Mat shape, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
calcCovarMatrix(Mat samples, Mat covar, Mat mean, int flags, int ctype) | OpenCVForUnity.CoreModule.Core | static |
calcCovarMatrix(Mat samples, Mat covar, Mat mean, int flags) | OpenCVForUnity.CoreModule.Core | static |
cartToPolar(Mat x, Mat y, Mat magnitude, Mat angle, bool angleInDegrees) | OpenCVForUnity.CoreModule.Core | static |
cartToPolar(Mat x, Mat y, Mat magnitude, Mat angle) | OpenCVForUnity.CoreModule.Core | static |
checkHardwareSupport(int feature) | OpenCVForUnity.CoreModule.Core | static |
checkRange(Mat a, bool quiet, double minVal, double maxVal) | OpenCVForUnity.CoreModule.Core | static |
checkRange(Mat a, bool quiet, double minVal) | OpenCVForUnity.CoreModule.Core | static |
checkRange(Mat a, bool quiet) | OpenCVForUnity.CoreModule.Core | static |
checkRange(Mat a) | OpenCVForUnity.CoreModule.Core | static |
CMP_EQ | OpenCVForUnity.CoreModule.Core | static |
CMP_GE | OpenCVForUnity.CoreModule.Core | static |
CMP_GT | OpenCVForUnity.CoreModule.Core | static |
CMP_LE | OpenCVForUnity.CoreModule.Core | static |
CMP_LT | OpenCVForUnity.CoreModule.Core | static |
CMP_NE | OpenCVForUnity.CoreModule.Core | static |
compare(Mat src1, Mat src2, Mat dst, int cmpop) | OpenCVForUnity.CoreModule.Core | static |
compare(Mat src1, Scalar src2, Mat dst, int cmpop) | OpenCVForUnity.CoreModule.Core | static |
compare(Mat src1, in Vec4d src2, Mat dst, int cmpop) | OpenCVForUnity.CoreModule.Core | static |
compare(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, int cmpop) | OpenCVForUnity.CoreModule.Core | static |
completeSymm(Mat m, bool lowerToUpper) | OpenCVForUnity.CoreModule.Core | static |
completeSymm(Mat m) | OpenCVForUnity.CoreModule.Core | static |
convertFp16(Mat src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
convertScaleAbs(Mat src, Mat dst, double alpha, double beta) | OpenCVForUnity.CoreModule.Core | static |
convertScaleAbs(Mat src, Mat dst, double alpha) | OpenCVForUnity.CoreModule.Core | static |
convertScaleAbs(Mat src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
copyMakeBorder(Mat src, Mat dst, int top, int bottom, int left, int right, int borderType, Scalar value) | OpenCVForUnity.CoreModule.Core | static |
copyMakeBorder(Mat src, Mat dst, int top, int bottom, int left, int right, int borderType) | OpenCVForUnity.CoreModule.Core | static |
copyMakeBorder(Mat src, Mat dst, int top, int bottom, int left, int right, int borderType, in Vec4d value) | OpenCVForUnity.CoreModule.Core | static |
copyMakeBorder(Mat src, Mat dst, int top, int bottom, int left, int right, int borderType, in(double v0, double v1, double v2, double v3) value) | OpenCVForUnity.CoreModule.Core | static |
copyTo(Mat src, Mat dst, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
countNonZero(Mat src) | OpenCVForUnity.CoreModule.Core | static |
COVAR_COLS | OpenCVForUnity.CoreModule.Core | static |
COVAR_NORMAL | OpenCVForUnity.CoreModule.Core | static |
COVAR_ROWS | OpenCVForUnity.CoreModule.Core | static |
COVAR_SCALE | OpenCVForUnity.CoreModule.Core | static |
COVAR_SCRAMBLED | OpenCVForUnity.CoreModule.Core | static |
COVAR_USE_AVG | OpenCVForUnity.CoreModule.Core | static |
cubeRoot(float val) | OpenCVForUnity.CoreModule.Core | static |
dct(Mat src, Mat dst, int flags) | OpenCVForUnity.CoreModule.Core | static |
dct(Mat src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
DCT_INVERSE | OpenCVForUnity.CoreModule.Core | static |
DCT_ROWS | OpenCVForUnity.CoreModule.Core | static |
DECOMP_CHOLESKY | OpenCVForUnity.CoreModule.Core | static |
DECOMP_EIG | OpenCVForUnity.CoreModule.Core | static |
DECOMP_LU | OpenCVForUnity.CoreModule.Core | static |
DECOMP_NORMAL | OpenCVForUnity.CoreModule.Core | static |
DECOMP_QR | OpenCVForUnity.CoreModule.Core | static |
DECOMP_SVD | OpenCVForUnity.CoreModule.Core | static |
determinant(Mat mtx) | OpenCVForUnity.CoreModule.Core | static |
dft(Mat src, Mat dst, int flags, int nonzeroRows) | OpenCVForUnity.CoreModule.Core | static |
dft(Mat src, Mat dst, int flags) | OpenCVForUnity.CoreModule.Core | static |
dft(Mat src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
DFT_COMPLEX_INPUT | OpenCVForUnity.CoreModule.Core | static |
DFT_COMPLEX_OUTPUT | OpenCVForUnity.CoreModule.Core | static |
DFT_INVERSE | OpenCVForUnity.CoreModule.Core | static |
DFT_REAL_OUTPUT | OpenCVForUnity.CoreModule.Core | static |
DFT_ROWS | OpenCVForUnity.CoreModule.Core | static |
DFT_SCALE | OpenCVForUnity.CoreModule.Core | static |
divide(Mat src1, Mat src2, Mat dst, double scale, int dtype) | OpenCVForUnity.CoreModule.Core | static |
divide(Mat src1, Mat src2, Mat dst, double scale) | OpenCVForUnity.CoreModule.Core | static |
divide(Mat src1, Mat src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
divide(double scale, Mat src2, Mat dst, int dtype) | OpenCVForUnity.CoreModule.Core | static |
divide(double scale, Mat src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
divide(Mat src1, Scalar src2, Mat dst, double scale, int dtype) | OpenCVForUnity.CoreModule.Core | static |
divide(Mat src1, Scalar src2, Mat dst, double scale) | OpenCVForUnity.CoreModule.Core | static |
divide(Mat src1, Scalar src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
divide(Mat src1, in Vec4d src2, Mat dst, double scale, int dtype) | OpenCVForUnity.CoreModule.Core | static |
divide(Mat src1, in Vec4d src2, Mat dst, double scale) | OpenCVForUnity.CoreModule.Core | static |
divide(Mat src1, in Vec4d src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
divide(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, double scale, int dtype) | OpenCVForUnity.CoreModule.Core | static |
divide(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, double scale) | OpenCVForUnity.CoreModule.Core | static |
divide(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
eigen(Mat src, Mat eigenvalues, Mat eigenvectors) | OpenCVForUnity.CoreModule.Core | static |
eigen(Mat src, Mat eigenvalues) | OpenCVForUnity.CoreModule.Core | static |
eigenNonSymmetric(Mat src, Mat eigenvalues, Mat eigenvectors) | OpenCVForUnity.CoreModule.Core | static |
exp(Mat src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
extractChannel(Mat src, Mat dst, int coi) | OpenCVForUnity.CoreModule.Core | static |
fastAtan2(float y, float x) | OpenCVForUnity.CoreModule.Core | static |
FILLED | OpenCVForUnity.CoreModule.Core | static |
findFile(string relative_path, bool required, bool silentMode) | OpenCVForUnity.CoreModule.Core | static |
findFile(string relative_path, bool required) | OpenCVForUnity.CoreModule.Core | static |
findFile(string relative_path) | OpenCVForUnity.CoreModule.Core | static |
findFileOrKeep(string relative_path, bool silentMode) | OpenCVForUnity.CoreModule.Core | static |
findFileOrKeep(string relative_path) | OpenCVForUnity.CoreModule.Core | static |
findNonZero(Mat src, Mat idx) | OpenCVForUnity.CoreModule.Core | static |
flip(Mat src, Mat dst, int flipCode) | OpenCVForUnity.CoreModule.Core | static |
flipND(Mat src, Mat dst, int axis) | OpenCVForUnity.CoreModule.Core | static |
Formatter_FMT_C | OpenCVForUnity.CoreModule.Core | static |
Formatter_FMT_CSV | OpenCVForUnity.CoreModule.Core | static |
Formatter_FMT_DEFAULT | OpenCVForUnity.CoreModule.Core | static |
Formatter_FMT_MATLAB | OpenCVForUnity.CoreModule.Core | static |
Formatter_FMT_NUMPY | OpenCVForUnity.CoreModule.Core | static |
Formatter_FMT_PYTHON | OpenCVForUnity.CoreModule.Core | static |
gemm(Mat src1, Mat src2, double alpha, Mat src3, double beta, Mat dst, int flags) | OpenCVForUnity.CoreModule.Core | static |
gemm(Mat src1, Mat src2, double alpha, Mat src3, double beta, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
GEMM_1_T | OpenCVForUnity.CoreModule.Core | static |
GEMM_2_T | OpenCVForUnity.CoreModule.Core | static |
GEMM_3_T | OpenCVForUnity.CoreModule.Core | static |
getBuildInformation() | OpenCVForUnity.CoreModule.Core | static |
getCPUFeaturesLine() | OpenCVForUnity.CoreModule.Core | static |
getCPUTickCount() | OpenCVForUnity.CoreModule.Core | static |
getHardwareFeatureName(int feature) | OpenCVForUnity.CoreModule.Core | static |
getIppVersion() | OpenCVForUnity.CoreModule.Core | static |
getNumberOfCPUs() | OpenCVForUnity.CoreModule.Core | static |
getNumThreads() | OpenCVForUnity.CoreModule.Core | static |
getOptimalDFTSize(int vecsize) | OpenCVForUnity.CoreModule.Core | static |
getThreadNum() | OpenCVForUnity.CoreModule.Core | static |
getTickCount() | OpenCVForUnity.CoreModule.Core | static |
getTickFrequency() | OpenCVForUnity.CoreModule.Core | static |
getVersionMajor() | OpenCVForUnity.CoreModule.Core | static |
getVersionMinor() | OpenCVForUnity.CoreModule.Core | static |
getVersionRevision() | OpenCVForUnity.CoreModule.Core | static |
getVersionString() | OpenCVForUnity.CoreModule.Core | static |
GpuApiCallError | OpenCVForUnity.CoreModule.Core | static |
GpuNotSupported | OpenCVForUnity.CoreModule.Core | static |
hasNonZero(Mat src) | OpenCVForUnity.CoreModule.Core | static |
hconcat(List< Mat > src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
HeaderIsNull | OpenCVForUnity.CoreModule.Core | static |
idct(Mat src, Mat dst, int flags) | OpenCVForUnity.CoreModule.Core | static |
idct(Mat src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
idft(Mat src, Mat dst, int flags, int nonzeroRows) | OpenCVForUnity.CoreModule.Core | static |
idft(Mat src, Mat dst, int flags) | OpenCVForUnity.CoreModule.Core | static |
idft(Mat src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
inRange(Mat src, Scalar lowerb, Scalar upperb, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
inRange(Mat src, in Vec4d lowerb, in Vec4d upperb, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
inRange(Mat src, in(double v0, double v1, double v2, double v3) lowerb, in(double v0, double v1, double v2, double v3) upperb, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
insertChannel(Mat src, Mat dst, int coi) | OpenCVForUnity.CoreModule.Core | static |
invert(Mat src, Mat dst, int flags) | OpenCVForUnity.CoreModule.Core | static |
invert(Mat src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
kmeans(Mat data, int K, Mat bestLabels, TermCriteria criteria, int attempts, int flags, Mat centers) | OpenCVForUnity.CoreModule.Core | static |
kmeans(Mat data, int K, Mat bestLabels, TermCriteria criteria, int attempts, int flags) | OpenCVForUnity.CoreModule.Core | static |
kmeans(Mat data, int K, Mat bestLabels, in Vec3d criteria, int attempts, int flags, Mat centers) | OpenCVForUnity.CoreModule.Core | static |
kmeans(Mat data, int K, Mat bestLabels, in Vec3d criteria, int attempts, int flags) | OpenCVForUnity.CoreModule.Core | static |
kmeans(Mat data, int K, Mat bestLabels, in(double type, double maxCount, double epsilon) criteria, int attempts, int flags, Mat centers) | OpenCVForUnity.CoreModule.Core | static |
kmeans(Mat data, int K, Mat bestLabels, in(double type, double maxCount, double epsilon) criteria, int attempts, int flags) | OpenCVForUnity.CoreModule.Core | static |
KMEANS_PP_CENTERS | OpenCVForUnity.CoreModule.Core | static |
KMEANS_RANDOM_CENTERS | OpenCVForUnity.CoreModule.Core | static |
KMEANS_USE_INITIAL_LABELS | OpenCVForUnity.CoreModule.Core | static |
log(Mat src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
LUT(Mat src, Mat lut, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
magnitude(Mat x, Mat y, Mat magnitude) | OpenCVForUnity.CoreModule.Core | static |
Mahalanobis(Mat v1, Mat v2, Mat icovar) | OpenCVForUnity.CoreModule.Core | static |
MaskIsTiled | OpenCVForUnity.CoreModule.Core | static |
max(Mat src1, Mat src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
max(Mat src1, Scalar src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
max(Mat src1, in Vec4d src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
max(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
mean(Mat src, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
mean(Mat src) | OpenCVForUnity.CoreModule.Core | static |
meanAsValueTuple(Mat src, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
meanAsValueTuple(Mat src) | OpenCVForUnity.CoreModule.Core | static |
meanAsVec4d(Mat src, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
meanAsVec4d(Mat src) | OpenCVForUnity.CoreModule.Core | static |
meanStdDev(Mat src, MatOfDouble mean, MatOfDouble stddev, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
meanStdDev(Mat src, MatOfDouble mean, MatOfDouble stddev) | OpenCVForUnity.CoreModule.Core | static |
merge(List< Mat > mv, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
min(Mat src1, Mat src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
min(Mat src1, Scalar src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
min(Mat src1, in Vec4d src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
min(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
minMaxLoc(Mat src, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
minMaxLoc(Mat src) | OpenCVForUnity.CoreModule.Core | static |
mixChannels(List< Mat > src, List< Mat > dst, MatOfInt fromTo) | OpenCVForUnity.CoreModule.Core | static |
mulSpectrums(Mat a, Mat b, Mat c, int flags, bool conjB) | OpenCVForUnity.CoreModule.Core | static |
mulSpectrums(Mat a, Mat b, Mat c, int flags) | OpenCVForUnity.CoreModule.Core | static |
multiply(Mat src1, Mat src2, Mat dst, double scale, int dtype) | OpenCVForUnity.CoreModule.Core | static |
multiply(Mat src1, Mat src2, Mat dst, double scale) | OpenCVForUnity.CoreModule.Core | static |
multiply(Mat src1, Mat src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
multiply(Mat src1, Scalar src2, Mat dst, double scale, int dtype) | OpenCVForUnity.CoreModule.Core | static |
multiply(Mat src1, Scalar src2, Mat dst, double scale) | OpenCVForUnity.CoreModule.Core | static |
multiply(Mat src1, Scalar src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
multiply(Mat src1, in Vec4d src2, Mat dst, double scale, int dtype) | OpenCVForUnity.CoreModule.Core | static |
multiply(Mat src1, in Vec4d src2, Mat dst, double scale) | OpenCVForUnity.CoreModule.Core | static |
multiply(Mat src1, in Vec4d src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
multiply(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, double scale, int dtype) | OpenCVForUnity.CoreModule.Core | static |
multiply(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, double scale) | OpenCVForUnity.CoreModule.Core | static |
multiply(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
mulTransposed(Mat src, Mat dst, bool aTa, Mat delta, double scale, int dtype) | OpenCVForUnity.CoreModule.Core | static |
mulTransposed(Mat src, Mat dst, bool aTa, Mat delta, double scale) | OpenCVForUnity.CoreModule.Core | static |
mulTransposed(Mat src, Mat dst, bool aTa, Mat delta) | OpenCVForUnity.CoreModule.Core | static |
mulTransposed(Mat src, Mat dst, bool aTa) | OpenCVForUnity.CoreModule.Core | static |
NATIVE_LIBRARY_NAME | OpenCVForUnity.CoreModule.Core | static |
norm(Mat src1, int normType, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
norm(Mat src1, int normType) | OpenCVForUnity.CoreModule.Core | static |
norm(Mat src1) | OpenCVForUnity.CoreModule.Core | static |
norm(Mat src1, Mat src2, int normType, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
norm(Mat src1, Mat src2, int normType) | OpenCVForUnity.CoreModule.Core | static |
norm(Mat src1, Mat src2) | OpenCVForUnity.CoreModule.Core | static |
NORM_HAMMING | OpenCVForUnity.CoreModule.Core | static |
NORM_HAMMING2 | OpenCVForUnity.CoreModule.Core | static |
NORM_INF | OpenCVForUnity.CoreModule.Core | static |
NORM_L1 | OpenCVForUnity.CoreModule.Core | static |
NORM_L2 | OpenCVForUnity.CoreModule.Core | static |
NORM_L2SQR | OpenCVForUnity.CoreModule.Core | static |
NORM_MINMAX | OpenCVForUnity.CoreModule.Core | static |
NORM_RELATIVE | OpenCVForUnity.CoreModule.Core | static |
NORM_TYPE_MASK | OpenCVForUnity.CoreModule.Core | static |
normalize(Mat src, Mat dst, double alpha, double beta, int norm_type, int dtype, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
normalize(Mat src, Mat dst, double alpha, double beta, int norm_type, int dtype) | OpenCVForUnity.CoreModule.Core | static |
normalize(Mat src, Mat dst, double alpha, double beta, int norm_type) | OpenCVForUnity.CoreModule.Core | static |
normalize(Mat src, Mat dst, double alpha, double beta) | OpenCVForUnity.CoreModule.Core | static |
normalize(Mat src, Mat dst, double alpha) | OpenCVForUnity.CoreModule.Core | static |
normalize(Mat src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
OpenCLApiCallError | OpenCVForUnity.CoreModule.Core | static |
OpenCLDoubleNotSupported | OpenCVForUnity.CoreModule.Core | static |
OpenCLInitError | OpenCVForUnity.CoreModule.Core | static |
OpenCLNoAMDBlasFft | OpenCVForUnity.CoreModule.Core | static |
OpenGlApiCallError | OpenCVForUnity.CoreModule.Core | static |
OpenGlNotSupported | OpenCVForUnity.CoreModule.Core | static |
Param_ALGORITHM | OpenCVForUnity.CoreModule.Core | static |
Param_BOOLEAN | OpenCVForUnity.CoreModule.Core | static |
Param_FLOAT | OpenCVForUnity.CoreModule.Core | static |
Param_INT | OpenCVForUnity.CoreModule.Core | static |
Param_MAT | OpenCVForUnity.CoreModule.Core | static |
Param_MAT_VECTOR | OpenCVForUnity.CoreModule.Core | static |
Param_REAL | OpenCVForUnity.CoreModule.Core | static |
Param_SCALAR | OpenCVForUnity.CoreModule.Core | static |
Param_STRING | OpenCVForUnity.CoreModule.Core | static |
Param_UCHAR | OpenCVForUnity.CoreModule.Core | static |
Param_UINT64 | OpenCVForUnity.CoreModule.Core | static |
Param_UNSIGNED_INT | OpenCVForUnity.CoreModule.Core | static |
patchNaNs(Mat a, double val) | OpenCVForUnity.CoreModule.Core | static |
patchNaNs(Mat a) | OpenCVForUnity.CoreModule.Core | static |
PCA_DATA_AS_COL | OpenCVForUnity.CoreModule.Core | static |
PCA_DATA_AS_ROW | OpenCVForUnity.CoreModule.Core | static |
PCA_USE_AVG | OpenCVForUnity.CoreModule.Core | static |
PCABackProject(Mat data, Mat mean, Mat eigenvectors, Mat result) | OpenCVForUnity.CoreModule.Core | static |
PCACompute(Mat data, Mat mean, Mat eigenvectors, int maxComponents) | OpenCVForUnity.CoreModule.Core | static |
PCACompute(Mat data, Mat mean, Mat eigenvectors) | OpenCVForUnity.CoreModule.Core | static |
PCACompute(Mat data, Mat mean, Mat eigenvectors, double retainedVariance) | OpenCVForUnity.CoreModule.Core | static |
PCACompute2(Mat data, Mat mean, Mat eigenvectors, Mat eigenvalues, int maxComponents) | OpenCVForUnity.CoreModule.Core | static |
PCACompute2(Mat data, Mat mean, Mat eigenvectors, Mat eigenvalues) | OpenCVForUnity.CoreModule.Core | static |
PCACompute2(Mat data, Mat mean, Mat eigenvectors, Mat eigenvalues, double retainedVariance) | OpenCVForUnity.CoreModule.Core | static |
PCAProject(Mat data, Mat mean, Mat eigenvectors, Mat result) | OpenCVForUnity.CoreModule.Core | static |
perspectiveTransform(Mat src, Mat dst, Mat m) | OpenCVForUnity.CoreModule.Core | static |
phase(Mat x, Mat y, Mat angle, bool angleInDegrees) | OpenCVForUnity.CoreModule.Core | static |
phase(Mat x, Mat y, Mat angle) | OpenCVForUnity.CoreModule.Core | static |
polarToCart(Mat magnitude, Mat angle, Mat x, Mat y, bool angleInDegrees) | OpenCVForUnity.CoreModule.Core | static |
polarToCart(Mat magnitude, Mat angle, Mat x, Mat y) | OpenCVForUnity.CoreModule.Core | static |
pow(Mat src, double power, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
PSNR(Mat src1, Mat src2, double R) | OpenCVForUnity.CoreModule.Core | static |
PSNR(Mat src1, Mat src2) | OpenCVForUnity.CoreModule.Core | static |
randn(Mat dst, double mean, double stddev) | OpenCVForUnity.CoreModule.Core | static |
randShuffle(Mat dst, double iterFactor) | OpenCVForUnity.CoreModule.Core | static |
randShuffle(Mat dst) | OpenCVForUnity.CoreModule.Core | static |
randu(Mat dst, double low, double high) | OpenCVForUnity.CoreModule.Core | static |
reduce(Mat src, Mat dst, int dim, int rtype, int dtype) | OpenCVForUnity.CoreModule.Core | static |
reduce(Mat src, Mat dst, int dim, int rtype) | OpenCVForUnity.CoreModule.Core | static |
REDUCE_AVG | OpenCVForUnity.CoreModule.Core | static |
REDUCE_MAX | OpenCVForUnity.CoreModule.Core | static |
REDUCE_MIN | OpenCVForUnity.CoreModule.Core | static |
REDUCE_SUM | OpenCVForUnity.CoreModule.Core | static |
REDUCE_SUM2 | OpenCVForUnity.CoreModule.Core | static |
reduceArgMax(Mat src, Mat dst, int axis, bool lastIndex) | OpenCVForUnity.CoreModule.Core | static |
reduceArgMax(Mat src, Mat dst, int axis) | OpenCVForUnity.CoreModule.Core | static |
reduceArgMin(Mat src, Mat dst, int axis, bool lastIndex) | OpenCVForUnity.CoreModule.Core | static |
reduceArgMin(Mat src, Mat dst, int axis) | OpenCVForUnity.CoreModule.Core | static |
repeat(Mat src, int ny, int nx, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
RNG_NORMAL | OpenCVForUnity.CoreModule.Core | static |
RNG_UNIFORM | OpenCVForUnity.CoreModule.Core | static |
rotate(Mat src, Mat dst, int rotateCode) | OpenCVForUnity.CoreModule.Core | static |
ROTATE_180 | OpenCVForUnity.CoreModule.Core | static |
ROTATE_90_CLOCKWISE | OpenCVForUnity.CoreModule.Core | static |
ROTATE_90_COUNTERCLOCKWISE | OpenCVForUnity.CoreModule.Core | static |
scaleAdd(Mat src1, double alpha, Mat src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
setErrorVerbosity(bool verbose) | OpenCVForUnity.CoreModule.Core | static |
setIdentity(Mat mtx, Scalar s) | OpenCVForUnity.CoreModule.Core | static |
setIdentity(Mat mtx) | OpenCVForUnity.CoreModule.Core | static |
setIdentity(Mat mtx, in Vec4d s) | OpenCVForUnity.CoreModule.Core | static |
setIdentity(Mat mtx, in(double v0, double v1, double v2, double v3) s) | OpenCVForUnity.CoreModule.Core | static |
setNumThreads(int nthreads) | OpenCVForUnity.CoreModule.Core | static |
setRNGSeed(int seed) | OpenCVForUnity.CoreModule.Core | static |
setUseIPP(bool flag) | OpenCVForUnity.CoreModule.Core | static |
setUseIPP_NotExact(bool flag) | OpenCVForUnity.CoreModule.Core | static |
setUseOptimized(bool onoff) | OpenCVForUnity.CoreModule.Core | static |
solve(Mat src1, Mat src2, Mat dst, int flags) | OpenCVForUnity.CoreModule.Core | static |
solve(Mat src1, Mat src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
solveCubic(Mat coeffs, Mat roots) | OpenCVForUnity.CoreModule.Core | static |
solvePoly(Mat coeffs, Mat roots, int maxIters) | OpenCVForUnity.CoreModule.Core | static |
solvePoly(Mat coeffs, Mat roots) | OpenCVForUnity.CoreModule.Core | static |
sort(Mat src, Mat dst, int flags) | OpenCVForUnity.CoreModule.Core | static |
SORT_ASCENDING | OpenCVForUnity.CoreModule.Core | static |
SORT_DESCENDING | OpenCVForUnity.CoreModule.Core | static |
SORT_EVERY_COLUMN | OpenCVForUnity.CoreModule.Core | static |
SORT_EVERY_ROW | OpenCVForUnity.CoreModule.Core | static |
sortIdx(Mat src, Mat dst, int flags) | OpenCVForUnity.CoreModule.Core | static |
split(Mat m, List< Mat > mv) | OpenCVForUnity.CoreModule.Core | static |
sqrt(Mat src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
StsAssert | OpenCVForUnity.CoreModule.Core | static |
StsAutoTrace | OpenCVForUnity.CoreModule.Core | static |
StsBackTrace | OpenCVForUnity.CoreModule.Core | static |
StsBadArg | OpenCVForUnity.CoreModule.Core | static |
StsBadFlag | OpenCVForUnity.CoreModule.Core | static |
StsBadFunc | OpenCVForUnity.CoreModule.Core | static |
StsBadMask | OpenCVForUnity.CoreModule.Core | static |
StsBadMemBlock | OpenCVForUnity.CoreModule.Core | static |
StsBadPoint | OpenCVForUnity.CoreModule.Core | static |
StsBadSize | OpenCVForUnity.CoreModule.Core | static |
StsDivByZero | OpenCVForUnity.CoreModule.Core | static |
StsError | OpenCVForUnity.CoreModule.Core | static |
StsFilterOffsetErr | OpenCVForUnity.CoreModule.Core | static |
StsFilterStructContentErr | OpenCVForUnity.CoreModule.Core | static |
StsInplaceNotSupported | OpenCVForUnity.CoreModule.Core | static |
StsInternal | OpenCVForUnity.CoreModule.Core | static |
StsKernelStructContentErr | OpenCVForUnity.CoreModule.Core | static |
StsNoConv | OpenCVForUnity.CoreModule.Core | static |
StsNoMem | OpenCVForUnity.CoreModule.Core | static |
StsNotImplemented | OpenCVForUnity.CoreModule.Core | static |
StsNullPtr | OpenCVForUnity.CoreModule.Core | static |
StsObjectNotFound | OpenCVForUnity.CoreModule.Core | static |
StsOk | OpenCVForUnity.CoreModule.Core | static |
StsOutOfRange | OpenCVForUnity.CoreModule.Core | static |
StsParseError | OpenCVForUnity.CoreModule.Core | static |
StsUnmatchedFormats | OpenCVForUnity.CoreModule.Core | static |
StsUnmatchedSizes | OpenCVForUnity.CoreModule.Core | static |
StsUnsupportedFormat | OpenCVForUnity.CoreModule.Core | static |
StsVecLengthErr | OpenCVForUnity.CoreModule.Core | static |
subtract(Mat src1, Mat src2, Mat dst, Mat mask, int dtype) | OpenCVForUnity.CoreModule.Core | static |
subtract(Mat src1, Mat src2, Mat dst, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
subtract(Mat src1, Mat src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
subtract(Mat src1, Scalar src2, Mat dst, Mat mask, int dtype) | OpenCVForUnity.CoreModule.Core | static |
subtract(Mat src1, Scalar src2, Mat dst, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
subtract(Mat src1, Scalar src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
subtract(Mat src1, in Vec4d src2, Mat dst, Mat mask, int dtype) | OpenCVForUnity.CoreModule.Core | static |
subtract(Mat src1, in Vec4d src2, Mat dst, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
subtract(Mat src1, in Vec4d src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
subtract(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, Mat mask, int dtype) | OpenCVForUnity.CoreModule.Core | static |
subtract(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, Mat mask) | OpenCVForUnity.CoreModule.Core | static |
subtract(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
sumElems(Mat src) | OpenCVForUnity.CoreModule.Core | static |
sumElemsAsValueTuple(Mat src) | OpenCVForUnity.CoreModule.Core | static |
sumElemsAsVec4d(Mat src) | OpenCVForUnity.CoreModule.Core | static |
SVBackSubst(Mat w, Mat u, Mat vt, Mat rhs, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
SVD_FULL_UV | OpenCVForUnity.CoreModule.Core | static |
SVD_MODIFY_A | OpenCVForUnity.CoreModule.Core | static |
SVD_NO_UV | OpenCVForUnity.CoreModule.Core | static |
SVDecomp(Mat src, Mat w, Mat u, Mat vt, int flags) | OpenCVForUnity.CoreModule.Core | static |
SVDecomp(Mat src, Mat w, Mat u, Mat vt) | OpenCVForUnity.CoreModule.Core | static |
trace(Mat mtx) | OpenCVForUnity.CoreModule.Core | static |
traceAsValueTuple(Mat mtx) | OpenCVForUnity.CoreModule.Core | static |
traceAsVec4d(Mat mtx) | OpenCVForUnity.CoreModule.Core | static |
transform(Mat src, Mat dst, Mat m) | OpenCVForUnity.CoreModule.Core | static |
transpose(Mat src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
transposeND(Mat src, MatOfInt order, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
useIPP() | OpenCVForUnity.CoreModule.Core | static |
useIPP_NotExact() | OpenCVForUnity.CoreModule.Core | static |
useOptimized() | OpenCVForUnity.CoreModule.Core | static |
v0 | OpenCVForUnity.CoreModule.Core | static |
v1 | OpenCVForUnity.CoreModule.Core | static |
v2 | OpenCVForUnity.CoreModule.Core | static |
vconcat(List< Mat > src, Mat dst) | OpenCVForUnity.CoreModule.Core | static |
VERSION | OpenCVForUnity.CoreModule.Core | static |
VERSION_MAJOR | OpenCVForUnity.CoreModule.Core | static |
VERSION_MINOR | OpenCVForUnity.CoreModule.Core | static |
VERSION_REVISION | OpenCVForUnity.CoreModule.Core | static |
VERSION_STATUS | OpenCVForUnity.CoreModule.Core | static |