OpenCV
4.10.0
Open Source Computer Vision
|
This namespace contains G-API Operation Types for OpenCV ImgProc module functionality. More...
Namespaces | |
namespace | cpu |
namespace | fluid |
namespace | gpu |
namespace | ocl |
Typedefs | |
using | ContMethod = ContourApproximationModes |
using | GFindContoursOutput = std::tuple< GArray< GArray< Point > >, GArray< Vec4i > > |
using | GMat2 = std::tuple< GMat, GMat > |
using | GMat3 = std::tuple< GMat, GMat, GMat > |
using | RetrMode = RetrievalModes |
Functions | |
G_TYPED_KERNEL (GBayerGR2RGB,< cv::GMat(cv::GMat)>, "org.opencv.imgproc.colorconvert.bayergr2rgb") | |
G_TYPED_KERNEL (GBGR2Gray,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.bgr2gray") | |
G_TYPED_KERNEL (GBGR2I420,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.bgr2i420") | |
G_TYPED_KERNEL (GBGR2LUV,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.bgr2luv") | |
G_TYPED_KERNEL (GBGR2RGB,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.bgr2rgb") | |
G_TYPED_KERNEL (GBGR2YUV,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.bgr2yuv") | |
G_TYPED_KERNEL (GBilateralFilter,< GMat(GMat, int, double, double, int)>, "org.opencv.imgproc.filters.bilateralfilter") | |
G_TYPED_KERNEL (GBlur,< GMat(GMat, Size, Point, int, Scalar)>, "org.opencv.imgproc.filters.blur") | |
G_TYPED_KERNEL (GBoundingRectMat,< GOpaque< Rect >(GMat)>, "org.opencv.imgproc.shape.boundingRectMat") | |
G_TYPED_KERNEL (GBoundingRectVector32F,< GOpaque< Rect >(GArray< Point2f >)>, "org.opencv.imgproc.shape.boundingRectVector32F") | |
G_TYPED_KERNEL (GBoundingRectVector32S,< GOpaque< Rect >(GArray< Point2i >)>, "org.opencv.imgproc.shape.boundingRectVector32S") | |
G_TYPED_KERNEL (GBoxFilter,< GMat(GMat, int, Size, Point, bool, int, Scalar)>, "org.opencv.imgproc.filters.boxfilter") | |
G_TYPED_KERNEL (GCanny,< GMat(GMat, double, double, int, bool)>, "org.opencv.imgproc.feature.canny") | |
G_TYPED_KERNEL (GDilate,< GMat(GMat, Mat, Point, int, int, Scalar)>, "org.opencv.imgproc.filters.dilate") | |
G_TYPED_KERNEL (GEqHist,< GMat(GMat)>, "org.opencv.imgproc.equalizeHist") | |
G_TYPED_KERNEL (GErode,< GMat(GMat, Mat, Point, int, int, Scalar)>, "org.opencv.imgproc.filters.erode") | |
G_TYPED_KERNEL (GFilter2D,< GMat(GMat, int, Mat, Point, Scalar, int, Scalar)>, "org.opencv.imgproc.filters.filter2D") | |
G_TYPED_KERNEL (GFindContours,< GArray< GArray< Point > >(GMat, RetrMode, ContMethod, GOpaque< Point >)>, "org.opencv.imgproc.shape.findContours") | |
G_TYPED_KERNEL (GFindContoursH,< GFindContoursOutput(GMat, RetrMode, ContMethod, GOpaque< Point >)>, "org.opencv.imgproc.shape.findContoursH") | |
G_TYPED_KERNEL (GFindContoursHNoOffset,< GFindContoursOutput(GMat, RetrMode, ContMethod)>, "org.opencv.imgproc.shape.findContoursHNoOffset") | |
G_TYPED_KERNEL (GFindContoursNoOffset,< GArray< GArray< Point > >(GMat, RetrMode, ContMethod)>, "org.opencv.imgproc.shape.findContoursNoOffset") | |
G_TYPED_KERNEL (GFitLine2DMat,< GOpaque< Vec4f >(GMat, DistanceTypes, double, double, double)>, "org.opencv.imgproc.shape.fitLine2DMat") | |
G_TYPED_KERNEL (GFitLine2DVector32F,< GOpaque< Vec4f >(GArray< Point2f >, DistanceTypes, double, double, double)>, "org.opencv.imgproc.shape.fitLine2DVector32F") | |
G_TYPED_KERNEL (GFitLine2DVector32S,< GOpaque< Vec4f >(GArray< Point2i >, DistanceTypes, double, double, double)>, "org.opencv.imgproc.shape.fitLine2DVector32S") | |
G_TYPED_KERNEL (GFitLine2DVector64F,< GOpaque< Vec4f >(GArray< Point2d >, DistanceTypes, double, double, double)>, "org.opencv.imgproc.shape.fitLine2DVector64F") | |
G_TYPED_KERNEL (GFitLine3DMat,< GOpaque< Vec6f >(GMat, DistanceTypes, double, double, double)>, "org.opencv.imgproc.shape.fitLine3DMat") | |
G_TYPED_KERNEL (GFitLine3DVector32F,< GOpaque< Vec6f >(GArray< Point3f >, DistanceTypes, double, double, double)>, "org.opencv.imgproc.shape.fitLine3DVector32F") | |
G_TYPED_KERNEL (GFitLine3DVector32S,< GOpaque< Vec6f >(GArray< Point3i >, DistanceTypes, double, double, double)>, "org.opencv.imgproc.shape.fitLine3DVector32S") | |
G_TYPED_KERNEL (GFitLine3DVector64F,< GOpaque< Vec6f >(GArray< Point3d >, DistanceTypes, double, double, double)>, "org.opencv.imgproc.shape.fitLine3DVector64F") | |
G_TYPED_KERNEL (GGaussBlur,< GMat(GMat, Size, double, double, int, Scalar)>, "org.opencv.imgproc.filters.gaussianBlur") | |
G_TYPED_KERNEL (GGoodFeatures,< cv::GArray< cv::Point2f >(GMat, int, double, double, Mat, int, bool, double)>, "org.opencv.imgproc.feature.goodFeaturesToTrack") | |
G_TYPED_KERNEL (GI4202BGR,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.i4202bgr") | |
G_TYPED_KERNEL (GI4202RGB,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.i4202rgb") | |
G_TYPED_KERNEL (GLaplacian,< GMat(GMat, int, int, double, double, int)>, "org.opencv.imgproc.filters.laplacian") | |
G_TYPED_KERNEL (GLUV2BGR,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.luv2bgr") | |
G_TYPED_KERNEL (GMedianBlur,< GMat(GMat, int)>, "org.opencv.imgproc.filters.medianBlur") | |
G_TYPED_KERNEL (GMorphologyEx,< GMat(GMat, MorphTypes, Mat, Point, int, BorderTypes, Scalar)>, "org.opencv.imgproc.filters.morphologyEx") | |
G_TYPED_KERNEL (GNV12toBGR,< GMat(GMat, GMat)>, "org.opencv.imgproc.colorconvert.nv12tobgr") | |
G_TYPED_KERNEL (GNV12toBGRp,< GMatP(GMat, GMat)>, "org.opencv.imgproc.colorconvert.nv12tobgrp") | |
G_TYPED_KERNEL (GNV12toGray,< GMat(GMat, GMat)>, "org.opencv.imgproc.colorconvert.nv12togray") | |
G_TYPED_KERNEL (GNV12toRGB,< GMat(GMat, GMat)>, "org.opencv.imgproc.colorconvert.nv12torgb") | |
G_TYPED_KERNEL (GNV12toRGBp,< GMatP(GMat, GMat)>, "org.opencv.imgproc.colorconvert.nv12torgbp") | |
G_TYPED_KERNEL (GResize,< GMat(GMat, Size, double, double, int)>, "org.opencv.imgproc.transform.resize") | |
G_TYPED_KERNEL (GResizeP,< GMatP(GMatP, Size, int)>, "org.opencv.imgproc.transform.resizeP") | |
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 (GRGB2HSV,< cv::GMat(cv::GMat)>, "org.opencv.imgproc.colorconvert.rgb2hsv") | |
G_TYPED_KERNEL (GRGB2I420,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.rgb2i420") | |
G_TYPED_KERNEL (GRGB2Lab,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.rgb2lab") | |
G_TYPED_KERNEL (GRGB2YUV,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.rgb2yuv") | |
G_TYPED_KERNEL (GRGB2YUV422,< cv::GMat(cv::GMat)>, "org.opencv.imgproc.colorconvert.rgb2yuv422") | |
G_TYPED_KERNEL (GSepFilter,< GMat(GMat, int, Mat, Mat, Point, Scalar, int, Scalar)>, "org.opencv.imgproc.filters.sepfilter") | |
G_TYPED_KERNEL (GSobel,< GMat(GMat, int, int, int, int, double, double, int, Scalar)>, "org.opencv.imgproc.filters.sobel") | |
G_TYPED_KERNEL (GYUV2BGR,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.yuv2bgr") | |
G_TYPED_KERNEL (GYUV2RGB,< GMat(GMat)>, "org.opencv.imgproc.colorconvert.yuv2rgb") | |
G_TYPED_KERNEL_M (GSobelXY,< GMat2(GMat, int, int, int, double, double, int, Scalar)>, "org.opencv.imgproc.filters.sobelxy") | |
This namespace contains G-API Operation Types for OpenCV ImgProc module functionality.
using cv::gapi::imgproc::ContMethod = typedef ContourApproximationModes |
using cv::gapi::imgproc::GFindContoursOutput = typedef std::tuple<GArray<GArray<Point> >,GArray<Vec4i> > |
using cv::gapi::imgproc::GMat2 = typedef std::tuple<GMat,GMat> |
using cv::gapi::imgproc::GMat3 = typedef std::tuple<GMat,GMat,GMat> |
using cv::gapi::imgproc::RetrMode = typedef RetrievalModes |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBayerGR2RGB | , |
< cv::GMat(cv::GMat)> | , | ||
"org.opencv.imgproc.colorconvert.bayergr2rgb" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBGR2Gray | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.bgr2gray" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBGR2I420 | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.bgr2i420" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBGR2LUV | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.bgr2luv" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBGR2RGB | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.bgr2rgb" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBGR2YUV | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.bgr2yuv" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBilateralFilter | , |
< GMat(GMat, int, double, double, int)> | , | ||
"org.opencv.imgproc.filters.bilateralfilter" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBlur | , |
< GMat(GMat, Size, Point, int, Scalar)> | , | ||
"org.opencv.imgproc.filters.blur" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBoundingRectMat | , |
< GOpaque< Rect >(GMat)> | , | ||
"org.opencv.imgproc.shape.boundingRectMat" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBoundingRectVector32F | , |
< GOpaque< Rect >(GArray< Point2f >)> | , | ||
"org.opencv.imgproc.shape.boundingRectVector32F" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GBoundingRectVector32S | , |
< GOpaque< Rect >(GArray< Point2i >)> | , | ||
"org.opencv.imgproc.shape.boundingRectVector32S" | |||
) |
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 | ( | GCanny | , |
< GMat(GMat, double, double, int, bool)> | , | ||
"org.opencv.imgproc.feature.canny" | |||
) |
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 | ( | GErode | , |
< GMat(GMat, Mat, Point, int, int, Scalar)> | , | ||
"org.opencv.imgproc.filters.erode" | |||
) |
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 | ( | GFindContours | , |
< GArray< GArray< Point > >(GMat, RetrMode, ContMethod, GOpaque< Point >)> | , | ||
"org.opencv.imgproc.shape.findContours" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GFindContoursH | , |
< GFindContoursOutput(GMat, RetrMode, ContMethod, GOpaque< Point >)> | , | ||
"org.opencv.imgproc.shape.findContoursH" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GFindContoursHNoOffset | , |
< GFindContoursOutput(GMat, RetrMode, ContMethod)> | , | ||
"org.opencv.imgproc.shape.findContoursHNoOffset" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GFindContoursNoOffset | , |
< GArray< GArray< Point > >(GMat, RetrMode, ContMethod)> | , | ||
"org.opencv.imgproc.shape.findContoursNoOffset" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GFitLine2DMat | , |
< GOpaque< Vec4f >(GMat, DistanceTypes, double, double, double)> | , | ||
"org.opencv.imgproc.shape.fitLine2DMat" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GFitLine2DVector32F | , |
< GOpaque< Vec4f >(GArray< Point2f >, DistanceTypes, double, double, double)> | , | ||
"org.opencv.imgproc.shape.fitLine2DVector32F" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GFitLine2DVector32S | , |
< GOpaque< Vec4f >(GArray< Point2i >, DistanceTypes, double, double, double)> | , | ||
"org.opencv.imgproc.shape.fitLine2DVector32S" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GFitLine2DVector64F | , |
< GOpaque< Vec4f >(GArray< Point2d >, DistanceTypes, double, double, double)> | , | ||
"org.opencv.imgproc.shape.fitLine2DVector64F" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GFitLine3DMat | , |
< GOpaque< Vec6f >(GMat, DistanceTypes, double, double, double)> | , | ||
"org.opencv.imgproc.shape.fitLine3DMat" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GFitLine3DVector32F | , |
< GOpaque< Vec6f >(GArray< Point3f >, DistanceTypes, double, double, double)> | , | ||
"org.opencv.imgproc.shape.fitLine3DVector32F" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GFitLine3DVector32S | , |
< GOpaque< Vec6f >(GArray< Point3i >, DistanceTypes, double, double, double)> | , | ||
"org.opencv.imgproc.shape.fitLine3DVector32S" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GFitLine3DVector64F | , |
< GOpaque< Vec6f >(GArray< Point3d >, DistanceTypes, double, double, double)> | , | ||
"org.opencv.imgproc.shape.fitLine3DVector64F" | |||
) |
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 | ( | GGoodFeatures | , |
< cv::GArray< cv::Point2f >(GMat, int, double, double, Mat, int, bool, double)> | , | ||
"org.opencv.imgproc.feature.goodFeaturesToTrack" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GI4202BGR | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.i4202bgr" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GI4202RGB | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.i4202rgb" | |||
) |
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 | ( | GLUV2BGR | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.luv2bgr" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GMedianBlur | , |
< GMat(GMat, int)> | , | ||
"org.opencv.imgproc.filters.medianBlur" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GMorphologyEx | , |
< GMat(GMat, MorphTypes, Mat, Point, int, BorderTypes, Scalar)> | , | ||
"org.opencv.imgproc.filters.morphologyEx" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GNV12toBGR | , |
< GMat(GMat, GMat)> | , | ||
"org.opencv.imgproc.colorconvert.nv12tobgr" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GNV12toBGRp | , |
< GMatP(GMat, GMat)> | , | ||
"org.opencv.imgproc.colorconvert.nv12tobgrp" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GNV12toGray | , |
< GMat(GMat, GMat)> | , | ||
"org.opencv.imgproc.colorconvert.nv12togray" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GNV12toRGB | , |
< GMat(GMat, GMat)> | , | ||
"org.opencv.imgproc.colorconvert.nv12torgb" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GNV12toRGBp | , |
< GMatP(GMat, GMat)> | , | ||
"org.opencv.imgproc.colorconvert.nv12torgbp" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GResize | , |
< GMat(GMat, Size, double, double, int)> | , | ||
"org.opencv.imgproc.transform.resize" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GResizeP | , |
< GMatP(GMatP, Size, int)> | , | ||
"org.opencv.imgproc.transform.resizeP" | |||
) |
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 | ( | GRGB2HSV | , |
< cv::GMat(cv::GMat)> | , | ||
"org.opencv.imgproc.colorconvert.rgb2hsv" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GRGB2I420 | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.rgb2i420" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GRGB2Lab | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.rgb2lab" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GRGB2YUV | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.rgb2yuv" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GRGB2YUV422 | , |
< cv::GMat(cv::GMat)> | , | ||
"org.opencv.imgproc.colorconvert.rgb2yuv422" | |||
) |
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 | ( | GSobel | , |
< GMat(GMat, int, int, int, int, double, double, int, Scalar)> | , | ||
"org.opencv.imgproc.filters.sobel" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GYUV2BGR | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.yuv2bgr" | |||
) |
cv::gapi::imgproc::G_TYPED_KERNEL | ( | GYUV2RGB | , |
< GMat(GMat)> | , | ||
"org.opencv.imgproc.colorconvert.yuv2rgb" | |||
) |