OpenCV
4.5.0
Open Source Computer Vision
|
Namespaces | |
cpu | |
fluid | |
gpu | |
ocl | |
Typedefs | |
using | GMat2 = std::tuple< GMat, GMat > |
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 (GLaplacian,< GMat(GMat, int, int, double, double, int)>, "org.opencv.imgproc.filters.laplacian") | |
G_TYPED_KERNEL (GBilateralFilter,< GMat(GMat, int, double, double, int)>, "org.opencv.imgproc.filters.bilateralfilter") | |
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 (GGoodFeatures,< cv::GArray< cv::Point2f >(GMat, int, double, double, Mat, int, bool, double)>, "org.opencv.imgproc.goodFeaturesToTrack") | |
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 (GNV12toRGB,< GMat(GMat, GMat)>, "org.opencv.imgproc.colorconvert.nv12torgb") | |
G_TYPED_KERNEL (GNV12toBGR,< GMat(GMat, GMat)>, "org.opencv.imgproc.colorconvert.nv12tobgr") | |
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") | |
G_TYPED_KERNEL (GBayerGR2RGB,< cv::GMat(cv::GMat)>, "org.opencv.imgproc.colorconvert.bayergr2rgb") | |
G_TYPED_KERNEL (GRGB2HSV,< cv::GMat(cv::GMat)>, "org.opencv.imgproc.colorconvert.rgb2hsv") | |
G_TYPED_KERNEL (GRGB2YUV422,< cv::GMat(cv::GMat)>, "org.opencv.imgproc.colorconvert.rgb2yuv422") | |
G_TYPED_KERNEL (GNV12toRGBp,< GMatP(GMat, GMat)>, "org.opencv.colorconvert.imgproc.nv12torgbp") | |
G_TYPED_KERNEL (GNV12toGray,< GMat(GMat, GMat)>, "org.opencv.colorconvert.imgproc.nv12togray") | |
G_TYPED_KERNEL (GNV12toBGRp,< GMatP(GMat, GMat)>, "org.opencv.colorconvert.imgproc.nv12tobgrp") | |
G_TYPED_KERNEL_M (GSobelXY,< GMat2(GMat, int, int, int, double, double, int, Scalar)>, "org.opencv.imgproc.filters.sobelxy") | |
using cv::gapi::imgproc::GMat2 = typedef std::tuple<GMat,GMat> |
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 | ( | GLaplacian | , |
< GMat(GMat, int, int, double, double, int)> | , | ||
"org.opencv.imgproc.filters.laplacian" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBilateralFilter | , |
< GMat(GMat, int, double, double, int)> | , | ||
"org.opencv.imgproc.filters.bilateralfilter" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GCanny | , |
< GMat(GMat, double, double, int, bool)> | , | ||
"org.opencv.imgproc.canny" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GGoodFeatures | , |
< cv::GArray< cv::Point2f >(GMat, int, double, double, Mat, int, bool, double)> | , | ||
"org.opencv.imgproc.goodFeaturesToTrack" | |||
) |
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 | ( | GNV12toRGB | , |
< GMat(GMat, GMat)> | , | ||
"org.opencv.imgproc.colorconvert.nv12torgb" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GNV12toBGR | , |
< GMat(GMat, GMat)> | , | ||
"org.opencv.imgproc.colorconvert.nv12tobgr" | |||
) |
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" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBGR2Gray | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.bgr2gray" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBayerGR2RGB | , |
< cv::GMat(cv::GMat)> | , | ||
"org.opencv.imgproc.colorconvert.bayergr2rgb" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GRGB2HSV | , |
< cv::GMat(cv::GMat)> | , | ||
"org.opencv.imgproc.colorconvert.rgb2hsv" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GRGB2YUV422 | , |
< cv::GMat(cv::GMat)> | , | ||
"org.opencv.imgproc.colorconvert.rgb2yuv422" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GNV12toRGBp | , |
< GMatP(GMat, GMat)> | , | ||
"org.opencv.colorconvert.imgproc.nv12torgbp" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GNV12toGray | , |
< GMat(GMat, GMat)> | , | ||
"org.opencv.colorconvert.imgproc.nv12togray" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GNV12toBGRp | , |
< GMatP(GMat, GMat)> | , | ||
"org.opencv.colorconvert.imgproc.nv12tobgrp" | |||
) |