OpenCV for Unity 2.6.4
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.ImgprocModule.Imgproc Member List

This is the complete list of members for OpenCVForUnity.ImgprocModule.Imgproc, including all inherited members.

accumulate(Mat src, Mat dst, Mat mask)OpenCVForUnity.ImgprocModule.Imgprocstatic
accumulate(Mat src, Mat dst)OpenCVForUnity.ImgprocModule.Imgprocstatic
accumulateProduct(Mat src1, Mat src2, Mat dst, Mat mask)OpenCVForUnity.ImgprocModule.Imgprocstatic
accumulateProduct(Mat src1, Mat src2, Mat dst)OpenCVForUnity.ImgprocModule.Imgprocstatic
accumulateSquare(Mat src, Mat dst, Mat mask)OpenCVForUnity.ImgprocModule.Imgprocstatic
accumulateSquare(Mat src, Mat dst)OpenCVForUnity.ImgprocModule.Imgprocstatic
accumulateWeighted(Mat src, Mat dst, double alpha, Mat mask)OpenCVForUnity.ImgprocModule.Imgprocstatic
accumulateWeighted(Mat src, Mat dst, double alpha)OpenCVForUnity.ImgprocModule.Imgprocstatic
ADAPTIVE_THRESH_GAUSSIAN_COpenCVForUnity.ImgprocModule.Imgprocstatic
ADAPTIVE_THRESH_MEAN_COpenCVForUnity.ImgprocModule.Imgprocstatic
adaptiveThreshold(Mat src, Mat dst, double maxValue, int adaptiveMethod, int thresholdType, int blockSize, double C)OpenCVForUnity.ImgprocModule.Imgprocstatic
applyColorMap(Mat src, Mat dst, int colormap)OpenCVForUnity.ImgprocModule.Imgprocstatic
applyColorMap(Mat src, Mat dst, Mat userColor)OpenCVForUnity.ImgprocModule.Imgprocstatic
approxPolyDP(MatOfPoint2f curve, MatOfPoint2f approxCurve, double epsilon, bool closed)OpenCVForUnity.ImgprocModule.Imgprocstatic
arcLength(MatOfPoint2f curve, bool closed)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int line_type, int shift, double tipLength)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int line_type, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int line_type)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, Point pt1, Point pt2, Scalar color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, Point pt1, Point pt2, Scalar color)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, in Vec2d pt1, in Vec2d pt2, in Vec4d color, int thickness, int line_type, int shift, double tipLength)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, in Vec2d pt1, in Vec2d pt2, in Vec4d color, int thickness, int line_type, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, in Vec2d pt1, in Vec2d pt2, in Vec4d color, int thickness, int line_type)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, in Vec2d pt1, in Vec2d pt2, in Vec4d color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, in Vec2d pt1, in Vec2d pt2, in Vec4d color)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, in(double x, double y) pt1, in(double x, double y) pt2, in(double v0, double v1, double v2, double v3) color, int thickness, int line_type, int shift, double tipLength)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, in(double x, double y) pt1, in(double x, double y) pt2, in(double v0, double v1, double v2, double v3) color, int thickness, int line_type, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, in(double x, double y) pt1, in(double x, double y) pt2, in(double v0, double v1, double v2, double v3) color, int thickness, int line_type)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, in(double x, double y) pt1, in(double x, double y) pt2, in(double v0, double v1, double v2, double v3) color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
arrowedLine(Mat img, in(double x, double y) pt1, in(double x, double y) pt2, in(double v0, double v1, double v2, double v3) color)OpenCVForUnity.ImgprocModule.Imgprocstatic
bilateralFilter(Mat src, Mat dst, int d, double sigmaColor, double sigmaSpace, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
bilateralFilter(Mat src, Mat dst, int d, double sigmaColor, double sigmaSpace)OpenCVForUnity.ImgprocModule.Imgprocstatic
blendLinear(Mat src1, Mat src2, Mat weights1, Mat weights2, Mat dst)OpenCVForUnity.ImgprocModule.Imgprocstatic
blur(Mat src, Mat dst, Size ksize, Point anchor, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
blur(Mat src, Mat dst, Size ksize, Point anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
blur(Mat src, Mat dst, Size ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
blur(Mat src, Mat dst, in Vec2d ksize, in Vec2d anchor, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
blur(Mat src, Mat dst, in Vec2d ksize, in Vec2d anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
blur(Mat src, Mat dst, in Vec2d ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
blur(Mat src, Mat dst, in(double width, double height) ksize, in(double x, double y) anchor, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
blur(Mat src, Mat dst, in(double width, double height) ksize, in(double x, double y) anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
blur(Mat src, Mat dst, in(double width, double height) ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
boundingRect(Mat array)OpenCVForUnity.ImgprocModule.Imgprocstatic
boundingRectAsValueTuple(Mat array)OpenCVForUnity.ImgprocModule.Imgprocstatic
boundingRectAsVec4i(Mat array)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor, bool normalize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor, bool normalize)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxFilter(Mat src, Mat dst, int ddepth, Size ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxFilter(Mat src, Mat dst, int ddepth, in Vec2d ksize, in Vec2d anchor, bool normalize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxFilter(Mat src, Mat dst, int ddepth, in Vec2d ksize, in Vec2d anchor, bool normalize)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxFilter(Mat src, Mat dst, int ddepth, in Vec2d ksize, in Vec2d anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxFilter(Mat src, Mat dst, int ddepth, in Vec2d ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxFilter(Mat src, Mat dst, int ddepth, in(double width, double height) ksize, in(double x, double y) anchor, bool normalize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxFilter(Mat src, Mat dst, int ddepth, in(double width, double height) ksize, in(double x, double y) anchor, bool normalize)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxFilter(Mat src, Mat dst, int ddepth, in(double width, double height) ksize, in(double x, double y) anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxFilter(Mat src, Mat dst, int ddepth, in(double width, double height) ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxPoints(RotatedRect box, Mat points)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxPoints(in Vec5d box, Mat points)OpenCVForUnity.ImgprocModule.Imgprocstatic
boxPoints(in(double x, double y, double width, double height, double angle) box, Mat points)OpenCVForUnity.ImgprocModule.Imgprocstatic
calcBackProject(List< Mat > images, MatOfInt channels, Mat hist, Mat dst, MatOfFloat ranges, double scale)OpenCVForUnity.ImgprocModule.Imgprocstatic
calcHist(List< Mat > images, MatOfInt channels, Mat mask, Mat hist, MatOfInt histSize, MatOfFloat ranges, bool accumulate)OpenCVForUnity.ImgprocModule.Imgprocstatic
calcHist(List< Mat > images, MatOfInt channels, Mat mask, Mat hist, MatOfInt histSize, MatOfFloat ranges)OpenCVForUnity.ImgprocModule.Imgprocstatic
Canny(Mat image, Mat edges, double threshold1, double threshold2, int apertureSize, bool L2gradient)OpenCVForUnity.ImgprocModule.Imgprocstatic
Canny(Mat image, Mat edges, double threshold1, double threshold2, int apertureSize)OpenCVForUnity.ImgprocModule.Imgprocstatic
Canny(Mat image, Mat edges, double threshold1, double threshold2)OpenCVForUnity.ImgprocModule.Imgprocstatic
Canny(Mat dx, Mat dy, Mat edges, double threshold1, double threshold2, bool L2gradient)OpenCVForUnity.ImgprocModule.Imgprocstatic
Canny(Mat dx, Mat dy, Mat edges, double threshold1, double threshold2)OpenCVForUnity.ImgprocModule.Imgprocstatic
CC_STAT_AREAOpenCVForUnity.ImgprocModule.Imgprocstatic
CC_STAT_HEIGHTOpenCVForUnity.ImgprocModule.Imgprocstatic
CC_STAT_LEFTOpenCVForUnity.ImgprocModule.Imgprocstatic
CC_STAT_MAXOpenCVForUnity.ImgprocModule.Imgprocstatic
CC_STAT_TOPOpenCVForUnity.ImgprocModule.Imgprocstatic
CC_STAT_WIDTHOpenCVForUnity.ImgprocModule.Imgprocstatic
CCL_BBDTOpenCVForUnity.ImgprocModule.Imgprocstatic
CCL_BOLELLIOpenCVForUnity.ImgprocModule.Imgprocstatic
CCL_DEFAULTOpenCVForUnity.ImgprocModule.Imgprocstatic
CCL_GRANAOpenCVForUnity.ImgprocModule.Imgprocstatic
CCL_SAUFOpenCVForUnity.ImgprocModule.Imgprocstatic
CCL_SPAGHETTIOpenCVForUnity.ImgprocModule.Imgprocstatic
CCL_WUOpenCVForUnity.ImgprocModule.Imgprocstatic
CHAIN_APPROX_NONEOpenCVForUnity.ImgprocModule.Imgprocstatic
CHAIN_APPROX_SIMPLEOpenCVForUnity.ImgprocModule.Imgprocstatic
CHAIN_APPROX_TC89_KCOSOpenCVForUnity.ImgprocModule.Imgprocstatic
CHAIN_APPROX_TC89_L1OpenCVForUnity.ImgprocModule.Imgprocstatic
circle(Mat img, Point center, int radius, Scalar color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
circle(Mat img, Point center, int radius, Scalar color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
circle(Mat img, Point center, int radius, Scalar color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
circle(Mat img, Point center, int radius, Scalar color)OpenCVForUnity.ImgprocModule.Imgprocstatic
circle(Mat img, in Vec2d center, int radius, in Vec4d color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
circle(Mat img, in Vec2d center, int radius, in Vec4d color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
circle(Mat img, in Vec2d center, int radius, in Vec4d color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
circle(Mat img, in Vec2d center, int radius, in Vec4d color)OpenCVForUnity.ImgprocModule.Imgprocstatic
circle(Mat img, in(double x, double y) center, int radius, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
circle(Mat img, in(double x, double y) center, int radius, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
circle(Mat img, in(double x, double y) center, int radius, in(double v0, double v1, double v2, double v3) color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
circle(Mat img, in(double x, double y) center, int radius, in(double v0, double v1, double v2, double v3) color)OpenCVForUnity.ImgprocModule.Imgprocstatic
clipLine(Rect imgRect, Point pt1, Point pt2)OpenCVForUnity.ImgprocModule.Imgprocstatic
clipLine(in Vec4i imgRect, ref Vec2d pt1, ref Vec2d pt2)OpenCVForUnity.ImgprocModule.Imgprocstatic
clipLine(in(int x, int y, int width, int height) imgRect, ref(double x, double y) pt1, ref(double x, double y) pt2)OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBG2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBG2BGR_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBG2BGR_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBG2BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBG2GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBG2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBG2RGB_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBG2RGB_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBG2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBGGR2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBGGR2BGR_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBGGR2BGR_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBGGR2BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBGGR2GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBGGR2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBGGR2RGB_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBGGR2RGB_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerBGGR2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGB2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGB2BGR_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGB2BGR_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGB2BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGB2GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGB2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGB2RGB_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGB2RGB_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGB2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGBRG2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGBRG2BGR_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGBRG2BGR_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGBRG2BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGBRG2GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGBRG2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGBRG2RGB_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGBRG2RGB_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGBRG2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGR2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGR2BGR_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGR2BGR_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGR2BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGR2GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGR2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGR2RGB_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGR2RGB_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGR2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGRBG2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGRBG2BGR_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGRBG2BGR_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGRBG2BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGRBG2GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGRBG2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGRBG2RGB_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGRBG2RGB_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerGRBG2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRG2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRG2BGR_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRG2BGR_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRG2BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRG2GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRG2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRG2RGB_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRG2RGB_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRG2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRGGB2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRGGB2BGR_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRGGB2BGR_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRGGB2BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRGGB2GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRGGB2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRGGB2RGB_EAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRGGB2RGB_VNGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BayerRGGB2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2BGR555OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2BGR565OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2HLSOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2HLS_FULLOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2HSVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2HSV_FULLOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2LabOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2LuvOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2XYZOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2YCrCbOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2YUVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2YUV_I420OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2YUV_IYUVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2YUV_UYNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2YUV_UYVYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2YUV_Y422OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2YUV_YUNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2YUV_YUY2OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2YUV_YUYVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2YUV_YV12OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR2YUV_YVYUOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR5552BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR5552BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR5552GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR5552RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR5552RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR5652BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR5652BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR5652GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR5652RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGR5652RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2BGR555OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2BGR565OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2YUV_I420OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2YUV_IYUVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2YUV_UYNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2YUV_UYVYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2YUV_Y422OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2YUV_YUNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2YUV_YUY2OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2YUV_YUYVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2YUV_YV12OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_BGRA2YUV_YVYUOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_COLORCVT_MAXOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_GRAY2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_GRAY2BGR555OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_GRAY2BGR565OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_GRAY2BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_GRAY2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_GRAY2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_HLS2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_HLS2BGR_FULLOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_HLS2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_HLS2RGB_FULLOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_HSV2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_HSV2BGR_FULLOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_HSV2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_HSV2RGB_FULLOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_Lab2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_Lab2LBGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_Lab2LRGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_Lab2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_LBGR2LabOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_LBGR2LuvOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_LRGB2LabOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_LRGB2LuvOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_Luv2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_Luv2LBGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_Luv2LRGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_Luv2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_mRGBA2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2BGR555OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2BGR565OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2HLSOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2HLS_FULLOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2HSVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2HSV_FULLOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2LabOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2LuvOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2XYZOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2YCrCbOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2YUVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2YUV_I420OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2YUV_IYUVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2YUV_UYNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2YUV_UYVYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2YUV_Y422OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2YUV_YUNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2YUV_YUY2OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2YUV_YUYVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2YUV_YV12OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGB2YUV_YVYUOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2BGR555OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2BGR565OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2mRGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2YUV_I420OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2YUV_IYUVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2YUV_UYNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2YUV_UYVYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2YUV_Y422OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2YUV_YUNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2YUV_YUY2OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2YUV_YUYVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2YUV_YV12OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_RGBA2YUV_YVYUOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_XYZ2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_XYZ2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YCrCb2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YCrCb2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGR_I420OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGR_IYUVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGR_NV12OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGR_NV21OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGR_UYNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGR_UYVYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGR_Y422OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGR_YUNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGR_YUY2OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGR_YUYVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGR_YV12OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGR_YVYUOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGRA_I420OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGRA_IYUVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGRA_NV12OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGRA_NV21OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGRA_UYNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGRA_UYVYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGRA_Y422OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGRA_YUNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGRA_YUY2OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGRA_YUYVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGRA_YV12OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2BGRA_YVYUOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2GRAY_420OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2GRAY_I420OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2GRAY_IYUVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2GRAY_NV12OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2GRAY_NV21OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2GRAY_UYNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2GRAY_UYVYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2GRAY_Y422OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2GRAY_YUNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2GRAY_YUY2OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2GRAY_YUYVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2GRAY_YV12OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2GRAY_YVYUOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGB_I420OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGB_IYUVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGB_NV12OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGB_NV21OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGB_UYNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGB_UYVYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGB_Y422OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGB_YUNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGB_YUY2OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGB_YUYVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGB_YV12OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGB_YVYUOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGBA_I420OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGBA_IYUVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGBA_NV12OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGBA_NV21OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGBA_UYNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGBA_UYVYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGBA_Y422OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGBA_YUNVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGBA_YUY2OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGBA_YUYVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGBA_YV12OpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV2RGBA_YVYUOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV420p2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV420p2BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV420p2GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV420p2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV420p2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV420sp2BGROpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV420sp2BGRAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV420sp2GRAYOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV420sp2RGBOpenCVForUnity.ImgprocModule.Imgprocstatic
COLOR_YUV420sp2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_AUTUMNOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_BONEOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_CIVIDISOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_COOLOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_DEEPGREENOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_HOTOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_HSVOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_INFERNOOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_JETOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_MAGMAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_OCEANOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_PARULAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_PINKOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_PLASMAOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_RAINBOWOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_SPRINGOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_SUMMEROpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_TURBOOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_TWILIGHTOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_TWILIGHT_SHIFTEDOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_VIRIDISOpenCVForUnity.ImgprocModule.Imgprocstatic
COLORMAP_WINTEROpenCVForUnity.ImgprocModule.Imgprocstatic
compareHist(Mat H1, Mat H2, int method)OpenCVForUnity.ImgprocModule.Imgprocstatic
connectedComponents(Mat image, Mat labels, int connectivity, int ltype)OpenCVForUnity.ImgprocModule.Imgprocstatic
connectedComponents(Mat image, Mat labels, int connectivity)OpenCVForUnity.ImgprocModule.Imgprocstatic
connectedComponents(Mat image, Mat labels)OpenCVForUnity.ImgprocModule.Imgprocstatic
connectedComponentsWithAlgorithm(Mat image, Mat labels, int connectivity, int ltype, int ccltype)OpenCVForUnity.ImgprocModule.Imgprocstatic
connectedComponentsWithStats(Mat image, Mat labels, Mat stats, Mat centroids, int connectivity, int ltype)OpenCVForUnity.ImgprocModule.Imgprocstatic
connectedComponentsWithStats(Mat image, Mat labels, Mat stats, Mat centroids, int connectivity)OpenCVForUnity.ImgprocModule.Imgprocstatic
connectedComponentsWithStats(Mat image, Mat labels, Mat stats, Mat centroids)OpenCVForUnity.ImgprocModule.Imgprocstatic
connectedComponentsWithStatsWithAlgorithm(Mat image, Mat labels, Mat stats, Mat centroids, int connectivity, int ltype, int ccltype)OpenCVForUnity.ImgprocModule.Imgprocstatic
contourArea(Mat contour, bool oriented)OpenCVForUnity.ImgprocModule.Imgprocstatic
contourArea(Mat contour)OpenCVForUnity.ImgprocModule.Imgprocstatic
CONTOURS_MATCH_I1OpenCVForUnity.ImgprocModule.Imgprocstatic
CONTOURS_MATCH_I2OpenCVForUnity.ImgprocModule.Imgprocstatic
CONTOURS_MATCH_I3OpenCVForUnity.ImgprocModule.Imgprocstatic
convertMaps(Mat map1, Mat map2, Mat dstmap1, Mat dstmap2, int dstmap1type, bool nninterpolation)OpenCVForUnity.ImgprocModule.Imgprocstatic
convertMaps(Mat map1, Mat map2, Mat dstmap1, Mat dstmap2, int dstmap1type)OpenCVForUnity.ImgprocModule.Imgprocstatic
convexHull(MatOfPoint points, MatOfInt hull, bool clockwise)OpenCVForUnity.ImgprocModule.Imgprocstatic
convexHull(MatOfPoint points, MatOfInt hull)OpenCVForUnity.ImgprocModule.Imgprocstatic
convexityDefects(MatOfPoint contour, MatOfInt convexhull, MatOfInt4 convexityDefects)OpenCVForUnity.ImgprocModule.Imgprocstatic
cornerEigenValsAndVecs(Mat src, Mat dst, int blockSize, int ksize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
cornerEigenValsAndVecs(Mat src, Mat dst, int blockSize, int ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
cornerHarris(Mat src, Mat dst, int blockSize, int ksize, double k, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
cornerHarris(Mat src, Mat dst, int blockSize, int ksize, double k)OpenCVForUnity.ImgprocModule.Imgprocstatic
cornerMinEigenVal(Mat src, Mat dst, int blockSize, int ksize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
cornerMinEigenVal(Mat src, Mat dst, int blockSize, int ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
cornerMinEigenVal(Mat src, Mat dst, int blockSize)OpenCVForUnity.ImgprocModule.Imgprocstatic
cornerSubPix(Mat image, Mat corners, Size winSize, Size zeroZone, TermCriteria criteria)OpenCVForUnity.ImgprocModule.Imgprocstatic
cornerSubPix(Mat image, Mat corners, in Vec2d winSize, in Vec2d zeroZone, in Vec3d criteria)OpenCVForUnity.ImgprocModule.Imgprocstatic
cornerSubPix(Mat image, Mat corners, in(double width, double height) winSize, in(double width, double height) zeroZone, in(double type, double maxCount, double epsilon) criteria)OpenCVForUnity.ImgprocModule.Imgprocstatic
createCLAHE(double clipLimit, Size tileGridSize)OpenCVForUnity.ImgprocModule.Imgprocstatic
createCLAHE(double clipLimit)OpenCVForUnity.ImgprocModule.Imgprocstatic
createCLAHE()OpenCVForUnity.ImgprocModule.Imgprocstatic
createCLAHE(double clipLimit, in Vec2d tileGridSize)OpenCVForUnity.ImgprocModule.Imgprocstatic
createCLAHE(double clipLimit, in(double width, double height) tileGridSize)OpenCVForUnity.ImgprocModule.Imgprocstatic
createGeneralizedHoughBallard()OpenCVForUnity.ImgprocModule.Imgprocstatic
createGeneralizedHoughGuil()OpenCVForUnity.ImgprocModule.Imgprocstatic
createHanningWindow(Mat dst, Size winSize, int type)OpenCVForUnity.ImgprocModule.Imgprocstatic
createHanningWindow(Mat dst, in Vec2d winSize, int type)OpenCVForUnity.ImgprocModule.Imgprocstatic
createHanningWindow(Mat dst, in(double width, double height) winSize, int type)OpenCVForUnity.ImgprocModule.Imgprocstatic
createLineSegmentDetector(int refine, double scale, double sigma_scale, double quant, double ang_th, double log_eps, double density_th, int n_bins)OpenCVForUnity.ImgprocModule.Imgprocstatic
createLineSegmentDetector(int refine, double scale, double sigma_scale, double quant, double ang_th, double log_eps, double density_th)OpenCVForUnity.ImgprocModule.Imgprocstatic
createLineSegmentDetector(int refine, double scale, double sigma_scale, double quant, double ang_th, double log_eps)OpenCVForUnity.ImgprocModule.Imgprocstatic
createLineSegmentDetector(int refine, double scale, double sigma_scale, double quant, double ang_th)OpenCVForUnity.ImgprocModule.Imgprocstatic
createLineSegmentDetector(int refine, double scale, double sigma_scale, double quant)OpenCVForUnity.ImgprocModule.Imgprocstatic
createLineSegmentDetector(int refine, double scale, double sigma_scale)OpenCVForUnity.ImgprocModule.Imgprocstatic
createLineSegmentDetector(int refine, double scale)OpenCVForUnity.ImgprocModule.Imgprocstatic
createLineSegmentDetector(int refine)OpenCVForUnity.ImgprocModule.Imgprocstatic
createLineSegmentDetector()OpenCVForUnity.ImgprocModule.Imgprocstatic
CV_BILATERALOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_BLUROpenCVForUnity.ImgprocModule.Imgprocstatic
CV_BLUR_NO_SCALEOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_CANNY_L2_GRADIENTOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_CHAIN_CODEOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_CLOCKWISEOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_COMP_BHATTACHARYYAOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_COMP_CHISQROpenCVForUnity.ImgprocModule.Imgprocstatic
CV_COMP_CHISQR_ALTOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_COMP_CORRELOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_COMP_HELLINGEROpenCVForUnity.ImgprocModule.Imgprocstatic
CV_COMP_INTERSECTOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_COMP_KL_DIVOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_CONTOURS_MATCH_I1OpenCVForUnity.ImgprocModule.Imgprocstatic
CV_CONTOURS_MATCH_I2OpenCVForUnity.ImgprocModule.Imgprocstatic
CV_CONTOURS_MATCH_I3OpenCVForUnity.ImgprocModule.Imgprocstatic
CV_COUNTER_CLOCKWISEOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_DIST_COpenCVForUnity.ImgprocModule.Imgprocstatic
CV_DIST_FAIROpenCVForUnity.ImgprocModule.Imgprocstatic
CV_DIST_HUBEROpenCVForUnity.ImgprocModule.Imgprocstatic
CV_DIST_L1OpenCVForUnity.ImgprocModule.Imgprocstatic
CV_DIST_L12OpenCVForUnity.ImgprocModule.Imgprocstatic
CV_DIST_L2OpenCVForUnity.ImgprocModule.Imgprocstatic
CV_DIST_LABEL_CCOMPOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_DIST_LABEL_PIXELOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_DIST_MASK_3OpenCVForUnity.ImgprocModule.Imgprocstatic
CV_DIST_MASK_5OpenCVForUnity.ImgprocModule.Imgprocstatic
CV_DIST_MASK_PRECISEOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_DIST_USEROpenCVForUnity.ImgprocModule.Imgprocstatic
CV_DIST_WELSCHOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_GAUSSIANOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_GAUSSIAN_5x5OpenCVForUnity.ImgprocModule.Imgprocstatic
CV_HOUGH_GRADIENTOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_HOUGH_MULTI_SCALEOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_HOUGH_PROBABILISTICOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_HOUGH_STANDARDOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_LINK_RUNSOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_MAX_SOBEL_KSIZEOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_MEDIANOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_mRGBA2RGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_POLY_APPROX_DPOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_RGBA2mRGBAOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_SCHARROpenCVForUnity.ImgprocModule.Imgprocstatic
CV_SHAPE_CROSSOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_SHAPE_CUSTOMOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_SHAPE_ELLIPSEOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_SHAPE_RECTOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_WARP_FILL_OUTLIERSOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_WARP_INVERSE_MAPOpenCVForUnity.ImgprocModule.Imgprocstatic
CV_WARP_RELATIVE_MAPOpenCVForUnity.ImgprocModule.Imgprocstatic
cvtColor(Mat src, Mat dst, int code, int dstCn)OpenCVForUnity.ImgprocModule.Imgprocstatic
cvtColor(Mat src, Mat dst, int code)OpenCVForUnity.ImgprocModule.Imgprocstatic
cvtColorTwoPlane(Mat src1, Mat src2, Mat dst, int code)OpenCVForUnity.ImgprocModule.Imgprocstatic
demosaicing(Mat src, Mat dst, int code, int dstCn)OpenCVForUnity.ImgprocModule.Imgprocstatic
demosaicing(Mat src, Mat dst, int code)OpenCVForUnity.ImgprocModule.Imgprocstatic
dilate(Mat src, Mat dst, Mat kernel, Point anchor, int iterations, int borderType, Scalar borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
dilate(Mat src, Mat dst, Mat kernel, Point anchor, int iterations, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
dilate(Mat src, Mat dst, Mat kernel, Point anchor, int iterations)OpenCVForUnity.ImgprocModule.Imgprocstatic
dilate(Mat src, Mat dst, Mat kernel, Point anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
dilate(Mat src, Mat dst, Mat kernel)OpenCVForUnity.ImgprocModule.Imgprocstatic
dilate(Mat src, Mat dst, Mat kernel, in Vec2d anchor, int iterations, int borderType, in Vec4d borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
dilate(Mat src, Mat dst, Mat kernel, in Vec2d anchor, int iterations, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
dilate(Mat src, Mat dst, Mat kernel, in Vec2d anchor, int iterations)OpenCVForUnity.ImgprocModule.Imgprocstatic
dilate(Mat src, Mat dst, Mat kernel, in Vec2d anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
dilate(Mat src, Mat dst, Mat kernel, in(double x, double y) anchor, int iterations, int borderType, in(double v0, double v1, double v2, double v3) borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
dilate(Mat src, Mat dst, Mat kernel, in(double x, double y) anchor, int iterations, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
dilate(Mat src, Mat dst, Mat kernel, in(double x, double y) anchor, int iterations)OpenCVForUnity.ImgprocModule.Imgprocstatic
dilate(Mat src, Mat dst, Mat kernel, in(double x, double y) anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
DIST_COpenCVForUnity.ImgprocModule.Imgprocstatic
DIST_FAIROpenCVForUnity.ImgprocModule.Imgprocstatic
DIST_HUBEROpenCVForUnity.ImgprocModule.Imgprocstatic
DIST_L1OpenCVForUnity.ImgprocModule.Imgprocstatic
DIST_L12OpenCVForUnity.ImgprocModule.Imgprocstatic
DIST_L2OpenCVForUnity.ImgprocModule.Imgprocstatic
DIST_LABEL_CCOMPOpenCVForUnity.ImgprocModule.Imgprocstatic
DIST_LABEL_PIXELOpenCVForUnity.ImgprocModule.Imgprocstatic
DIST_MASK_3OpenCVForUnity.ImgprocModule.Imgprocstatic
DIST_MASK_5OpenCVForUnity.ImgprocModule.Imgprocstatic
DIST_MASK_PRECISEOpenCVForUnity.ImgprocModule.Imgprocstatic
DIST_USEROpenCVForUnity.ImgprocModule.Imgprocstatic
DIST_WELSCHOpenCVForUnity.ImgprocModule.Imgprocstatic
distanceTransform(Mat src, Mat dst, int distanceType, int maskSize, int dstType)OpenCVForUnity.ImgprocModule.Imgprocstatic
distanceTransform(Mat src, Mat dst, int distanceType, int maskSize)OpenCVForUnity.ImgprocModule.Imgprocstatic
distanceTransformWithLabels(Mat src, Mat dst, Mat labels, int distanceType, int maskSize, int labelType)OpenCVForUnity.ImgprocModule.Imgprocstatic
distanceTransformWithLabels(Mat src, Mat dst, Mat labels, int distanceType, int maskSize)OpenCVForUnity.ImgprocModule.Imgprocstatic
divSpectrums(Mat a, Mat b, Mat c, int flags, bool conjB)OpenCVForUnity.ImgprocModule.Imgprocstatic
divSpectrums(Mat a, Mat b, Mat c, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, Scalar color, int thickness, int lineType, Mat hierarchy, int maxLevel, Point offset)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, Scalar color, int thickness, int lineType, Mat hierarchy, int maxLevel)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, Scalar color, int thickness, int lineType, Mat hierarchy)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, Scalar color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, Scalar color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, Scalar color)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, in Vec4d color, int thickness, int lineType, Mat hierarchy, int maxLevel, in Vec2d offset)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, in Vec4d color, int thickness, int lineType, Mat hierarchy, int maxLevel)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, in Vec4d color, int thickness, int lineType, Mat hierarchy)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, in Vec4d color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, in Vec4d color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, in Vec4d color)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType, Mat hierarchy, int maxLevel, in(double x, double y) offset)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType, Mat hierarchy, int maxLevel)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType, Mat hierarchy)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, in(double v0, double v1, double v2, double v3) color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawContours(Mat image, List< MatOfPoint > contours, int contourIdx, in(double v0, double v1, double v2, double v3) color)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, Point position, Scalar color, int markerType, int markerSize, int thickness, int line_type)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, Point position, Scalar color, int markerType, int markerSize, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, Point position, Scalar color, int markerType, int markerSize)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, Point position, Scalar color, int markerType)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, Point position, Scalar color)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, in Vec2d position, in Vec4d color, int markerType, int markerSize, int thickness, int line_type)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, in Vec2d position, in Vec4d color, int markerType, int markerSize, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, in Vec2d position, in Vec4d color, int markerType, int markerSize)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, in Vec2d position, in Vec4d color, int markerType)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, in Vec2d position, in Vec4d color)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, in(double x, double y) position, in(double v0, double v1, double v2, double v3) color, int markerType, int markerSize, int thickness, int line_type)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, in(double x, double y) position, in(double v0, double v1, double v2, double v3) color, int markerType, int markerSize, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, in(double x, double y) position, in(double v0, double v1, double v2, double v3) color, int markerType, int markerSize)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, in(double x, double y) position, in(double v0, double v1, double v2, double v3) color, int markerType)OpenCVForUnity.ImgprocModule.Imgprocstatic
drawMarker(Mat img, in(double x, double y) position, in(double v0, double v1, double v2, double v3) color)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, RotatedRect box, Scalar color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, RotatedRect box, Scalar color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, RotatedRect box, Scalar color)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, in Vec2d center, in Vec2d axes, double angle, double startAngle, double endAngle, in Vec4d color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, in Vec2d center, in Vec2d axes, double angle, double startAngle, double endAngle, in Vec4d color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, in Vec2d center, in Vec2d axes, double angle, double startAngle, double endAngle, in Vec4d color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, in Vec2d center, in Vec2d axes, double angle, double startAngle, double endAngle, in Vec4d color)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, in Vec5d box, in Vec4d color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, in Vec5d box, in Vec4d color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, in Vec5d box, in Vec4d color)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, in(double x, double y) center, in(double width, double height) axes, double angle, double startAngle, double endAngle, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, in(double x, double y) center, in(double width, double height) axes, double angle, double startAngle, double endAngle, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, in(double x, double y) center, in(double width, double height) axes, double angle, double startAngle, double endAngle, in(double v0, double v1, double v2, double v3) color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, in(double x, double y) center, in(double width, double height) axes, double angle, double startAngle, double endAngle, in(double v0, double v1, double v2, double v3) color)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, in(double x, double y, double width, double height, double angle) box, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, in(double x, double y, double width, double height, double angle) box, in(double v0, double v1, double v2, double v3) color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse(Mat img, in(double x, double y, double width, double height, double angle) box, in(double v0, double v1, double v2, double v3) color)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse2Poly(Point center, Size axes, int angle, int arcStart, int arcEnd, int delta, MatOfPoint pts)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse2Poly(in Vec2d center, in Vec2d axes, int angle, int arcStart, int arcEnd, int delta, MatOfPoint pts)OpenCVForUnity.ImgprocModule.Imgprocstatic
ellipse2Poly(in(double x, double y) center, in(double width, double height) axes, int angle, int arcStart, int arcEnd, int delta, MatOfPoint pts)OpenCVForUnity.ImgprocModule.Imgprocstatic
EMD(Mat signature1, Mat signature2, int distType, Mat cost, Mat flow)OpenCVForUnity.ImgprocModule.Imgprocstatic
EMD(Mat signature1, Mat signature2, int distType, Mat cost)OpenCVForUnity.ImgprocModule.Imgprocstatic
EMD(Mat signature1, Mat signature2, int distType)OpenCVForUnity.ImgprocModule.Imgprocstatic
equalizeHist(Mat src, Mat dst)OpenCVForUnity.ImgprocModule.Imgprocstatic
erode(Mat src, Mat dst, Mat kernel, Point anchor, int iterations, int borderType, Scalar borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
erode(Mat src, Mat dst, Mat kernel, Point anchor, int iterations, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
erode(Mat src, Mat dst, Mat kernel, Point anchor, int iterations)OpenCVForUnity.ImgprocModule.Imgprocstatic
erode(Mat src, Mat dst, Mat kernel, Point anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
erode(Mat src, Mat dst, Mat kernel)OpenCVForUnity.ImgprocModule.Imgprocstatic
erode(Mat src, Mat dst, Mat kernel, in Vec2d anchor, int iterations, int borderType, in Vec4d borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
erode(Mat src, Mat dst, Mat kernel, in Vec2d anchor, int iterations, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
erode(Mat src, Mat dst, Mat kernel, in Vec2d anchor, int iterations)OpenCVForUnity.ImgprocModule.Imgprocstatic
erode(Mat src, Mat dst, Mat kernel, in Vec2d anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
erode(Mat src, Mat dst, Mat kernel, in(double x, double y) anchor, int iterations, int borderType, in(double v0, double v1, double v2, double v3) borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
erode(Mat src, Mat dst, Mat kernel, in(double x, double y) anchor, int iterations, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
erode(Mat src, Mat dst, Mat kernel, in(double x, double y) anchor, int iterations)OpenCVForUnity.ImgprocModule.Imgprocstatic
erode(Mat src, Mat dst, Mat kernel, in(double x, double y) anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillConvexPoly(Mat img, MatOfPoint points, Scalar color, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillConvexPoly(Mat img, MatOfPoint points, Scalar color, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillConvexPoly(Mat img, MatOfPoint points, Scalar color)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillConvexPoly(Mat img, MatOfPoint points, in Vec4d color, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillConvexPoly(Mat img, MatOfPoint points, in Vec4d color, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillConvexPoly(Mat img, MatOfPoint points, in Vec4d color)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillConvexPoly(Mat img, MatOfPoint points, in(double v0, double v1, double v2, double v3) color, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillConvexPoly(Mat img, MatOfPoint points, in(double v0, double v1, double v2, double v3) color, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillConvexPoly(Mat img, MatOfPoint points, in(double v0, double v1, double v2, double v3) color)OpenCVForUnity.ImgprocModule.Imgprocstatic
FILLEDOpenCVForUnity.ImgprocModule.Imgprocstatic
fillPoly(Mat img, List< MatOfPoint > pts, Scalar color, int lineType, int shift, Point offset)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillPoly(Mat img, List< MatOfPoint > pts, Scalar color, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillPoly(Mat img, List< MatOfPoint > pts, Scalar color, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillPoly(Mat img, List< MatOfPoint > pts, Scalar color)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillPoly(Mat img, List< MatOfPoint > pts, in Vec4d color, int lineType, int shift, in Vec2d offset)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillPoly(Mat img, List< MatOfPoint > pts, in Vec4d color, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillPoly(Mat img, List< MatOfPoint > pts, in Vec4d color, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillPoly(Mat img, List< MatOfPoint > pts, in Vec4d color)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillPoly(Mat img, List< MatOfPoint > pts, in(double v0, double v1, double v2, double v3) color, int lineType, int shift, in(double x, double y) offset)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillPoly(Mat img, List< MatOfPoint > pts, in(double v0, double v1, double v2, double v3) color, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillPoly(Mat img, List< MatOfPoint > pts, in(double v0, double v1, double v2, double v3) color, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
fillPoly(Mat img, List< MatOfPoint > pts, in(double v0, double v1, double v2, double v3) color)OpenCVForUnity.ImgprocModule.Imgprocstatic
filter2D(Mat src, Mat dst, int ddepth, Mat kernel, Point anchor, double delta, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
filter2D(Mat src, Mat dst, int ddepth, Mat kernel, Point anchor, double delta)OpenCVForUnity.ImgprocModule.Imgprocstatic
filter2D(Mat src, Mat dst, int ddepth, Mat kernel, Point anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
filter2D(Mat src, Mat dst, int ddepth, Mat kernel)OpenCVForUnity.ImgprocModule.Imgprocstatic
filter2D(Mat src, Mat dst, int ddepth, Mat kernel, in Vec2d anchor, double delta, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
filter2D(Mat src, Mat dst, int ddepth, Mat kernel, in Vec2d anchor, double delta)OpenCVForUnity.ImgprocModule.Imgprocstatic
filter2D(Mat src, Mat dst, int ddepth, Mat kernel, in Vec2d anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
filter2D(Mat src, Mat dst, int ddepth, Mat kernel, in(double x, double y) anchor, double delta, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
filter2D(Mat src, Mat dst, int ddepth, Mat kernel, in(double x, double y) anchor, double delta)OpenCVForUnity.ImgprocModule.Imgprocstatic
filter2D(Mat src, Mat dst, int ddepth, Mat kernel, in(double x, double y) anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
FILTER_SCHARROpenCVForUnity.ImgprocModule.Imgprocstatic
findContours(Mat image, List< MatOfPoint > contours, Mat hierarchy, int mode, int method, Point offset)OpenCVForUnity.ImgprocModule.Imgprocstatic
findContours(Mat image, List< MatOfPoint > contours, Mat hierarchy, int mode, int method)OpenCVForUnity.ImgprocModule.Imgprocstatic
findContours(Mat image, List< MatOfPoint > contours, Mat hierarchy, int mode, int method, in Vec2d offset)OpenCVForUnity.ImgprocModule.Imgprocstatic
findContours(Mat image, List< MatOfPoint > contours, Mat hierarchy, int mode, int method, in(double x, double y) offset)OpenCVForUnity.ImgprocModule.Imgprocstatic
findContoursLinkRuns(Mat image, List< Mat > contours, Mat hierarchy)OpenCVForUnity.ImgprocModule.Imgprocstatic
findContoursLinkRuns(Mat image, List< Mat > contours)OpenCVForUnity.ImgprocModule.Imgprocstatic
fitEllipse(MatOfPoint2f points)OpenCVForUnity.ImgprocModule.Imgprocstatic
fitEllipseAMS(Mat points)OpenCVForUnity.ImgprocModule.Imgprocstatic
fitEllipseAMSAsValueTuple(Mat points)OpenCVForUnity.ImgprocModule.Imgprocstatic
fitEllipseAMSAsVec5d(Mat points)OpenCVForUnity.ImgprocModule.Imgprocstatic
fitEllipseAsValueTuple(MatOfPoint2f points)OpenCVForUnity.ImgprocModule.Imgprocstatic
fitEllipseAsVec5d(MatOfPoint2f points)OpenCVForUnity.ImgprocModule.Imgprocstatic
fitEllipseDirect(Mat points)OpenCVForUnity.ImgprocModule.Imgprocstatic
fitEllipseDirectAsValueTuple(Mat points)OpenCVForUnity.ImgprocModule.Imgprocstatic
fitEllipseDirectAsVec5d(Mat points)OpenCVForUnity.ImgprocModule.Imgprocstatic
fitLine(Mat points, Mat line, int distType, double param, double reps, double aeps)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, Point seedPoint, Scalar newVal, Rect rect, Scalar loDiff, Scalar upDiff, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, Point seedPoint, Scalar newVal, Rect rect, Scalar loDiff, Scalar upDiff)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, Point seedPoint, Scalar newVal, Rect rect, Scalar loDiff)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, Point seedPoint, Scalar newVal, Rect rect)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, Point seedPoint, Scalar newVal)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, in Vec2d seedPoint, in Vec4d newVal, out Vec4i rect, in Vec4d loDiff, in Vec4d upDiff, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, in Vec2d seedPoint, in Vec4d newVal, out Vec4i rect, in Vec4d loDiff, in Vec4d upDiff)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, in Vec2d seedPoint, in Vec4d newVal, out Vec4i rect, in Vec4d loDiff)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, in Vec2d seedPoint, in Vec4d newVal, out Vec4i rect)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, in Vec2d seedPoint, in Vec4d newVal)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, in(double x, double y) seedPoint, in(double v0, double v1, double v2, double v3) newVal, out(int x, int y, int width, int height) rect, in(double v0, double v1, double v2, double v3) loDiff, in(double v0, double v1, double v2, double v3) upDiff, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, in(double x, double y) seedPoint, in(double v0, double v1, double v2, double v3) newVal, out(int x, int y, int width, int height) rect, in(double v0, double v1, double v2, double v3) loDiff, in(double v0, double v1, double v2, double v3) upDiff)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, in(double x, double y) seedPoint, in(double v0, double v1, double v2, double v3) newVal, out(int x, int y, int width, int height) rect, in(double v0, double v1, double v2, double v3) loDiff)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, in(double x, double y) seedPoint, in(double v0, double v1, double v2, double v3) newVal, out(int x, int y, int width, int height) rect)OpenCVForUnity.ImgprocModule.Imgprocstatic
floodFill(Mat image, Mat mask, in(double x, double y) seedPoint, in(double v0, double v1, double v2, double v3) newVal)OpenCVForUnity.ImgprocModule.Imgprocstatic
FLOODFILL_FIXED_RANGEOpenCVForUnity.ImgprocModule.Imgprocstatic
FLOODFILL_MASK_ONLYOpenCVForUnity.ImgprocModule.Imgprocstatic
FONT_HERSHEY_COMPLEXOpenCVForUnity.ImgprocModule.Imgprocstatic
FONT_HERSHEY_COMPLEX_SMALLOpenCVForUnity.ImgprocModule.Imgprocstatic
FONT_HERSHEY_DUPLEXOpenCVForUnity.ImgprocModule.Imgprocstatic
FONT_HERSHEY_PLAINOpenCVForUnity.ImgprocModule.Imgprocstatic
FONT_HERSHEY_SCRIPT_COMPLEXOpenCVForUnity.ImgprocModule.Imgprocstatic
FONT_HERSHEY_SCRIPT_SIMPLEXOpenCVForUnity.ImgprocModule.Imgprocstatic
FONT_HERSHEY_SIMPLEXOpenCVForUnity.ImgprocModule.Imgprocstatic
FONT_HERSHEY_TRIPLEXOpenCVForUnity.ImgprocModule.Imgprocstatic
FONT_ITALICOpenCVForUnity.ImgprocModule.Imgprocstatic
GaussianBlur(Mat src, Mat dst, Size ksize, double sigmaX, double sigmaY, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
GaussianBlur(Mat src, Mat dst, Size ksize, double sigmaX, double sigmaY)OpenCVForUnity.ImgprocModule.Imgprocstatic
GaussianBlur(Mat src, Mat dst, Size ksize, double sigmaX)OpenCVForUnity.ImgprocModule.Imgprocstatic
GaussianBlur(Mat src, Mat dst, in Vec2d ksize, double sigmaX, double sigmaY, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
GaussianBlur(Mat src, Mat dst, in Vec2d ksize, double sigmaX, double sigmaY)OpenCVForUnity.ImgprocModule.Imgprocstatic
GaussianBlur(Mat src, Mat dst, in Vec2d ksize, double sigmaX)OpenCVForUnity.ImgprocModule.Imgprocstatic
GaussianBlur(Mat src, Mat dst, in(double width, double height) ksize, double sigmaX, double sigmaY, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
GaussianBlur(Mat src, Mat dst, in(double width, double height) ksize, double sigmaX, double sigmaY)OpenCVForUnity.ImgprocModule.Imgprocstatic
GaussianBlur(Mat src, Mat dst, in(double width, double height) ksize, double sigmaX)OpenCVForUnity.ImgprocModule.Imgprocstatic
GC_BGDOpenCVForUnity.ImgprocModule.Imgprocstatic
GC_EVALOpenCVForUnity.ImgprocModule.Imgprocstatic
GC_EVAL_FREEZE_MODELOpenCVForUnity.ImgprocModule.Imgprocstatic
GC_FGDOpenCVForUnity.ImgprocModule.Imgprocstatic
GC_INIT_WITH_MASKOpenCVForUnity.ImgprocModule.Imgprocstatic
GC_INIT_WITH_RECTOpenCVForUnity.ImgprocModule.Imgprocstatic
GC_PR_BGDOpenCVForUnity.ImgprocModule.Imgprocstatic
GC_PR_FGDOpenCVForUnity.ImgprocModule.Imgprocstatic
getAffineTransform(MatOfPoint2f src, MatOfPoint2f dst)OpenCVForUnity.ImgprocModule.Imgprocstatic
getDerivKernels(Mat kx, Mat ky, int dx, int dy, int ksize, bool normalize, int ktype)OpenCVForUnity.ImgprocModule.Imgprocstatic
getDerivKernels(Mat kx, Mat ky, int dx, int dy, int ksize, bool normalize)OpenCVForUnity.ImgprocModule.Imgprocstatic
getDerivKernels(Mat kx, Mat ky, int dx, int dy, int ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
getFontScaleFromHeight(int fontFace, int pixelHeight, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
getFontScaleFromHeight(int fontFace, int pixelHeight)OpenCVForUnity.ImgprocModule.Imgprocstatic
getGaborKernel(Size ksize, double sigma, double theta, double lambd, double gamma, double psi, int ktype)OpenCVForUnity.ImgprocModule.Imgprocstatic
getGaborKernel(Size ksize, double sigma, double theta, double lambd, double gamma, double psi)OpenCVForUnity.ImgprocModule.Imgprocstatic
getGaborKernel(Size ksize, double sigma, double theta, double lambd, double gamma)OpenCVForUnity.ImgprocModule.Imgprocstatic
getGaborKernel(in Vec2d ksize, double sigma, double theta, double lambd, double gamma, double psi, int ktype)OpenCVForUnity.ImgprocModule.Imgprocstatic
getGaborKernel(in Vec2d ksize, double sigma, double theta, double lambd, double gamma, double psi)OpenCVForUnity.ImgprocModule.Imgprocstatic
getGaborKernel(in Vec2d ksize, double sigma, double theta, double lambd, double gamma)OpenCVForUnity.ImgprocModule.Imgprocstatic
getGaborKernel(in(double width, double height) ksize, double sigma, double theta, double lambd, double gamma, double psi, int ktype)OpenCVForUnity.ImgprocModule.Imgprocstatic
getGaborKernel(in(double width, double height) ksize, double sigma, double theta, double lambd, double gamma, double psi)OpenCVForUnity.ImgprocModule.Imgprocstatic
getGaborKernel(in(double width, double height) ksize, double sigma, double theta, double lambd, double gamma)OpenCVForUnity.ImgprocModule.Imgprocstatic
getGaussianKernel(int ksize, double sigma, int ktype)OpenCVForUnity.ImgprocModule.Imgprocstatic
getGaussianKernel(int ksize, double sigma)OpenCVForUnity.ImgprocModule.Imgprocstatic
getPerspectiveTransform(Mat src, Mat dst, int solveMethod)OpenCVForUnity.ImgprocModule.Imgprocstatic
getPerspectiveTransform(Mat src, Mat dst)OpenCVForUnity.ImgprocModule.Imgprocstatic
getRectSubPix(Mat image, Size patchSize, Point center, Mat patch, int patchType)OpenCVForUnity.ImgprocModule.Imgprocstatic
getRectSubPix(Mat image, Size patchSize, Point center, Mat patch)OpenCVForUnity.ImgprocModule.Imgprocstatic
getRectSubPix(Mat image, in Vec2d patchSize, in Vec2d center, Mat patch, int patchType)OpenCVForUnity.ImgprocModule.Imgprocstatic
getRectSubPix(Mat image, in Vec2d patchSize, in Vec2d center, Mat patch)OpenCVForUnity.ImgprocModule.Imgprocstatic
getRectSubPix(Mat image, in(double width, double height) patchSize, in(double x, double y) center, Mat patch, int patchType)OpenCVForUnity.ImgprocModule.Imgprocstatic
getRectSubPix(Mat image, in(double width, double height) patchSize, in(double x, double y) center, Mat patch)OpenCVForUnity.ImgprocModule.Imgprocstatic
getRotationMatrix2D(Point center, double angle, double scale)OpenCVForUnity.ImgprocModule.Imgprocstatic
getRotationMatrix2D(in Vec2d center, double angle, double scale)OpenCVForUnity.ImgprocModule.Imgprocstatic
getRotationMatrix2D(in(double x, double y) center, double angle, double scale)OpenCVForUnity.ImgprocModule.Imgprocstatic
getStructuringElement(int shape, Size ksize, Point anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
getStructuringElement(int shape, Size ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
getStructuringElement(int shape, in Vec2d ksize, in Vec2d anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
getStructuringElement(int shape, in Vec2d ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
getStructuringElement(int shape, in(double width, double height) ksize, in(double x, double y) anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
getStructuringElement(int shape, in(double width, double height) ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
getTextSize(string text, int fontFace, double fontScale, int thickness, int[] baseLine)OpenCVForUnity.ImgprocModule.Imgprocstatic
getTextSizeAsValueTuple(string text, int fontFace, double fontScale, int thickness, int[] baseLine)OpenCVForUnity.ImgprocModule.Imgprocstatic
getTextSizeAsVec2d(string text, int fontFace, double fontScale, int thickness, int[] baseLine)OpenCVForUnity.ImgprocModule.Imgprocstatic
goodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, int blockSize, bool useHarrisDetector, double k)OpenCVForUnity.ImgprocModule.Imgprocstatic
goodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, int blockSize, bool useHarrisDetector)OpenCVForUnity.ImgprocModule.Imgprocstatic
goodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, int blockSize)OpenCVForUnity.ImgprocModule.Imgprocstatic
goodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance, Mat mask)OpenCVForUnity.ImgprocModule.Imgprocstatic
goodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance)OpenCVForUnity.ImgprocModule.Imgprocstatic
goodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, int blockSize, int gradientSize, bool useHarrisDetector, double k)OpenCVForUnity.ImgprocModule.Imgprocstatic
goodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, int blockSize, int gradientSize, bool useHarrisDetector)OpenCVForUnity.ImgprocModule.Imgprocstatic
goodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, int blockSize, int gradientSize)OpenCVForUnity.ImgprocModule.Imgprocstatic
goodFeaturesToTrackWithQuality(Mat image, Mat corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, Mat cornersQuality, int blockSize, int gradientSize, bool useHarrisDetector, double k)OpenCVForUnity.ImgprocModule.Imgprocstatic
goodFeaturesToTrackWithQuality(Mat image, Mat corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, Mat cornersQuality, int blockSize, int gradientSize, bool useHarrisDetector)OpenCVForUnity.ImgprocModule.Imgprocstatic
goodFeaturesToTrackWithQuality(Mat image, Mat corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, Mat cornersQuality, int blockSize, int gradientSize)OpenCVForUnity.ImgprocModule.Imgprocstatic
goodFeaturesToTrackWithQuality(Mat image, Mat corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, Mat cornersQuality, int blockSize)OpenCVForUnity.ImgprocModule.Imgprocstatic
goodFeaturesToTrackWithQuality(Mat image, Mat corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, Mat cornersQuality)OpenCVForUnity.ImgprocModule.Imgprocstatic
grabCut(Mat img, Mat mask, Rect rect, Mat bgdModel, Mat fgdModel, int iterCount, int mode)OpenCVForUnity.ImgprocModule.Imgprocstatic
grabCut(Mat img, Mat mask, Rect rect, Mat bgdModel, Mat fgdModel, int iterCount)OpenCVForUnity.ImgprocModule.Imgprocstatic
grabCut(Mat img, Mat mask, in Vec4i rect, Mat bgdModel, Mat fgdModel, int iterCount, int mode)OpenCVForUnity.ImgprocModule.Imgprocstatic
grabCut(Mat img, Mat mask, in Vec4i rect, Mat bgdModel, Mat fgdModel, int iterCount)OpenCVForUnity.ImgprocModule.Imgprocstatic
grabCut(Mat img, Mat mask, in(int x, int y, int width, int height) rect, Mat bgdModel, Mat fgdModel, int iterCount, int mode)OpenCVForUnity.ImgprocModule.Imgprocstatic
grabCut(Mat img, Mat mask, in(int x, int y, int width, int height) rect, Mat bgdModel, Mat fgdModel, int iterCount)OpenCVForUnity.ImgprocModule.Imgprocstatic
heightOpenCVForUnity.ImgprocModule.Imgprocstatic
HISTCMP_BHATTACHARYYAOpenCVForUnity.ImgprocModule.Imgprocstatic
HISTCMP_CHISQROpenCVForUnity.ImgprocModule.Imgprocstatic
HISTCMP_CHISQR_ALTOpenCVForUnity.ImgprocModule.Imgprocstatic
HISTCMP_CORRELOpenCVForUnity.ImgprocModule.Imgprocstatic
HISTCMP_HELLINGEROpenCVForUnity.ImgprocModule.Imgprocstatic
HISTCMP_INTERSECTOpenCVForUnity.ImgprocModule.Imgprocstatic
HISTCMP_KL_DIVOpenCVForUnity.ImgprocModule.Imgprocstatic
HOUGH_GRADIENTOpenCVForUnity.ImgprocModule.Imgprocstatic
HOUGH_GRADIENT_ALTOpenCVForUnity.ImgprocModule.Imgprocstatic
HOUGH_MULTI_SCALEOpenCVForUnity.ImgprocModule.Imgprocstatic
HOUGH_PROBABILISTICOpenCVForUnity.ImgprocModule.Imgprocstatic
HOUGH_STANDARDOpenCVForUnity.ImgprocModule.Imgprocstatic
HoughCircles(Mat image, Mat circles, int method, double dp, double minDist, double param1, double param2, int minRadius, int maxRadius)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughCircles(Mat image, Mat circles, int method, double dp, double minDist, double param1, double param2, int minRadius)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughCircles(Mat image, Mat circles, int method, double dp, double minDist, double param1, double param2)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughCircles(Mat image, Mat circles, int method, double dp, double minDist, double param1)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughCircles(Mat image, Mat circles, int method, double dp, double minDist)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughLines(Mat image, Mat lines, double rho, double theta, int threshold, double srn, double stn, double min_theta, double max_theta)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughLines(Mat image, Mat lines, double rho, double theta, int threshold, double srn, double stn, double min_theta)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughLines(Mat image, Mat lines, double rho, double theta, int threshold, double srn, double stn)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughLines(Mat image, Mat lines, double rho, double theta, int threshold, double srn)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughLines(Mat image, Mat lines, double rho, double theta, int threshold)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughLinesP(Mat image, Mat lines, double rho, double theta, int threshold, double minLineLength, double maxLineGap)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughLinesP(Mat image, Mat lines, double rho, double theta, int threshold, double minLineLength)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughLinesP(Mat image, Mat lines, double rho, double theta, int threshold)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughLinesPointSet(Mat point, Mat lines, int lines_max, int threshold, double min_rho, double max_rho, double rho_step, double min_theta, double max_theta, double theta_step)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughLinesWithAccumulator(Mat image, Mat lines, double rho, double theta, int threshold, double srn, double stn, double min_theta, double max_theta)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughLinesWithAccumulator(Mat image, Mat lines, double rho, double theta, int threshold, double srn, double stn, double min_theta)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughLinesWithAccumulator(Mat image, Mat lines, double rho, double theta, int threshold, double srn, double stn)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughLinesWithAccumulator(Mat image, Mat lines, double rho, double theta, int threshold, double srn)OpenCVForUnity.ImgprocModule.Imgprocstatic
HoughLinesWithAccumulator(Mat image, Mat lines, double rho, double theta, int threshold)OpenCVForUnity.ImgprocModule.Imgprocstatic
HuMoments(Moments m, Mat hu)OpenCVForUnity.ImgprocModule.Imgprocstatic
HuMoments(in Vec10d m, Mat hu)OpenCVForUnity.ImgprocModule.Imgprocstatic
HuMoments(in(double m00, double m10, double m01, double m20, double m11, double m02, double m30, double m21, double m12, double m03) m, Mat hu)OpenCVForUnity.ImgprocModule.Imgprocstatic
integral(Mat src, Mat sum, int sdepth)OpenCVForUnity.ImgprocModule.Imgprocstatic
integral(Mat src, Mat sum)OpenCVForUnity.ImgprocModule.Imgprocstatic
integral2(Mat src, Mat sum, Mat sqsum, int sdepth, int sqdepth)OpenCVForUnity.ImgprocModule.Imgprocstatic
integral2(Mat src, Mat sum, Mat sqsum, int sdepth)OpenCVForUnity.ImgprocModule.Imgprocstatic
integral2(Mat src, Mat sum, Mat sqsum)OpenCVForUnity.ImgprocModule.Imgprocstatic
integral3(Mat src, Mat sum, Mat sqsum, Mat tilted, int sdepth, int sqdepth)OpenCVForUnity.ImgprocModule.Imgprocstatic
integral3(Mat src, Mat sum, Mat sqsum, Mat tilted, int sdepth)OpenCVForUnity.ImgprocModule.Imgprocstatic
integral3(Mat src, Mat sum, Mat sqsum, Mat tilted)OpenCVForUnity.ImgprocModule.Imgprocstatic
INTER_AREAOpenCVForUnity.ImgprocModule.Imgprocstatic
INTER_BITSOpenCVForUnity.ImgprocModule.Imgprocstatic
INTER_BITS2OpenCVForUnity.ImgprocModule.Imgprocstatic
INTER_CUBICOpenCVForUnity.ImgprocModule.Imgprocstatic
INTER_LANCZOS4OpenCVForUnity.ImgprocModule.Imgprocstatic
INTER_LINEAROpenCVForUnity.ImgprocModule.Imgprocstatic
INTER_LINEAR_EXACTOpenCVForUnity.ImgprocModule.Imgprocstatic
INTER_MAXOpenCVForUnity.ImgprocModule.Imgprocstatic
INTER_NEARESTOpenCVForUnity.ImgprocModule.Imgprocstatic
INTER_NEAREST_EXACTOpenCVForUnity.ImgprocModule.Imgprocstatic
INTER_TAB_SIZEOpenCVForUnity.ImgprocModule.Imgprocstatic
INTER_TAB_SIZE2OpenCVForUnity.ImgprocModule.Imgprocstatic
INTERSECT_FULLOpenCVForUnity.ImgprocModule.Imgprocstatic
INTERSECT_NONEOpenCVForUnity.ImgprocModule.Imgprocstatic
INTERSECT_PARTIALOpenCVForUnity.ImgprocModule.Imgprocstatic
intersectConvexConvex(Mat p1, Mat p2, Mat p12, bool handleNested)OpenCVForUnity.ImgprocModule.Imgprocstatic
intersectConvexConvex(Mat p1, Mat p2, Mat p12)OpenCVForUnity.ImgprocModule.Imgprocstatic
invertAffineTransform(Mat M, Mat iM)OpenCVForUnity.ImgprocModule.Imgprocstatic
isContourConvex(MatOfPoint contour)OpenCVForUnity.ImgprocModule.Imgprocstatic
Laplacian(Mat src, Mat dst, int ddepth, int ksize, double scale, double delta, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
Laplacian(Mat src, Mat dst, int ddepth, int ksize, double scale, double delta)OpenCVForUnity.ImgprocModule.Imgprocstatic
Laplacian(Mat src, Mat dst, int ddepth, int ksize, double scale)OpenCVForUnity.ImgprocModule.Imgprocstatic
Laplacian(Mat src, Mat dst, int ddepth, int ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
Laplacian(Mat src, Mat dst, int ddepth)OpenCVForUnity.ImgprocModule.Imgprocstatic
line(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
line(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
line(Mat img, Point pt1, Point pt2, Scalar color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
line(Mat img, Point pt1, Point pt2, Scalar color)OpenCVForUnity.ImgprocModule.Imgprocstatic
line(Mat img, in Vec2d pt1, in Vec2d pt2, in Vec4d color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
line(Mat img, in Vec2d pt1, in Vec2d pt2, in Vec4d color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
line(Mat img, in Vec2d pt1, in Vec2d pt2, in Vec4d color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
line(Mat img, in Vec2d pt1, in Vec2d pt2, in Vec4d color)OpenCVForUnity.ImgprocModule.Imgprocstatic
line(Mat img, in(double x, double y) pt1, in(double x, double y) pt2, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
line(Mat img, in(double x, double y) pt1, in(double x, double y) pt2, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
line(Mat img, in(double x, double y) pt1, in(double x, double y) pt2, in(double v0, double v1, double v2, double v3) color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
line(Mat img, in(double x, double y) pt1, in(double x, double y) pt2, in(double v0, double v1, double v2, double v3) color)OpenCVForUnity.ImgprocModule.Imgprocstatic
LINE_4OpenCVForUnity.ImgprocModule.Imgprocstatic
LINE_8OpenCVForUnity.ImgprocModule.Imgprocstatic
LINE_AAOpenCVForUnity.ImgprocModule.Imgprocstatic
linearPolar(Mat src, Mat dst, Point center, double maxRadius, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
linearPolar(Mat src, Mat dst, in Vec2d center, double maxRadius, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
linearPolar(Mat src, Mat dst, in(double x, double y) center, double maxRadius, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
logPolar(Mat src, Mat dst, Point center, double M, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
logPolar(Mat src, Mat dst, in Vec2d center, double M, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
logPolar(Mat src, Mat dst, in(double x, double y) center, double M, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
LSD_REFINE_ADVOpenCVForUnity.ImgprocModule.Imgprocstatic
LSD_REFINE_NONEOpenCVForUnity.ImgprocModule.Imgprocstatic
LSD_REFINE_STDOpenCVForUnity.ImgprocModule.Imgprocstatic
m00OpenCVForUnity.ImgprocModule.Imgprocstatic
m01OpenCVForUnity.ImgprocModule.Imgprocstatic
m02OpenCVForUnity.ImgprocModule.Imgprocstatic
m10OpenCVForUnity.ImgprocModule.Imgprocstatic
m11OpenCVForUnity.ImgprocModule.Imgprocstatic
m12OpenCVForUnity.ImgprocModule.Imgprocstatic
m20OpenCVForUnity.ImgprocModule.Imgprocstatic
m21OpenCVForUnity.ImgprocModule.Imgprocstatic
m30OpenCVForUnity.ImgprocModule.Imgprocstatic
MARKER_CROSSOpenCVForUnity.ImgprocModule.Imgprocstatic
MARKER_DIAMONDOpenCVForUnity.ImgprocModule.Imgprocstatic
MARKER_SQUAREOpenCVForUnity.ImgprocModule.Imgprocstatic
MARKER_STAROpenCVForUnity.ImgprocModule.Imgprocstatic
MARKER_TILTED_CROSSOpenCVForUnity.ImgprocModule.Imgprocstatic
MARKER_TRIANGLE_DOWNOpenCVForUnity.ImgprocModule.Imgprocstatic
MARKER_TRIANGLE_UPOpenCVForUnity.ImgprocModule.Imgprocstatic
matchShapes(Mat contour1, Mat contour2, int method, double parameter)OpenCVForUnity.ImgprocModule.Imgprocstatic
matchTemplate(Mat image, Mat templ, Mat result, int method, Mat mask)OpenCVForUnity.ImgprocModule.Imgprocstatic
matchTemplate(Mat image, Mat templ, Mat result, int method)OpenCVForUnity.ImgprocModule.Imgprocstatic
medianBlur(Mat src, Mat dst, int ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
minAreaRect(MatOfPoint2f points)OpenCVForUnity.ImgprocModule.Imgprocstatic
minAreaRectAsValueTuple(MatOfPoint2f points)OpenCVForUnity.ImgprocModule.Imgprocstatic
minAreaRectAsVec5d(MatOfPoint2f points)OpenCVForUnity.ImgprocModule.Imgprocstatic
minEnclosingCircle(MatOfPoint2f points, Point center, float[] radius)OpenCVForUnity.ImgprocModule.Imgprocstatic
minEnclosingCircle(MatOfPoint2f points, out Vec2d center, float[] radius)OpenCVForUnity.ImgprocModule.Imgprocstatic
minEnclosingCircle(MatOfPoint2f points, out(double x, double y) center, float[] radius)OpenCVForUnity.ImgprocModule.Imgprocstatic
minEnclosingTriangle(Mat points, Mat triangle)OpenCVForUnity.ImgprocModule.Imgprocstatic
moments(Mat array, bool binaryImage)OpenCVForUnity.ImgprocModule.Imgprocstatic
moments(Mat array)OpenCVForUnity.ImgprocModule.Imgprocstatic
momentsAsValueTuple(Mat array, bool binaryImage)OpenCVForUnity.ImgprocModule.Imgprocstatic
momentsAsValueTuple(Mat array)OpenCVForUnity.ImgprocModule.Imgprocstatic
momentsAsVec10d(Mat array, bool binaryImage)OpenCVForUnity.ImgprocModule.Imgprocstatic
momentsAsVec10d(Mat array)OpenCVForUnity.ImgprocModule.Imgprocstatic
MORPH_BLACKHATOpenCVForUnity.ImgprocModule.Imgprocstatic
MORPH_CLOSEOpenCVForUnity.ImgprocModule.Imgprocstatic
MORPH_CROSSOpenCVForUnity.ImgprocModule.Imgprocstatic
MORPH_DILATEOpenCVForUnity.ImgprocModule.Imgprocstatic
MORPH_ELLIPSEOpenCVForUnity.ImgprocModule.Imgprocstatic
MORPH_ERODEOpenCVForUnity.ImgprocModule.Imgprocstatic
MORPH_GRADIENTOpenCVForUnity.ImgprocModule.Imgprocstatic
MORPH_HITMISSOpenCVForUnity.ImgprocModule.Imgprocstatic
MORPH_OPENOpenCVForUnity.ImgprocModule.Imgprocstatic
MORPH_RECTOpenCVForUnity.ImgprocModule.Imgprocstatic
MORPH_TOPHATOpenCVForUnity.ImgprocModule.Imgprocstatic
morphologyEx(Mat src, Mat dst, int op, Mat kernel, Point anchor, int iterations, int borderType, Scalar borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
morphologyEx(Mat src, Mat dst, int op, Mat kernel, Point anchor, int iterations, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
morphologyEx(Mat src, Mat dst, int op, Mat kernel, Point anchor, int iterations)OpenCVForUnity.ImgprocModule.Imgprocstatic
morphologyEx(Mat src, Mat dst, int op, Mat kernel, Point anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
morphologyEx(Mat src, Mat dst, int op, Mat kernel)OpenCVForUnity.ImgprocModule.Imgprocstatic
morphologyEx(Mat src, Mat dst, int op, Mat kernel, in Vec2d anchor, int iterations, int borderType, in Vec4d borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
morphologyEx(Mat src, Mat dst, int op, Mat kernel, in Vec2d anchor, int iterations, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
morphologyEx(Mat src, Mat dst, int op, Mat kernel, in Vec2d anchor, int iterations)OpenCVForUnity.ImgprocModule.Imgprocstatic
morphologyEx(Mat src, Mat dst, int op, Mat kernel, in Vec2d anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
morphologyEx(Mat src, Mat dst, int op, Mat kernel, in(double x, double y) anchor, int iterations, int borderType, in(double v0, double v1, double v2, double v3) borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
morphologyEx(Mat src, Mat dst, int op, Mat kernel, in(double x, double y) anchor, int iterations, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
morphologyEx(Mat src, Mat dst, int op, Mat kernel, in(double x, double y) anchor, int iterations)OpenCVForUnity.ImgprocModule.Imgprocstatic
morphologyEx(Mat src, Mat dst, int op, Mat kernel, in(double x, double y) anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
phaseCorrelate(Mat src1, Mat src2, Mat window, double[] response)OpenCVForUnity.ImgprocModule.Imgprocstatic
phaseCorrelate(Mat src1, Mat src2, Mat window)OpenCVForUnity.ImgprocModule.Imgprocstatic
phaseCorrelate(Mat src1, Mat src2)OpenCVForUnity.ImgprocModule.Imgprocstatic
phaseCorrelateAsValueTuple(Mat src1, Mat src2, Mat window, double[] response)OpenCVForUnity.ImgprocModule.Imgprocstatic
phaseCorrelateAsValueTuple(Mat src1, Mat src2, Mat window)OpenCVForUnity.ImgprocModule.Imgprocstatic
phaseCorrelateAsValueTuple(Mat src1, Mat src2)OpenCVForUnity.ImgprocModule.Imgprocstatic
phaseCorrelateAsVec2d(Mat src1, Mat src2, Mat window, double[] response)OpenCVForUnity.ImgprocModule.Imgprocstatic
phaseCorrelateAsVec2d(Mat src1, Mat src2, Mat window)OpenCVForUnity.ImgprocModule.Imgprocstatic
phaseCorrelateAsVec2d(Mat src1, Mat src2)OpenCVForUnity.ImgprocModule.Imgprocstatic
pointPolygonTest(MatOfPoint2f contour, Point pt, bool measureDist)OpenCVForUnity.ImgprocModule.Imgprocstatic
pointPolygonTest(MatOfPoint2f contour, in Vec2d pt, bool measureDist)OpenCVForUnity.ImgprocModule.Imgprocstatic
pointPolygonTest(MatOfPoint2f contour, in(double x, double y) pt, bool measureDist)OpenCVForUnity.ImgprocModule.Imgprocstatic
polylines(Mat img, List< MatOfPoint > pts, bool isClosed, Scalar color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
polylines(Mat img, List< MatOfPoint > pts, bool isClosed, Scalar color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
polylines(Mat img, List< MatOfPoint > pts, bool isClosed, Scalar color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
polylines(Mat img, List< MatOfPoint > pts, bool isClosed, Scalar color)OpenCVForUnity.ImgprocModule.Imgprocstatic
polylines(Mat img, List< MatOfPoint > pts, bool isClosed, in Vec4d color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
polylines(Mat img, List< MatOfPoint > pts, bool isClosed, in Vec4d color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
polylines(Mat img, List< MatOfPoint > pts, bool isClosed, in Vec4d color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
polylines(Mat img, List< MatOfPoint > pts, bool isClosed, in Vec4d color)OpenCVForUnity.ImgprocModule.Imgprocstatic
polylines(Mat img, List< MatOfPoint > pts, bool isClosed, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
polylines(Mat img, List< MatOfPoint > pts, bool isClosed, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
polylines(Mat img, List< MatOfPoint > pts, bool isClosed, in(double v0, double v1, double v2, double v3) color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
polylines(Mat img, List< MatOfPoint > pts, bool isClosed, in(double v0, double v1, double v2, double v3) color)OpenCVForUnity.ImgprocModule.Imgprocstatic
preCornerDetect(Mat src, Mat dst, int ksize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
preCornerDetect(Mat src, Mat dst, int ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
putText(Mat img, string text, Point org, int fontFace, double fontScale, Scalar color, int thickness, int lineType, bool bottomLeftOrigin)OpenCVForUnity.ImgprocModule.Imgprocstatic
putText(Mat img, string text, Point org, int fontFace, double fontScale, Scalar color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
putText(Mat img, string text, Point org, int fontFace, double fontScale, Scalar color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
putText(Mat img, string text, Point org, int fontFace, double fontScale, Scalar color)OpenCVForUnity.ImgprocModule.Imgprocstatic
putText(Mat img, string text, in Vec2d org, int fontFace, double fontScale, in Vec4d color, int thickness, int lineType, bool bottomLeftOrigin)OpenCVForUnity.ImgprocModule.Imgprocstatic
putText(Mat img, string text, in Vec2d org, int fontFace, double fontScale, in Vec4d color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
putText(Mat img, string text, in Vec2d org, int fontFace, double fontScale, in Vec4d color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
putText(Mat img, string text, in Vec2d org, int fontFace, double fontScale, in Vec4d color)OpenCVForUnity.ImgprocModule.Imgprocstatic
putText(Mat img, string text, in(double x, double y) org, int fontFace, double fontScale, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType, bool bottomLeftOrigin)OpenCVForUnity.ImgprocModule.Imgprocstatic
putText(Mat img, string text, in(double x, double y) org, int fontFace, double fontScale, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
putText(Mat img, string text, in(double x, double y) org, int fontFace, double fontScale, in(double v0, double v1, double v2, double v3) color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
putText(Mat img, string text, in(double x, double y) org, int fontFace, double fontScale, in(double v0, double v1, double v2, double v3) color)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrDown(Mat src, Mat dst, Size dstsize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrDown(Mat src, Mat dst, Size dstsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrDown(Mat src, Mat dst)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrDown(Mat src, Mat dst, in Vec2d dstsize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrDown(Mat src, Mat dst, in Vec2d dstsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrDown(Mat src, Mat dst, in(double width, double height) dstsize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrDown(Mat src, Mat dst, in(double width, double height) dstsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrMeanShiftFiltering(Mat src, Mat dst, double sp, double sr, int maxLevel, TermCriteria termcrit)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrMeanShiftFiltering(Mat src, Mat dst, double sp, double sr, int maxLevel)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrMeanShiftFiltering(Mat src, Mat dst, double sp, double sr)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrMeanShiftFiltering(Mat src, Mat dst, double sp, double sr, int maxLevel, in Vec3d termcrit)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrMeanShiftFiltering(Mat src, Mat dst, double sp, double sr, int maxLevel, in(double type, double maxCount, double epsilon) termcrit)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrUp(Mat src, Mat dst, Size dstsize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrUp(Mat src, Mat dst, Size dstsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrUp(Mat src, Mat dst)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrUp(Mat src, Mat dst, in Vec2d dstsize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrUp(Mat src, Mat dst, in Vec2d dstsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrUp(Mat src, Mat dst, in(double width, double height) dstsize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
pyrUp(Mat src, Mat dst, in(double width, double height) dstsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, Point pt1, Point pt2, Scalar color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, Point pt1, Point pt2, Scalar color)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, Rect rec, Scalar color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, Rect rec, Scalar color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, Rect rec, Scalar color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, Rect rec, Scalar color)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in Vec2d pt1, in Vec2d pt2, in Vec4d color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in Vec2d pt1, in Vec2d pt2, in Vec4d color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in Vec2d pt1, in Vec2d pt2, in Vec4d color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in Vec2d pt1, in Vec2d pt2, in Vec4d color)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in Vec4i rec, in Vec4d color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in Vec4i rec, in Vec4d color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in Vec4i rec, in Vec4d color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in Vec4i rec, in Vec4d color)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in(double x, double y) pt1, in(double x, double y) pt2, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in(double x, double y) pt1, in(double x, double y) pt2, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in(double x, double y) pt1, in(double x, double y) pt2, in(double v0, double v1, double v2, double v3) color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in(double x, double y) pt1, in(double x, double y) pt2, in(double v0, double v1, double v2, double v3) color)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in(int x, int y, int width, int height) rec, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType, int shift)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in(int x, int y, int width, int height) rec, in(double v0, double v1, double v2, double v3) color, int thickness, int lineType)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in(int x, int y, int width, int height) rec, in(double v0, double v1, double v2, double v3) color, int thickness)OpenCVForUnity.ImgprocModule.Imgprocstatic
rectangle(Mat img, in(int x, int y, int width, int height) rec, in(double v0, double v1, double v2, double v3) color)OpenCVForUnity.ImgprocModule.Imgprocstatic
remap(Mat src, Mat dst, Mat map1, Mat map2, int interpolation, int borderMode, Scalar borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
remap(Mat src, Mat dst, Mat map1, Mat map2, int interpolation, int borderMode)OpenCVForUnity.ImgprocModule.Imgprocstatic
remap(Mat src, Mat dst, Mat map1, Mat map2, int interpolation)OpenCVForUnity.ImgprocModule.Imgprocstatic
remap(Mat src, Mat dst, Mat map1, Mat map2, int interpolation, int borderMode, in Vec4d borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
remap(Mat src, Mat dst, Mat map1, Mat map2, int interpolation, int borderMode, in(double v0, double v1, double v2, double v3) borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
resize(Mat src, Mat dst, Size dsize, double fx, double fy, int interpolation)OpenCVForUnity.ImgprocModule.Imgprocstatic
resize(Mat src, Mat dst, Size dsize, double fx, double fy)OpenCVForUnity.ImgprocModule.Imgprocstatic
resize(Mat src, Mat dst, Size dsize, double fx)OpenCVForUnity.ImgprocModule.Imgprocstatic
resize(Mat src, Mat dst, Size dsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
resize(Mat src, Mat dst, in Vec2d dsize, double fx, double fy, int interpolation)OpenCVForUnity.ImgprocModule.Imgprocstatic
resize(Mat src, Mat dst, in Vec2d dsize, double fx, double fy)OpenCVForUnity.ImgprocModule.Imgprocstatic
resize(Mat src, Mat dst, in Vec2d dsize, double fx)OpenCVForUnity.ImgprocModule.Imgprocstatic
resize(Mat src, Mat dst, in Vec2d dsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
resize(Mat src, Mat dst, in(double width, double height) dsize, double fx, double fy, int interpolation)OpenCVForUnity.ImgprocModule.Imgprocstatic
resize(Mat src, Mat dst, in(double width, double height) dsize, double fx, double fy)OpenCVForUnity.ImgprocModule.Imgprocstatic
resize(Mat src, Mat dst, in(double width, double height) dsize, double fx)OpenCVForUnity.ImgprocModule.Imgprocstatic
resize(Mat src, Mat dst, in(double width, double height) dsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
RETR_CCOMPOpenCVForUnity.ImgprocModule.Imgprocstatic
RETR_EXTERNALOpenCVForUnity.ImgprocModule.Imgprocstatic
RETR_FLOODFILLOpenCVForUnity.ImgprocModule.Imgprocstatic
RETR_LISTOpenCVForUnity.ImgprocModule.Imgprocstatic
RETR_TREEOpenCVForUnity.ImgprocModule.Imgprocstatic
rotatedRectangleIntersection(RotatedRect rect1, RotatedRect rect2, Mat intersectingRegion)OpenCVForUnity.ImgprocModule.Imgprocstatic
rotatedRectangleIntersection(in Vec5d rect1, in Vec5d rect2, Mat intersectingRegion)OpenCVForUnity.ImgprocModule.Imgprocstatic
rotatedRectangleIntersection(in(double x, double y, double width, double height, double angle) rect1, in(double x, double y, double width, double height, double angle) rect2, Mat intersectingRegion)OpenCVForUnity.ImgprocModule.Imgprocstatic
Scharr(Mat src, Mat dst, int ddepth, int dx, int dy, double scale, double delta, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
Scharr(Mat src, Mat dst, int ddepth, int dx, int dy, double scale, double delta)OpenCVForUnity.ImgprocModule.Imgprocstatic
Scharr(Mat src, Mat dst, int ddepth, int dx, int dy, double scale)OpenCVForUnity.ImgprocModule.Imgprocstatic
Scharr(Mat src, Mat dst, int ddepth, int dx, int dy)OpenCVForUnity.ImgprocModule.Imgprocstatic
sepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY, Point anchor, double delta, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
sepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY, Point anchor, double delta)OpenCVForUnity.ImgprocModule.Imgprocstatic
sepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY, Point anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
sepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY)OpenCVForUnity.ImgprocModule.Imgprocstatic
sepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY, in Vec2d anchor, double delta, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
sepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY, in Vec2d anchor, double delta)OpenCVForUnity.ImgprocModule.Imgprocstatic
sepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY, in Vec2d anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
sepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY, in(double x, double y) anchor, double delta, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
sepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY, in(double x, double y) anchor, double delta)OpenCVForUnity.ImgprocModule.Imgprocstatic
sepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY, in(double x, double y) anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
Sobel(Mat src, Mat dst, int ddepth, int dx, int dy, int ksize, double scale, double delta, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
Sobel(Mat src, Mat dst, int ddepth, int dx, int dy, int ksize, double scale, double delta)OpenCVForUnity.ImgprocModule.Imgprocstatic
Sobel(Mat src, Mat dst, int ddepth, int dx, int dy, int ksize, double scale)OpenCVForUnity.ImgprocModule.Imgprocstatic
Sobel(Mat src, Mat dst, int ddepth, int dx, int dy, int ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
Sobel(Mat src, Mat dst, int ddepth, int dx, int dy)OpenCVForUnity.ImgprocModule.Imgprocstatic
spatialGradient(Mat src, Mat dx, Mat dy, int ksize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
spatialGradient(Mat src, Mat dx, Mat dy, int ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
spatialGradient(Mat src, Mat dx, Mat dy)OpenCVForUnity.ImgprocModule.Imgprocstatic
sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor, bool normalize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor, bool normalize)OpenCVForUnity.ImgprocModule.Imgprocstatic
sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
sqrBoxFilter(Mat src, Mat dst, int ddepth, in Vec2d ksize, in Vec2d anchor, bool normalize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
sqrBoxFilter(Mat src, Mat dst, int ddepth, in Vec2d ksize, in Vec2d anchor, bool normalize)OpenCVForUnity.ImgprocModule.Imgprocstatic
sqrBoxFilter(Mat src, Mat dst, int ddepth, in Vec2d ksize, in Vec2d anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
sqrBoxFilter(Mat src, Mat dst, int ddepth, in Vec2d ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
sqrBoxFilter(Mat src, Mat dst, int ddepth, in(double width, double height) ksize, in(double x, double y) anchor, bool normalize, int borderType)OpenCVForUnity.ImgprocModule.Imgprocstatic
sqrBoxFilter(Mat src, Mat dst, int ddepth, in(double width, double height) ksize, in(double x, double y) anchor, bool normalize)OpenCVForUnity.ImgprocModule.Imgprocstatic
sqrBoxFilter(Mat src, Mat dst, int ddepth, in(double width, double height) ksize, in(double x, double y) anchor)OpenCVForUnity.ImgprocModule.Imgprocstatic
sqrBoxFilter(Mat src, Mat dst, int ddepth, in(double width, double height) ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
stackBlur(Mat src, Mat dst, Size ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
stackBlur(Mat src, Mat dst, in Vec2d ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
stackBlur(Mat src, Mat dst, in(double width, double height) ksize)OpenCVForUnity.ImgprocModule.Imgprocstatic
THRESH_BINARYOpenCVForUnity.ImgprocModule.Imgprocstatic
THRESH_BINARY_INVOpenCVForUnity.ImgprocModule.Imgprocstatic
THRESH_MASKOpenCVForUnity.ImgprocModule.Imgprocstatic
THRESH_OTSUOpenCVForUnity.ImgprocModule.Imgprocstatic
THRESH_TOZEROOpenCVForUnity.ImgprocModule.Imgprocstatic
THRESH_TOZERO_INVOpenCVForUnity.ImgprocModule.Imgprocstatic
THRESH_TRIANGLEOpenCVForUnity.ImgprocModule.Imgprocstatic
THRESH_TRUNCOpenCVForUnity.ImgprocModule.Imgprocstatic
threshold(Mat src, Mat dst, double thresh, double maxval, int type)OpenCVForUnity.ImgprocModule.Imgprocstatic
TM_CCOEFFOpenCVForUnity.ImgprocModule.Imgprocstatic
TM_CCOEFF_NORMEDOpenCVForUnity.ImgprocModule.Imgprocstatic
TM_CCORROpenCVForUnity.ImgprocModule.Imgprocstatic
TM_CCORR_NORMEDOpenCVForUnity.ImgprocModule.Imgprocstatic
TM_SQDIFFOpenCVForUnity.ImgprocModule.Imgprocstatic
TM_SQDIFF_NORMEDOpenCVForUnity.ImgprocModule.Imgprocstatic
WARP_FILL_OUTLIERSOpenCVForUnity.ImgprocModule.Imgprocstatic
WARP_INVERSE_MAPOpenCVForUnity.ImgprocModule.Imgprocstatic
WARP_POLAR_LINEAROpenCVForUnity.ImgprocModule.Imgprocstatic
WARP_POLAR_LOGOpenCVForUnity.ImgprocModule.Imgprocstatic
WARP_RELATIVE_MAPOpenCVForUnity.ImgprocModule.Imgprocstatic
warpAffine(Mat src, Mat dst, Mat M, Size dsize, int flags, int borderMode, Scalar borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpAffine(Mat src, Mat dst, Mat M, Size dsize, int flags, int borderMode)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpAffine(Mat src, Mat dst, Mat M, Size dsize, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpAffine(Mat src, Mat dst, Mat M, Size dsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpAffine(Mat src, Mat dst, Mat M, in Vec2d dsize, int flags, int borderMode, in Vec4d borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpAffine(Mat src, Mat dst, Mat M, in Vec2d dsize, int flags, int borderMode)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpAffine(Mat src, Mat dst, Mat M, in Vec2d dsize, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpAffine(Mat src, Mat dst, Mat M, in Vec2d dsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpAffine(Mat src, Mat dst, Mat M, in(double width, double height) dsize, int flags, int borderMode, in(double v0, double v1, double v2, double v3) borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpAffine(Mat src, Mat dst, Mat M, in(double width, double height) dsize, int flags, int borderMode)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpAffine(Mat src, Mat dst, Mat M, in(double width, double height) dsize, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpAffine(Mat src, Mat dst, Mat M, in(double width, double height) dsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPerspective(Mat src, Mat dst, Mat M, Size dsize, int flags, int borderMode, Scalar borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPerspective(Mat src, Mat dst, Mat M, Size dsize, int flags, int borderMode)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPerspective(Mat src, Mat dst, Mat M, Size dsize, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPerspective(Mat src, Mat dst, Mat M, Size dsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPerspective(Mat src, Mat dst, Mat M, in Vec2d dsize, int flags, int borderMode, in Vec4d borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPerspective(Mat src, Mat dst, Mat M, in Vec2d dsize, int flags, int borderMode)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPerspective(Mat src, Mat dst, Mat M, in Vec2d dsize, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPerspective(Mat src, Mat dst, Mat M, in Vec2d dsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPerspective(Mat src, Mat dst, Mat M, in(double width, double height) dsize, int flags, int borderMode, in(double v0, double v1, double v2, double v3) borderValue)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPerspective(Mat src, Mat dst, Mat M, in(double width, double height) dsize, int flags, int borderMode)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPerspective(Mat src, Mat dst, Mat M, in(double width, double height) dsize, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPerspective(Mat src, Mat dst, Mat M, in(double width, double height) dsize)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPolar(Mat src, Mat dst, Size dsize, Point center, double maxRadius, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPolar(Mat src, Mat dst, in Vec2d dsize, in Vec2d center, double maxRadius, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
warpPolar(Mat src, Mat dst, in(double width, double height) dsize, in(double x, double y) center, double maxRadius, int flags)OpenCVForUnity.ImgprocModule.Imgprocstatic
watershed(Mat image, Mat markers)OpenCVForUnity.ImgprocModule.Imgprocstatic
widthOpenCVForUnity.ImgprocModule.Imgprocstatic
widthOpenCVForUnity.ImgprocModule.Imgprocstatic
widthOpenCVForUnity.ImgprocModule.Imgprocstatic
xOpenCVForUnity.ImgprocModule.Imgprocstatic
xOpenCVForUnity.ImgprocModule.Imgprocstatic
yOpenCVForUnity.ImgprocModule.Imgprocstatic
yOpenCVForUnity.ImgprocModule.Imgprocstatic