OpenCV for Unity 2.6.3
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
Loading...
Searching...
No Matches
OpenCVForUnity.CoreModule.Core Member List

This is the complete list of members for OpenCVForUnity.CoreModule.Core, including all inherited members.

absdiff(Mat src1, Mat src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
absdiff(Mat src1, Scalar src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
absdiff(Mat src1, in Vec4d src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
absdiff(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
add(Mat src1, Mat src2, Mat dst, Mat mask, int dtype)OpenCVForUnity.CoreModule.Corestatic
add(Mat src1, Mat src2, Mat dst, Mat mask)OpenCVForUnity.CoreModule.Corestatic
add(Mat src1, Mat src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
add(Mat src1, Scalar src2, Mat dst, Mat mask, int dtype)OpenCVForUnity.CoreModule.Corestatic
add(Mat src1, Scalar src2, Mat dst, Mat mask)OpenCVForUnity.CoreModule.Corestatic
add(Mat src1, Scalar src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
add(Mat src1, in Vec4d src2, Mat dst, Mat mask, int dtype)OpenCVForUnity.CoreModule.Corestatic
add(Mat src1, in Vec4d src2, Mat dst, Mat mask)OpenCVForUnity.CoreModule.Corestatic
add(Mat src1, in Vec4d src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
add(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, Mat mask, int dtype)OpenCVForUnity.CoreModule.Corestatic
add(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, Mat mask)OpenCVForUnity.CoreModule.Corestatic
add(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
addSamplesDataSearchPath(string path)OpenCVForUnity.CoreModule.Corestatic
addSamplesDataSearchSubDirectory(string subdir)OpenCVForUnity.CoreModule.Corestatic
addWeighted(Mat src1, double alpha, Mat src2, double beta, double gamma, Mat dst, int dtype)OpenCVForUnity.CoreModule.Corestatic
addWeighted(Mat src1, double alpha, Mat src2, double beta, double gamma, Mat dst)OpenCVForUnity.CoreModule.Corestatic
BadAlignOpenCVForUnity.CoreModule.Corestatic
BadAlphaChannelOpenCVForUnity.CoreModule.Corestatic
BadCallBackOpenCVForUnity.CoreModule.Corestatic
BadCOIOpenCVForUnity.CoreModule.Corestatic
BadDataPtrOpenCVForUnity.CoreModule.Corestatic
BadDepthOpenCVForUnity.CoreModule.Corestatic
BadImageSizeOpenCVForUnity.CoreModule.Corestatic
BadModelOrChSeqOpenCVForUnity.CoreModule.Corestatic
BadNumChannel1UOpenCVForUnity.CoreModule.Corestatic
BadNumChannelsOpenCVForUnity.CoreModule.Corestatic
BadOffsetOpenCVForUnity.CoreModule.Corestatic
BadOrderOpenCVForUnity.CoreModule.Corestatic
BadOriginOpenCVForUnity.CoreModule.Corestatic
BadROISizeOpenCVForUnity.CoreModule.Corestatic
BadStepOpenCVForUnity.CoreModule.Corestatic
BadTileSizeOpenCVForUnity.CoreModule.Corestatic
batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, int K, Mat mask, int update, bool crosscheck)OpenCVForUnity.CoreModule.Corestatic
batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, int K, Mat mask, int update)OpenCVForUnity.CoreModule.Corestatic
batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, int K, Mat mask)OpenCVForUnity.CoreModule.Corestatic
batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, int K)OpenCVForUnity.CoreModule.Corestatic
batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType)OpenCVForUnity.CoreModule.Corestatic
batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx)OpenCVForUnity.CoreModule.Corestatic
bitwise_and(Mat src1, Mat src2, Mat dst, Mat mask)OpenCVForUnity.CoreModule.Corestatic
bitwise_and(Mat src1, Mat src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
bitwise_not(Mat src, Mat dst, Mat mask)OpenCVForUnity.CoreModule.Corestatic
bitwise_not(Mat src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
bitwise_or(Mat src1, Mat src2, Mat dst, Mat mask)OpenCVForUnity.CoreModule.Corestatic
bitwise_or(Mat src1, Mat src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
bitwise_xor(Mat src1, Mat src2, Mat dst, Mat mask)OpenCVForUnity.CoreModule.Corestatic
bitwise_xor(Mat src1, Mat src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
BORDER_CONSTANTOpenCVForUnity.CoreModule.Corestatic
BORDER_DEFAULTOpenCVForUnity.CoreModule.Corestatic
BORDER_ISOLATEDOpenCVForUnity.CoreModule.Corestatic
BORDER_REFLECTOpenCVForUnity.CoreModule.Corestatic
BORDER_REFLECT101OpenCVForUnity.CoreModule.Corestatic
BORDER_REFLECT_101OpenCVForUnity.CoreModule.Corestatic
BORDER_REPLICATEOpenCVForUnity.CoreModule.Corestatic
BORDER_TRANSPARENTOpenCVForUnity.CoreModule.Corestatic
BORDER_WRAPOpenCVForUnity.CoreModule.Corestatic
borderInterpolate(int p, int len, int borderType)OpenCVForUnity.CoreModule.Corestatic
broadcast(Mat src, Mat shape, Mat dst)OpenCVForUnity.CoreModule.Corestatic
calcCovarMatrix(Mat samples, Mat covar, Mat mean, int flags, int ctype)OpenCVForUnity.CoreModule.Corestatic
calcCovarMatrix(Mat samples, Mat covar, Mat mean, int flags)OpenCVForUnity.CoreModule.Corestatic
cartToPolar(Mat x, Mat y, Mat magnitude, Mat angle, bool angleInDegrees)OpenCVForUnity.CoreModule.Corestatic
cartToPolar(Mat x, Mat y, Mat magnitude, Mat angle)OpenCVForUnity.CoreModule.Corestatic
checkHardwareSupport(int feature)OpenCVForUnity.CoreModule.Corestatic
checkRange(Mat a, bool quiet, double minVal, double maxVal)OpenCVForUnity.CoreModule.Corestatic
checkRange(Mat a, bool quiet, double minVal)OpenCVForUnity.CoreModule.Corestatic
checkRange(Mat a, bool quiet)OpenCVForUnity.CoreModule.Corestatic
checkRange(Mat a)OpenCVForUnity.CoreModule.Corestatic
CMP_EQOpenCVForUnity.CoreModule.Corestatic
CMP_GEOpenCVForUnity.CoreModule.Corestatic
CMP_GTOpenCVForUnity.CoreModule.Corestatic
CMP_LEOpenCVForUnity.CoreModule.Corestatic
CMP_LTOpenCVForUnity.CoreModule.Corestatic
CMP_NEOpenCVForUnity.CoreModule.Corestatic
compare(Mat src1, Mat src2, Mat dst, int cmpop)OpenCVForUnity.CoreModule.Corestatic
compare(Mat src1, Scalar src2, Mat dst, int cmpop)OpenCVForUnity.CoreModule.Corestatic
compare(Mat src1, in Vec4d src2, Mat dst, int cmpop)OpenCVForUnity.CoreModule.Corestatic
compare(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, int cmpop)OpenCVForUnity.CoreModule.Corestatic
completeSymm(Mat m, bool lowerToUpper)OpenCVForUnity.CoreModule.Corestatic
completeSymm(Mat m)OpenCVForUnity.CoreModule.Corestatic
convertFp16(Mat src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
convertScaleAbs(Mat src, Mat dst, double alpha, double beta)OpenCVForUnity.CoreModule.Corestatic
convertScaleAbs(Mat src, Mat dst, double alpha)OpenCVForUnity.CoreModule.Corestatic
convertScaleAbs(Mat src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
copyMakeBorder(Mat src, Mat dst, int top, int bottom, int left, int right, int borderType, Scalar value)OpenCVForUnity.CoreModule.Corestatic
copyMakeBorder(Mat src, Mat dst, int top, int bottom, int left, int right, int borderType)OpenCVForUnity.CoreModule.Corestatic
copyMakeBorder(Mat src, Mat dst, int top, int bottom, int left, int right, int borderType, in Vec4d value)OpenCVForUnity.CoreModule.Corestatic
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.Corestatic
copyTo(Mat src, Mat dst, Mat mask)OpenCVForUnity.CoreModule.Corestatic
countNonZero(Mat src)OpenCVForUnity.CoreModule.Corestatic
COVAR_COLSOpenCVForUnity.CoreModule.Corestatic
COVAR_NORMALOpenCVForUnity.CoreModule.Corestatic
COVAR_ROWSOpenCVForUnity.CoreModule.Corestatic
COVAR_SCALEOpenCVForUnity.CoreModule.Corestatic
COVAR_SCRAMBLEDOpenCVForUnity.CoreModule.Corestatic
COVAR_USE_AVGOpenCVForUnity.CoreModule.Corestatic
cubeRoot(float val)OpenCVForUnity.CoreModule.Corestatic
dct(Mat src, Mat dst, int flags)OpenCVForUnity.CoreModule.Corestatic
dct(Mat src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
DCT_INVERSEOpenCVForUnity.CoreModule.Corestatic
DCT_ROWSOpenCVForUnity.CoreModule.Corestatic
DECOMP_CHOLESKYOpenCVForUnity.CoreModule.Corestatic
DECOMP_EIGOpenCVForUnity.CoreModule.Corestatic
DECOMP_LUOpenCVForUnity.CoreModule.Corestatic
DECOMP_NORMALOpenCVForUnity.CoreModule.Corestatic
DECOMP_QROpenCVForUnity.CoreModule.Corestatic
DECOMP_SVDOpenCVForUnity.CoreModule.Corestatic
determinant(Mat mtx)OpenCVForUnity.CoreModule.Corestatic
dft(Mat src, Mat dst, int flags, int nonzeroRows)OpenCVForUnity.CoreModule.Corestatic
dft(Mat src, Mat dst, int flags)OpenCVForUnity.CoreModule.Corestatic
dft(Mat src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
DFT_COMPLEX_INPUTOpenCVForUnity.CoreModule.Corestatic
DFT_COMPLEX_OUTPUTOpenCVForUnity.CoreModule.Corestatic
DFT_INVERSEOpenCVForUnity.CoreModule.Corestatic
DFT_REAL_OUTPUTOpenCVForUnity.CoreModule.Corestatic
DFT_ROWSOpenCVForUnity.CoreModule.Corestatic
DFT_SCALEOpenCVForUnity.CoreModule.Corestatic
divide(Mat src1, Mat src2, Mat dst, double scale, int dtype)OpenCVForUnity.CoreModule.Corestatic
divide(Mat src1, Mat src2, Mat dst, double scale)OpenCVForUnity.CoreModule.Corestatic
divide(Mat src1, Mat src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
divide(double scale, Mat src2, Mat dst, int dtype)OpenCVForUnity.CoreModule.Corestatic
divide(double scale, Mat src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
divide(Mat src1, Scalar src2, Mat dst, double scale, int dtype)OpenCVForUnity.CoreModule.Corestatic
divide(Mat src1, Scalar src2, Mat dst, double scale)OpenCVForUnity.CoreModule.Corestatic
divide(Mat src1, Scalar src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
divide(Mat src1, in Vec4d src2, Mat dst, double scale, int dtype)OpenCVForUnity.CoreModule.Corestatic
divide(Mat src1, in Vec4d src2, Mat dst, double scale)OpenCVForUnity.CoreModule.Corestatic
divide(Mat src1, in Vec4d src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
divide(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, double scale, int dtype)OpenCVForUnity.CoreModule.Corestatic
divide(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, double scale)OpenCVForUnity.CoreModule.Corestatic
divide(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
eigen(Mat src, Mat eigenvalues, Mat eigenvectors)OpenCVForUnity.CoreModule.Corestatic
eigen(Mat src, Mat eigenvalues)OpenCVForUnity.CoreModule.Corestatic
eigenNonSymmetric(Mat src, Mat eigenvalues, Mat eigenvectors)OpenCVForUnity.CoreModule.Corestatic
exp(Mat src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
extractChannel(Mat src, Mat dst, int coi)OpenCVForUnity.CoreModule.Corestatic
fastAtan2(float y, float x)OpenCVForUnity.CoreModule.Corestatic
FILLEDOpenCVForUnity.CoreModule.Corestatic
findFile(string relative_path, bool required, bool silentMode)OpenCVForUnity.CoreModule.Corestatic
findFile(string relative_path, bool required)OpenCVForUnity.CoreModule.Corestatic
findFile(string relative_path)OpenCVForUnity.CoreModule.Corestatic
findFileOrKeep(string relative_path, bool silentMode)OpenCVForUnity.CoreModule.Corestatic
findFileOrKeep(string relative_path)OpenCVForUnity.CoreModule.Corestatic
findNonZero(Mat src, Mat idx)OpenCVForUnity.CoreModule.Corestatic
flip(Mat src, Mat dst, int flipCode)OpenCVForUnity.CoreModule.Corestatic
flipND(Mat src, Mat dst, int axis)OpenCVForUnity.CoreModule.Corestatic
Formatter_FMT_COpenCVForUnity.CoreModule.Corestatic
Formatter_FMT_CSVOpenCVForUnity.CoreModule.Corestatic
Formatter_FMT_DEFAULTOpenCVForUnity.CoreModule.Corestatic
Formatter_FMT_MATLABOpenCVForUnity.CoreModule.Corestatic
Formatter_FMT_NUMPYOpenCVForUnity.CoreModule.Corestatic
Formatter_FMT_PYTHONOpenCVForUnity.CoreModule.Corestatic
gemm(Mat src1, Mat src2, double alpha, Mat src3, double beta, Mat dst, int flags)OpenCVForUnity.CoreModule.Corestatic
gemm(Mat src1, Mat src2, double alpha, Mat src3, double beta, Mat dst)OpenCVForUnity.CoreModule.Corestatic
GEMM_1_TOpenCVForUnity.CoreModule.Corestatic
GEMM_2_TOpenCVForUnity.CoreModule.Corestatic
GEMM_3_TOpenCVForUnity.CoreModule.Corestatic
getBuildInformation()OpenCVForUnity.CoreModule.Corestatic
getCPUFeaturesLine()OpenCVForUnity.CoreModule.Corestatic
getCPUTickCount()OpenCVForUnity.CoreModule.Corestatic
getHardwareFeatureName(int feature)OpenCVForUnity.CoreModule.Corestatic
getIppVersion()OpenCVForUnity.CoreModule.Corestatic
getNumberOfCPUs()OpenCVForUnity.CoreModule.Corestatic
getNumThreads()OpenCVForUnity.CoreModule.Corestatic
getOptimalDFTSize(int vecsize)OpenCVForUnity.CoreModule.Corestatic
getThreadNum()OpenCVForUnity.CoreModule.Corestatic
getTickCount()OpenCVForUnity.CoreModule.Corestatic
getTickFrequency()OpenCVForUnity.CoreModule.Corestatic
getVersionMajor()OpenCVForUnity.CoreModule.Corestatic
getVersionMinor()OpenCVForUnity.CoreModule.Corestatic
getVersionRevision()OpenCVForUnity.CoreModule.Corestatic
getVersionString()OpenCVForUnity.CoreModule.Corestatic
GpuApiCallErrorOpenCVForUnity.CoreModule.Corestatic
GpuNotSupportedOpenCVForUnity.CoreModule.Corestatic
hasNonZero(Mat src)OpenCVForUnity.CoreModule.Corestatic
hconcat(List< Mat > src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
HeaderIsNullOpenCVForUnity.CoreModule.Corestatic
idct(Mat src, Mat dst, int flags)OpenCVForUnity.CoreModule.Corestatic
idct(Mat src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
idft(Mat src, Mat dst, int flags, int nonzeroRows)OpenCVForUnity.CoreModule.Corestatic
idft(Mat src, Mat dst, int flags)OpenCVForUnity.CoreModule.Corestatic
idft(Mat src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
inRange(Mat src, Scalar lowerb, Scalar upperb, Mat dst)OpenCVForUnity.CoreModule.Corestatic
inRange(Mat src, in Vec4d lowerb, in Vec4d upperb, Mat dst)OpenCVForUnity.CoreModule.Corestatic
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.Corestatic
insertChannel(Mat src, Mat dst, int coi)OpenCVForUnity.CoreModule.Corestatic
invert(Mat src, Mat dst, int flags)OpenCVForUnity.CoreModule.Corestatic
invert(Mat src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
kmeans(Mat data, int K, Mat bestLabels, TermCriteria criteria, int attempts, int flags, Mat centers)OpenCVForUnity.CoreModule.Corestatic
kmeans(Mat data, int K, Mat bestLabels, TermCriteria criteria, int attempts, int flags)OpenCVForUnity.CoreModule.Corestatic
kmeans(Mat data, int K, Mat bestLabels, in Vec3d criteria, int attempts, int flags, Mat centers)OpenCVForUnity.CoreModule.Corestatic
kmeans(Mat data, int K, Mat bestLabels, in Vec3d criteria, int attempts, int flags)OpenCVForUnity.CoreModule.Corestatic
kmeans(Mat data, int K, Mat bestLabels, in(double type, double maxCount, double epsilon) criteria, int attempts, int flags, Mat centers)OpenCVForUnity.CoreModule.Corestatic
kmeans(Mat data, int K, Mat bestLabels, in(double type, double maxCount, double epsilon) criteria, int attempts, int flags)OpenCVForUnity.CoreModule.Corestatic
KMEANS_PP_CENTERSOpenCVForUnity.CoreModule.Corestatic
KMEANS_RANDOM_CENTERSOpenCVForUnity.CoreModule.Corestatic
KMEANS_USE_INITIAL_LABELSOpenCVForUnity.CoreModule.Corestatic
log(Mat src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
LUT(Mat src, Mat lut, Mat dst)OpenCVForUnity.CoreModule.Corestatic
magnitude(Mat x, Mat y, Mat magnitude)OpenCVForUnity.CoreModule.Corestatic
Mahalanobis(Mat v1, Mat v2, Mat icovar)OpenCVForUnity.CoreModule.Corestatic
MaskIsTiledOpenCVForUnity.CoreModule.Corestatic
max(Mat src1, Mat src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
max(Mat src1, Scalar src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
max(Mat src1, in Vec4d src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
max(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
mean(Mat src, Mat mask)OpenCVForUnity.CoreModule.Corestatic
mean(Mat src)OpenCVForUnity.CoreModule.Corestatic
meanAsValueTuple(Mat src, Mat mask)OpenCVForUnity.CoreModule.Corestatic
meanAsValueTuple(Mat src)OpenCVForUnity.CoreModule.Corestatic
meanAsVec4d(Mat src, Mat mask)OpenCVForUnity.CoreModule.Corestatic
meanAsVec4d(Mat src)OpenCVForUnity.CoreModule.Corestatic
meanStdDev(Mat src, MatOfDouble mean, MatOfDouble stddev, Mat mask)OpenCVForUnity.CoreModule.Corestatic
meanStdDev(Mat src, MatOfDouble mean, MatOfDouble stddev)OpenCVForUnity.CoreModule.Corestatic
merge(List< Mat > mv, Mat dst)OpenCVForUnity.CoreModule.Corestatic
min(Mat src1, Mat src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
min(Mat src1, Scalar src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
min(Mat src1, in Vec4d src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
min(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
minMaxLoc(Mat src, Mat mask)OpenCVForUnity.CoreModule.Corestatic
minMaxLoc(Mat src)OpenCVForUnity.CoreModule.Corestatic
mixChannels(List< Mat > src, List< Mat > dst, MatOfInt fromTo)OpenCVForUnity.CoreModule.Corestatic
mulSpectrums(Mat a, Mat b, Mat c, int flags, bool conjB)OpenCVForUnity.CoreModule.Corestatic
mulSpectrums(Mat a, Mat b, Mat c, int flags)OpenCVForUnity.CoreModule.Corestatic
multiply(Mat src1, Mat src2, Mat dst, double scale, int dtype)OpenCVForUnity.CoreModule.Corestatic
multiply(Mat src1, Mat src2, Mat dst, double scale)OpenCVForUnity.CoreModule.Corestatic
multiply(Mat src1, Mat src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
multiply(Mat src1, Scalar src2, Mat dst, double scale, int dtype)OpenCVForUnity.CoreModule.Corestatic
multiply(Mat src1, Scalar src2, Mat dst, double scale)OpenCVForUnity.CoreModule.Corestatic
multiply(Mat src1, Scalar src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
multiply(Mat src1, in Vec4d src2, Mat dst, double scale, int dtype)OpenCVForUnity.CoreModule.Corestatic
multiply(Mat src1, in Vec4d src2, Mat dst, double scale)OpenCVForUnity.CoreModule.Corestatic
multiply(Mat src1, in Vec4d src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
multiply(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, double scale, int dtype)OpenCVForUnity.CoreModule.Corestatic
multiply(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, double scale)OpenCVForUnity.CoreModule.Corestatic
multiply(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
mulTransposed(Mat src, Mat dst, bool aTa, Mat delta, double scale, int dtype)OpenCVForUnity.CoreModule.Corestatic
mulTransposed(Mat src, Mat dst, bool aTa, Mat delta, double scale)OpenCVForUnity.CoreModule.Corestatic
mulTransposed(Mat src, Mat dst, bool aTa, Mat delta)OpenCVForUnity.CoreModule.Corestatic
mulTransposed(Mat src, Mat dst, bool aTa)OpenCVForUnity.CoreModule.Corestatic
NATIVE_LIBRARY_NAMEOpenCVForUnity.CoreModule.Corestatic
norm(Mat src1, int normType, Mat mask)OpenCVForUnity.CoreModule.Corestatic
norm(Mat src1, int normType)OpenCVForUnity.CoreModule.Corestatic
norm(Mat src1)OpenCVForUnity.CoreModule.Corestatic
norm(Mat src1, Mat src2, int normType, Mat mask)OpenCVForUnity.CoreModule.Corestatic
norm(Mat src1, Mat src2, int normType)OpenCVForUnity.CoreModule.Corestatic
norm(Mat src1, Mat src2)OpenCVForUnity.CoreModule.Corestatic
NORM_HAMMINGOpenCVForUnity.CoreModule.Corestatic
NORM_HAMMING2OpenCVForUnity.CoreModule.Corestatic
NORM_INFOpenCVForUnity.CoreModule.Corestatic
NORM_L1OpenCVForUnity.CoreModule.Corestatic
NORM_L2OpenCVForUnity.CoreModule.Corestatic
NORM_L2SQROpenCVForUnity.CoreModule.Corestatic
NORM_MINMAXOpenCVForUnity.CoreModule.Corestatic
NORM_RELATIVEOpenCVForUnity.CoreModule.Corestatic
NORM_TYPE_MASKOpenCVForUnity.CoreModule.Corestatic
normalize(Mat src, Mat dst, double alpha, double beta, int norm_type, int dtype, Mat mask)OpenCVForUnity.CoreModule.Corestatic
normalize(Mat src, Mat dst, double alpha, double beta, int norm_type, int dtype)OpenCVForUnity.CoreModule.Corestatic
normalize(Mat src, Mat dst, double alpha, double beta, int norm_type)OpenCVForUnity.CoreModule.Corestatic
normalize(Mat src, Mat dst, double alpha, double beta)OpenCVForUnity.CoreModule.Corestatic
normalize(Mat src, Mat dst, double alpha)OpenCVForUnity.CoreModule.Corestatic
normalize(Mat src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
OpenCLApiCallErrorOpenCVForUnity.CoreModule.Corestatic
OpenCLDoubleNotSupportedOpenCVForUnity.CoreModule.Corestatic
OpenCLInitErrorOpenCVForUnity.CoreModule.Corestatic
OpenCLNoAMDBlasFftOpenCVForUnity.CoreModule.Corestatic
OpenGlApiCallErrorOpenCVForUnity.CoreModule.Corestatic
OpenGlNotSupportedOpenCVForUnity.CoreModule.Corestatic
Param_ALGORITHMOpenCVForUnity.CoreModule.Corestatic
Param_BOOLEANOpenCVForUnity.CoreModule.Corestatic
Param_FLOATOpenCVForUnity.CoreModule.Corestatic
Param_INTOpenCVForUnity.CoreModule.Corestatic
Param_MATOpenCVForUnity.CoreModule.Corestatic
Param_MAT_VECTOROpenCVForUnity.CoreModule.Corestatic
Param_REALOpenCVForUnity.CoreModule.Corestatic
Param_SCALAROpenCVForUnity.CoreModule.Corestatic
Param_STRINGOpenCVForUnity.CoreModule.Corestatic
Param_UCHAROpenCVForUnity.CoreModule.Corestatic
Param_UINT64OpenCVForUnity.CoreModule.Corestatic
Param_UNSIGNED_INTOpenCVForUnity.CoreModule.Corestatic
patchNaNs(Mat a, double val)OpenCVForUnity.CoreModule.Corestatic
patchNaNs(Mat a)OpenCVForUnity.CoreModule.Corestatic
PCA_DATA_AS_COLOpenCVForUnity.CoreModule.Corestatic
PCA_DATA_AS_ROWOpenCVForUnity.CoreModule.Corestatic
PCA_USE_AVGOpenCVForUnity.CoreModule.Corestatic
PCABackProject(Mat data, Mat mean, Mat eigenvectors, Mat result)OpenCVForUnity.CoreModule.Corestatic
PCACompute(Mat data, Mat mean, Mat eigenvectors, int maxComponents)OpenCVForUnity.CoreModule.Corestatic
PCACompute(Mat data, Mat mean, Mat eigenvectors)OpenCVForUnity.CoreModule.Corestatic
PCACompute(Mat data, Mat mean, Mat eigenvectors, double retainedVariance)OpenCVForUnity.CoreModule.Corestatic
PCACompute2(Mat data, Mat mean, Mat eigenvectors, Mat eigenvalues, int maxComponents)OpenCVForUnity.CoreModule.Corestatic
PCACompute2(Mat data, Mat mean, Mat eigenvectors, Mat eigenvalues)OpenCVForUnity.CoreModule.Corestatic
PCACompute2(Mat data, Mat mean, Mat eigenvectors, Mat eigenvalues, double retainedVariance)OpenCVForUnity.CoreModule.Corestatic
PCAProject(Mat data, Mat mean, Mat eigenvectors, Mat result)OpenCVForUnity.CoreModule.Corestatic
perspectiveTransform(Mat src, Mat dst, Mat m)OpenCVForUnity.CoreModule.Corestatic
phase(Mat x, Mat y, Mat angle, bool angleInDegrees)OpenCVForUnity.CoreModule.Corestatic
phase(Mat x, Mat y, Mat angle)OpenCVForUnity.CoreModule.Corestatic
polarToCart(Mat magnitude, Mat angle, Mat x, Mat y, bool angleInDegrees)OpenCVForUnity.CoreModule.Corestatic
polarToCart(Mat magnitude, Mat angle, Mat x, Mat y)OpenCVForUnity.CoreModule.Corestatic
pow(Mat src, double power, Mat dst)OpenCVForUnity.CoreModule.Corestatic
PSNR(Mat src1, Mat src2, double R)OpenCVForUnity.CoreModule.Corestatic
PSNR(Mat src1, Mat src2)OpenCVForUnity.CoreModule.Corestatic
randn(Mat dst, double mean, double stddev)OpenCVForUnity.CoreModule.Corestatic
randShuffle(Mat dst, double iterFactor)OpenCVForUnity.CoreModule.Corestatic
randShuffle(Mat dst)OpenCVForUnity.CoreModule.Corestatic
randu(Mat dst, double low, double high)OpenCVForUnity.CoreModule.Corestatic
reduce(Mat src, Mat dst, int dim, int rtype, int dtype)OpenCVForUnity.CoreModule.Corestatic
reduce(Mat src, Mat dst, int dim, int rtype)OpenCVForUnity.CoreModule.Corestatic
REDUCE_AVGOpenCVForUnity.CoreModule.Corestatic
REDUCE_MAXOpenCVForUnity.CoreModule.Corestatic
REDUCE_MINOpenCVForUnity.CoreModule.Corestatic
REDUCE_SUMOpenCVForUnity.CoreModule.Corestatic
REDUCE_SUM2OpenCVForUnity.CoreModule.Corestatic
reduceArgMax(Mat src, Mat dst, int axis, bool lastIndex)OpenCVForUnity.CoreModule.Corestatic
reduceArgMax(Mat src, Mat dst, int axis)OpenCVForUnity.CoreModule.Corestatic
reduceArgMin(Mat src, Mat dst, int axis, bool lastIndex)OpenCVForUnity.CoreModule.Corestatic
reduceArgMin(Mat src, Mat dst, int axis)OpenCVForUnity.CoreModule.Corestatic
repeat(Mat src, int ny, int nx, Mat dst)OpenCVForUnity.CoreModule.Corestatic
RNG_NORMALOpenCVForUnity.CoreModule.Corestatic
RNG_UNIFORMOpenCVForUnity.CoreModule.Corestatic
rotate(Mat src, Mat dst, int rotateCode)OpenCVForUnity.CoreModule.Corestatic
ROTATE_180OpenCVForUnity.CoreModule.Corestatic
ROTATE_90_CLOCKWISEOpenCVForUnity.CoreModule.Corestatic
ROTATE_90_COUNTERCLOCKWISEOpenCVForUnity.CoreModule.Corestatic
scaleAdd(Mat src1, double alpha, Mat src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
setErrorVerbosity(bool verbose)OpenCVForUnity.CoreModule.Corestatic
setIdentity(Mat mtx, Scalar s)OpenCVForUnity.CoreModule.Corestatic
setIdentity(Mat mtx)OpenCVForUnity.CoreModule.Corestatic
setIdentity(Mat mtx, in Vec4d s)OpenCVForUnity.CoreModule.Corestatic
setIdentity(Mat mtx, in(double v0, double v1, double v2, double v3) s)OpenCVForUnity.CoreModule.Corestatic
setNumThreads(int nthreads)OpenCVForUnity.CoreModule.Corestatic
setRNGSeed(int seed)OpenCVForUnity.CoreModule.Corestatic
setUseIPP(bool flag)OpenCVForUnity.CoreModule.Corestatic
setUseIPP_NotExact(bool flag)OpenCVForUnity.CoreModule.Corestatic
setUseOptimized(bool onoff)OpenCVForUnity.CoreModule.Corestatic
solve(Mat src1, Mat src2, Mat dst, int flags)OpenCVForUnity.CoreModule.Corestatic
solve(Mat src1, Mat src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
solveCubic(Mat coeffs, Mat roots)OpenCVForUnity.CoreModule.Corestatic
solvePoly(Mat coeffs, Mat roots, int maxIters)OpenCVForUnity.CoreModule.Corestatic
solvePoly(Mat coeffs, Mat roots)OpenCVForUnity.CoreModule.Corestatic
sort(Mat src, Mat dst, int flags)OpenCVForUnity.CoreModule.Corestatic
SORT_ASCENDINGOpenCVForUnity.CoreModule.Corestatic
SORT_DESCENDINGOpenCVForUnity.CoreModule.Corestatic
SORT_EVERY_COLUMNOpenCVForUnity.CoreModule.Corestatic
SORT_EVERY_ROWOpenCVForUnity.CoreModule.Corestatic
sortIdx(Mat src, Mat dst, int flags)OpenCVForUnity.CoreModule.Corestatic
split(Mat m, List< Mat > mv)OpenCVForUnity.CoreModule.Corestatic
sqrt(Mat src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
StsAssertOpenCVForUnity.CoreModule.Corestatic
StsAutoTraceOpenCVForUnity.CoreModule.Corestatic
StsBackTraceOpenCVForUnity.CoreModule.Corestatic
StsBadArgOpenCVForUnity.CoreModule.Corestatic
StsBadFlagOpenCVForUnity.CoreModule.Corestatic
StsBadFuncOpenCVForUnity.CoreModule.Corestatic
StsBadMaskOpenCVForUnity.CoreModule.Corestatic
StsBadMemBlockOpenCVForUnity.CoreModule.Corestatic
StsBadPointOpenCVForUnity.CoreModule.Corestatic
StsBadSizeOpenCVForUnity.CoreModule.Corestatic
StsDivByZeroOpenCVForUnity.CoreModule.Corestatic
StsErrorOpenCVForUnity.CoreModule.Corestatic
StsFilterOffsetErrOpenCVForUnity.CoreModule.Corestatic
StsFilterStructContentErrOpenCVForUnity.CoreModule.Corestatic
StsInplaceNotSupportedOpenCVForUnity.CoreModule.Corestatic
StsInternalOpenCVForUnity.CoreModule.Corestatic
StsKernelStructContentErrOpenCVForUnity.CoreModule.Corestatic
StsNoConvOpenCVForUnity.CoreModule.Corestatic
StsNoMemOpenCVForUnity.CoreModule.Corestatic
StsNotImplementedOpenCVForUnity.CoreModule.Corestatic
StsNullPtrOpenCVForUnity.CoreModule.Corestatic
StsObjectNotFoundOpenCVForUnity.CoreModule.Corestatic
StsOkOpenCVForUnity.CoreModule.Corestatic
StsOutOfRangeOpenCVForUnity.CoreModule.Corestatic
StsParseErrorOpenCVForUnity.CoreModule.Corestatic
StsUnmatchedFormatsOpenCVForUnity.CoreModule.Corestatic
StsUnmatchedSizesOpenCVForUnity.CoreModule.Corestatic
StsUnsupportedFormatOpenCVForUnity.CoreModule.Corestatic
StsVecLengthErrOpenCVForUnity.CoreModule.Corestatic
subtract(Mat src1, Mat src2, Mat dst, Mat mask, int dtype)OpenCVForUnity.CoreModule.Corestatic
subtract(Mat src1, Mat src2, Mat dst, Mat mask)OpenCVForUnity.CoreModule.Corestatic
subtract(Mat src1, Mat src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
subtract(Mat src1, Scalar src2, Mat dst, Mat mask, int dtype)OpenCVForUnity.CoreModule.Corestatic
subtract(Mat src1, Scalar src2, Mat dst, Mat mask)OpenCVForUnity.CoreModule.Corestatic
subtract(Mat src1, Scalar src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
subtract(Mat src1, in Vec4d src2, Mat dst, Mat mask, int dtype)OpenCVForUnity.CoreModule.Corestatic
subtract(Mat src1, in Vec4d src2, Mat dst, Mat mask)OpenCVForUnity.CoreModule.Corestatic
subtract(Mat src1, in Vec4d src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
subtract(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, Mat mask, int dtype)OpenCVForUnity.CoreModule.Corestatic
subtract(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst, Mat mask)OpenCVForUnity.CoreModule.Corestatic
subtract(Mat src1, in(double v0, double v1, double v2, double v3) src2, Mat dst)OpenCVForUnity.CoreModule.Corestatic
sumElems(Mat src)OpenCVForUnity.CoreModule.Corestatic
sumElemsAsValueTuple(Mat src)OpenCVForUnity.CoreModule.Corestatic
sumElemsAsVec4d(Mat src)OpenCVForUnity.CoreModule.Corestatic
SVBackSubst(Mat w, Mat u, Mat vt, Mat rhs, Mat dst)OpenCVForUnity.CoreModule.Corestatic
SVD_FULL_UVOpenCVForUnity.CoreModule.Corestatic
SVD_MODIFY_AOpenCVForUnity.CoreModule.Corestatic
SVD_NO_UVOpenCVForUnity.CoreModule.Corestatic
SVDecomp(Mat src, Mat w, Mat u, Mat vt, int flags)OpenCVForUnity.CoreModule.Corestatic
SVDecomp(Mat src, Mat w, Mat u, Mat vt)OpenCVForUnity.CoreModule.Corestatic
trace(Mat mtx)OpenCVForUnity.CoreModule.Corestatic
traceAsValueTuple(Mat mtx)OpenCVForUnity.CoreModule.Corestatic
traceAsVec4d(Mat mtx)OpenCVForUnity.CoreModule.Corestatic
transform(Mat src, Mat dst, Mat m)OpenCVForUnity.CoreModule.Corestatic
transpose(Mat src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
transposeND(Mat src, MatOfInt order, Mat dst)OpenCVForUnity.CoreModule.Corestatic
useIPP()OpenCVForUnity.CoreModule.Corestatic
useIPP_NotExact()OpenCVForUnity.CoreModule.Corestatic
useOptimized()OpenCVForUnity.CoreModule.Corestatic
v0OpenCVForUnity.CoreModule.Corestatic
v1OpenCVForUnity.CoreModule.Corestatic
v2OpenCVForUnity.CoreModule.Corestatic
vconcat(List< Mat > src, Mat dst)OpenCVForUnity.CoreModule.Corestatic
VERSIONOpenCVForUnity.CoreModule.Corestatic
VERSION_MAJOROpenCVForUnity.CoreModule.Corestatic
VERSION_MINOROpenCVForUnity.CoreModule.Corestatic
VERSION_REVISIONOpenCVForUnity.CoreModule.Corestatic
VERSION_STATUSOpenCVForUnity.CoreModule.Corestatic