OpenCV
4.0.0
Open Source Computer Vision
|
Namespaces | |
cpu | |
fluid | |
gpu | |
Typedefs | |
using | GMat3 = std::tuple< GMat, GMat, GMat > |
Functions | |
G_TYPED_KERNEL (GFilter2D,< GMat(GMat, int, Mat, Point, Scalar, int, Scalar)>,"org.opencv.imgproc.filters.filter2D") | |
G_TYPED_KERNEL (GSepFilter,< GMat(GMat, int, Mat, Mat, Point, Scalar, int, Scalar)>, "org.opencv.imgproc.filters.sepfilter") | |
G_TYPED_KERNEL (GBoxFilter,< GMat(GMat, int, Size, Point, bool, int, Scalar)>, "org.opencv.imgproc.filters.boxfilter") | |
G_TYPED_KERNEL (GBlur,< GMat(GMat, Size, Point, int, Scalar)>, "org.opencv.imgproc.filters.blur") | |
G_TYPED_KERNEL (GGaussBlur,< GMat(GMat, Size, double, double, int, Scalar)>, "org.opencv.imgproc.filters.gaussianBlur") | |
G_TYPED_KERNEL (GMedianBlur,< GMat(GMat, int)>, "org.opencv.imgproc.filters.medianBlur") | |
G_TYPED_KERNEL (GErode,< GMat(GMat, Mat, Point, int, int, Scalar)>, "org.opencv.imgproc.filters.erode") | |
G_TYPED_KERNEL (GDilate,< GMat(GMat, Mat, Point, int, int, Scalar)>, "org.opencv.imgproc.filters.dilate") | |
G_TYPED_KERNEL (GSobel,< GMat(GMat, int, int, int, int, double, double, int, Scalar)>, "org.opencv.imgproc.filters.sobel") | |
G_TYPED_KERNEL (GEqHist,< GMat(GMat)>, "org.opencv.imgproc.equalizeHist") | |
G_TYPED_KERNEL (GCanny,< GMat(GMat, double, double, int, bool)>, "org.opencv.imgproc.canny") | |
G_TYPED_KERNEL (GRGB2YUV,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.rgb2yuv") | |
G_TYPED_KERNEL (GYUV2RGB,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.yuv2rgb") | |
G_TYPED_KERNEL (GRGB2Lab,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.rgb2lab") | |
G_TYPED_KERNEL (GBGR2LUV,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.bgr2luv") | |
G_TYPED_KERNEL (GLUV2BGR,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.luv2bgr") | |
G_TYPED_KERNEL (GYUV2BGR,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.yuv2bgr") | |
G_TYPED_KERNEL (GBGR2YUV,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.bgr2yuv") | |
G_TYPED_KERNEL (GRGB2Gray,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.rgb2gray") | |
G_TYPED_KERNEL (GRGB2GrayCustom,< GMat(GMat, float, float, float)>, "org.opencv.imgproc.colorconvert.rgb2graycustom") | |
G_TYPED_KERNEL (GBGR2Gray,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.bgr2gray") | |
using cv::gapi::imgproc::GMat3 = typedef std::tuple<GMat,GMat,GMat> |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GFilter2D | , |
< GMat(GMat, int, Mat, Point, Scalar, int, Scalar)> | , | ||
"org.opencv.imgproc.filters.filter2D" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GSepFilter | , |
< GMat(GMat, int, Mat, Mat, Point, Scalar, int, Scalar)> | , | ||
"org.opencv.imgproc.filters.sepfilter" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBoxFilter | , |
< GMat(GMat, int, Size, Point, bool, int, Scalar)> | , | ||
"org.opencv.imgproc.filters.boxfilter" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBlur | , |
< GMat(GMat, Size, Point, int, Scalar)> | , | ||
"org.opencv.imgproc.filters.blur" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GGaussBlur | , |
< GMat(GMat, Size, double, double, int, Scalar)> | , | ||
"org.opencv.imgproc.filters.gaussianBlur" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GMedianBlur | , |
< GMat(GMat, int)> | , | ||
"org.opencv.imgproc.filters.medianBlur" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GErode | , |
< GMat(GMat, Mat, Point, int, int, Scalar)> | , | ||
"org.opencv.imgproc.filters.erode" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GDilate | , |
< GMat(GMat, Mat, Point, int, int, Scalar)> | , | ||
"org.opencv.imgproc.filters.dilate" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GSobel | , |
< GMat(GMat, int, int, int, int, double, double, int, Scalar)> | , | ||
"org.opencv.imgproc.filters.sobel" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GCanny | , |
< GMat(GMat, double, double, int, bool)> | , | ||
"org.opencv.imgproc.canny" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GRGB2YUV | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.rgb2yuv" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GYUV2RGB | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.yuv2rgb" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GRGB2Lab | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.rgb2lab" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBGR2LUV | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.bgr2luv" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GLUV2BGR | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.luv2bgr" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GYUV2BGR | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.yuv2bgr" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBGR2YUV | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.bgr2yuv" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GRGB2Gray | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.rgb2gray" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GRGB2GrayCustom | , |
< GMat(GMat, float, float, float)> | , | ||
"org.opencv.imgproc.colorconvert.rgb2graycustom" | |||
) |