gapi
All modules / gapi
FIXME: These traits and enum and possible numerous switch(kind)
detail_OpaqueKindclassThis enum is utilized mostly by GArray and GOpaque to store and recognize their internal data
empty_array_descfunctionCreate an empty array descriptor for native graph metadata. Array element type is determined by the graph node.
empty_gopaque_descfunctionCreate an empty opaque-value descriptor for native graph metadata.
empty_scalar_descfunctionCreate an empty scalar descriptor for native graph metadata.
gapi_absDifffunctionCalculates the per-element absolute difference between two matrices.
gapi_absDiffCfunctionCalculates absolute value of matrix elements.
gapi_addfunctionnamespace streaming
gapi_addCfunctionCalculates the per-element sum of matrix and given scalar.
gapi_addC1functionCalculates the per-element sum of matrix and given scalar.
gapi_addWeightedfunctionCalculates the weighted sum of two matrices.
gapi_BayerGR2RGBfunctionConverts an image from BayerGR color space to RGB.
gapi_BGR2GrayfunctionConverts an image from BGR color space to gray-scaled.
gapi_BGR2I420functionConverts an image from BGR color space to I420 color space.
gapi_BGR2LUVfunctionConverts an image from BGR color space to LUV color space.
gapi_BGR2RGBfunctiongapi_shape
gapi_BGR2YUVfunctionConverts an image from BGR color space to YUV color space.
gapi_bilateralFilterfunctionApplies the bilateral filter to an image.
gapi_bitwise_andfunctioncomputes bitwise conjunction of the two matrixes (src1 & src2)
gapi_bitwise_and1functioncomputes bitwise conjunction of the two matrixes (src1 & src2)
gapi_bitwise_notfunctionInverts every bit of an array.
gapi_bitwise_orfunctioncomputes bitwise disjunction of the two matrixes (src1 | src2)
gapi_bitwise_or1functioncomputes bitwise disjunction of the two matrixes (src1 | src2)
gapi_bitwise_xorfunctioncomputes bitwise logical "exclusive or" of the two matrixes (src1 ^ src2)
gapi_bitwise_xor1functioncomputes bitwise logical "exclusive or" of the two matrixes (src1 ^ src2)
gapi_blurfunctionBlurs an image using the normalized box filter.
gapi_boundingRectfunctionCalculates the up-right bounding rectangle of a point set or non-zero pixels
gapi_boundingRect1functionCalculates the up-right bounding rectangle of a point set or non-zero pixels
gapi_boundingRect2functionCalculates the up-right bounding rectangle of a point set or non-zero pixels
gapi_boxFilterfunctionBlurs an image using the box filter.
gapi_Cannyfunctiongapi_filters
gapi_cartToPolarfunctionCalculates the magnitude and angle of 2D vectors.
gapi_cmpEQfunctionPerforms the per-element comparison of two matrices checking if elements from first matrix are equal to elements in second.
gapi_cmpEQ1functionPerforms the per-element comparison of two matrices checking if elements from first matrix are equal to elements in second.
gapi_cmpGEfunctionPerforms the per-element comparison of two matrices checking if elements from first matrix are greater or equal compare to elements in second.
gapi_cmpGE1functionPerforms the per-element comparison of two matrices checking if elements from first matrix are greater or equal compare to elements in second.
gapi_cmpGTfunctiongapi_math
gapi_cmpGT1functiongapi_math
gapi_cmpLEfunctionPerforms the per-element comparison of two matrices checking if elements from first matrix are less or equal compare to elements in second.
gapi_cmpLE1functionPerforms the per-element comparison of two matrices checking if elements from first matrix are less or equal compare to elements in second.
gapi_cmpLTfunctionPerforms the per-element comparison of two matrices checking if elements from first matrix are less than elements in second.
gapi_cmpLT1functionPerforms the per-element comparison of two matrices checking if elements from first matrix are less than elements in second.
gapi_cmpNEfunctionPerforms the per-element comparison of two matrices checking if elements from first matrix are not equal to elements in second.
gapi_cmpNE1functionPerforms the per-element comparison of two matrices checking if elements from first matrix are not equal to elements in second.
gapi_combinefunctionDeclares a new G-API Operation. See [Kernel API](`gapi_kernel_api`) for more details.
gapi_concatHorfunctionApplies horizontal concatenation to given matrices.
gapi_concatHor1functionThe function horizontally concatenates given number of GMat matrices (with the same number of columns).
gapi_concatVertfunctionApplies vertical concatenation to given matrices.
gapi_concatVert1functionThe function vertically concatenates given number of GMat matrices (with the same number of columns).
gapi_convertTofunctionConverts a matrix to another data depth with optional scaling.
gapi_copyfunctionnamespace streaming
gapi_core_cpu_kernelsfunctionCreate an owned package of native core graph kernels for the CPU backend.
gapi_core_fluid_kernelsfunctionCreate an owned package of native core graph kernels for the line-buffered Fluid CPU backend.
gapi_core_ocl_kernelsfunctionCreate an owned package of native core graph kernels for the OpenCL backend. OpenCL acceleration is unavailable in this build.
gapi_countNonZerofunctionCounts non-zero array elements.
gapi_cropfunctionCrops a 2D matrix.
gapi_dilatefunctionDilates an image by using a specific structuring element.
gapi_dilate3x3functionDilates an image by using 3 by 3 rectangular structuring element.
gapi_divfunctionFIXME: merge with mulc
gapi_divCfunctionDivides matrix by scalar.
gapi_divRCfunctionDivides scalar by matrix.
gapi_equalizeHistfunctionEqualizes the histogram of a grayscale image.
gapi_erodefunctionErodes an image by using a specific structuring element.
gapi_erode3x3functionErodes an image by using 3 by 3 rectangular structuring element.
gapi_filter2DfunctionConvolves an image with the kernel.
gapi_flipfunctionFlips a 2D matrix around vertical, horizontal, or both axes.
gapi_gaussianBlurfunctionGAPI_EXPORTS_W void blur( InputArray src, OutputArray dst,
gapi_GNetPackageclass\addtogroup gapi_compile_args
gapi_GNetParamclassNote: the below code _is_ part of STANDALONE build,
gapi_goodFeaturesToTrackfunctionDetermines strong corners on an image.
gapi_I4202BGRfunctionConverts an image from I420 color space to BGR color space.
gapi_I4202RGBfunctionConverts an image from I420 color space to BGR color space.
gapi_ie_detail_ParamDesc_KindclassNative enum entries for gapi ie detail param desc kind. Pass an entry to enum-typed arguments or its .value to numeric arguments.
gapi_ie_InferModeclassNative enum entries for gapi ie infer mode. Pass an entry to enum-typed arguments or its .value to numeric arguments.
gapi_ie_paramsfunctionCreate network parameter configuration. These parameter objects describe an optional OpenVINO or ONNX Runtime backend, which is not linked in this WASM build. Use gapi.dnn.Params f
gapi_ie_params1functionCreate network parameter configuration. These parameter objects describe an optional OpenVINO or ONNX Runtime backend, which is not linked in this WASM build. Use gapi.dnn.Params f
gapi_ie_PyParamsclassNB: Used by python wrapper
gapi_ie_TraitAsclassSpecifies how G-API and IE should trait input data
gapi_imgproc_fluid_kernelsfunctionCreate an owned package of native image-processing graph kernels for the line-buffered Fluid CPU backend.
gapi_inRangefunctionApplies a range-level threshold to each matrix element.
gapi_integralfunctionCalculates the integral of an image.
gapi_kmeansfunctionFinds centers of clusters and groups input samples around the clusters.
gapi_kmeans1functionNote: - Function textual ID is "org.opencv.core.kmeansNDNoInit"
gapi_kmeans2functionFinds centers of clusters and groups input samples around the clusters.
gapi_kmeans3functionFinds centers of clusters and groups input samples around the clusters.
gapi_LaplacianfunctionCalculates the Laplacian of an image.
gapi_LUTfunctionPerforms a look-up table transform of a matrix.
gapi_LUV2BGRfunctionConverts an image from LUV color space to BGR color space.
gapi_maskfunctionApplies a mask to a matrix.
gapi_maxfunctionCalculates per-element maximum of two matrices.
gapi_meanfunctionCalculates an average (mean) of matrix elements.
gapi_medianBlurfunctionBlurs an image using the median filter.
gapi_merge3functionCreates one 3-channel matrix out of 3 single-channel ones.
gapi_merge4functiongapi_matrixop
gapi_minfunctiongapi_pixelwise
gapi_morphologyExfunctionPerforms advanced morphological transformations.
gapi_mulfunctionCalculates the per-element scaled product of two matrices.
gapi_mulCfunctionMultiplies matrix by scalar.
gapi_mulC1functionMultiplies matrix by scalar.
gapi_mulC2functionMultiplies matrix by scalar.
gapi_normalizefunctionNormalizes the norm or value range of an array.
gapi_normInffunctionCalculates the absolute infinite norm of a matrix.
gapi_normL1functionCalculates the absolute L1 norm of a matrix.
gapi_normL2functionCalculates the absolute L2 norm of a matrix.
gapi_NV12toBGRfunctionConverts an image from NV12 (YUV420p) color space to BGR.
gapi_NV12toGrayfunctionConverts an image from NV12 (YUV420p) color space to gray-scaled.
gapi_NV12toRGBfunctionConverts an image from NV12 (YUV420p) color space to RGB.
gapi_oak_ColorCameraParams_BoardSocketclassgapi_oak_ColorCameraParams_BoardSocket: FIXME: extend
gapi_oak_ColorCameraParams_Resolutionclassgapi_oak_ColorCameraParams_Resolution: FIXME: extend
gapi_oak_EncoderConfig_ProfileclassEncoding profile, H264, H265 or MJPEG
gapi_oak_EncoderConfig_RateControlModeclassRate control mode specifies if constant or variable bitrate should be used (H264 / H265)
gapi_onnx_ep_CoreMLclassThis structure provides functions
gapi_onnx_ep_CUDAclassThis structure provides functions
gapi_onnx_ep_DirectMLclassThis structure provides functions
gapi_onnx_ep_OpenVINOclassThis structure provides functions
gapi_onnx_ep_TensorRTclassThis structure provides functions
gapi_onnx_paramsfunctionCreate network parameter configuration. These parameter objects describe an optional OpenVINO or ONNX Runtime backend, which is not linked in this WASM build. Use gapi.dnn.Params f
gapi_onnx_PyParamsclassNB: Used by python wrapper
gapi_onnx_TraitAsclassNative enum entries for gapi onnx trait as. Pass an entry to enum-typed arguments or its .value to numeric arguments.
gapi_ot_cpu_kernelsfunctionThis namespace contains G-API Operation Types for
gapi_ot_ObjectTrackerParamsclassgapi ot object tracker params value in the OpenCV API.
gapi_ot_trackfunctionTracks objects with video frames.
gapi_ot_track1functionTracks objects with video frames. Overload of track(...) for frame as GFrame.
gapi_ot_TrackingStatusclassenum: TrackingStatus
gapi_ov_paramsfunctionCreate network parameter configuration. These parameter objects describe an optional OpenVINO or ONNX Runtime backend, which is not linked in this WASM build. Use gapi.dnn.Params f
gapi_ov_params1functionCreate network parameter configuration. These parameter objects describe an optional OpenVINO or ONNX Runtime backend, which is not linked in this WASM build. Use gapi.dnn.Params f
gapi_ov_PyParamsclassNB: Used by python wrapper
gapi_parseSSDfunctionnamespace nn
gapi_parseSSD1functionParses output of SSD network.
gapi_parseYolofunctionParses output of Yolo network.
gapi_phasefunctionCalculates the rotation angle of 2D vectors.
gapi_polarToCartfunctionCalculates x and y coordinates of 2D vectors from their magnitude and angle.
gapi_remapfunctionApplies a generic geometrical transformation to an image.
gapi_render_ocv_kernelsfunctionThis namespace contains G-API CPU rendering backend functions,
gapi_resizefunctiongapi_colorconvert
gapi_RGB2GrayfunctionConverts an image from RGB color space to gray-scaled.
gapi_RGB2Gray1functionResulting gray color value computed as
gapi_RGB2HSVfunctionConverts an image from RGB color space to HSV.
gapi_RGB2I420functionConverts an image from RGB color space to I420 color space.
gapi_RGB2LabfunctionConverts an image from RGB color space to Lab color space.
gapi_RGB2YUVfunctionConverts an image from RGB color space to YUV color space.
gapi_RGB2YUV422functionConverts an image from RGB color space to YUV422.
gapi_selectfunctionSelect values from either first or second of input matrices by given mask.
gapi_sepFilterfunctionnamespace imgproc
gapi_SobelfunctionCalculates the first, second, third, or mixed image derivatives using an extended Sobel operator.
gapi_SobelXYfunctionCalculates the first, second, third, or mixed image derivatives using an extended Sobel operator.
gapi_split3functionDivides a 3-channel matrix into 3 single-channel matrices.
gapi_split4functionDivides a 4-channel matrix into 4 single-channel matrices.
gapi_sqrtfunctionCalculates a square root of array elements.
gapi_StereoOutputFormatclassThe enum specified format of result that you get from `cv::gapi::stereo.`
gapi_streaming_queue_capacityclassSpecify queue capacity for streaming execution.
gapi_streaming_sizefunctionGets dimensions from Mat.
gapi_streaming_size1functionGets dimensions from rectangle.
gapi_streaming_size2functionGets dimensions from Mat.
gapi_streaming_sync_policyclassNative enum entries for gapi streaming sync policy. Pass an entry to enum-typed arguments or its .value to numeric arguments.
gapi_subfunctionCalculates the per-element difference between two matrices.
gapi_subCfunctionCalculates the per-element difference between matrix and given scalar.
gapi_subRCfunctionCalculates the per-element difference between given scalar and the matrix.
gapi_sumfunctionCalculates sum of all matrix elements.
gapi_thresholdfunctionApplies a fixed-level threshold to each matrix element.
gapi_threshold1functionThis function applicable for all threshold types except cv::THRESH_OTSU and cv::THRESH_TRIANGLE
gapi_transposefunctionTransposes a matrix.
gapi_video_BackgroundSubtractorTypeclassThis namespace contains G-API Operations and functions for
gapi_warpAffinefunctionApplies an affine transformation to an image.
gapi_warpPerspectivefunctionApplies a perspective transformation to an image.
gapi_wip_draw_CircleclassThis structure represents a circle to draw.
gapi_wip_draw_ImageclassThis structure represents an image to draw.
gapi_wip_draw_LineclassThis structure represents a line to draw.
gapi_wip_draw_MosaicclassThis structure represents a mosaicing operation.
gapi_wip_draw_PolyclassThis structure represents a polygon to draw.
gapi_wip_draw_RectclassThis structure represents a rectangle to draw.
gapi_wip_draw_renderfunctionThe function renders on the input image passed drawing primitivies
gapi_wip_draw_render3chfunctionRenders on 3 channels input
gapi_wip_draw_renderNV12functionRenders on two planes
gapi_wip_draw_TextclassThis structure represents a text string to draw.
gapi_wip_gst_GStreamerPipelineclassgapi wip gst gstreamer pipeline value in the OpenCV API.
gapi_wip_gst_GStreamerSource_OutputTypeclassIndicates what type of data should be produced by GStreamerSource: cv::MediaFrame or cv::Mat
gapi_wip_onevpl_AccelTypeclassNative enum entries for gapi wip onevpl accel type. Pass an entry to enum-typed arguments or its .value to numeric arguments.
gapi_YUV2BGRfunctionConverts an image from YUV color space to BGR color space.
gapi_YUV2RGBfunctionConverts an image from YUV color space to RGB.
GArrayDescclass\addtogroup gapi_meta_args
GCompileArgclassAn owned native graph compilation option. Wrap a kernel package or use a static factory for network and queue options.
GComputationclassnamespace gapi
GFluidKernel_KindclassNative enum entries for gfluid kernel kind. Pass an entry to enum-typed arguments or its .value to numeric arguments.
GFrameclass\addtogroup gapi_data_objects
GKernelPackageclassnamespace gapi
GMatclass\addtogroup gapi_data_objects
GMatDescclass\addtogroup gapi_meta_args
GOpaqueDescclass\addtogroup gapi_meta_args
GScalarclass\addtogroup gapi_data_objects
GScalarDescclass\addtogroup gapi_meta_args
GShapeclassnamespace detail
GStreamingCompiledclass\addtogroup gapi_main_classes
MediaFormatclassNative enum entries for media format. Pass an entry to enum-typed arguments or its .value to numeric arguments.
MediaFrame_AccessclassThis enum defines different types of cv::MediaFrame provided
RMat_Accessclass\addtogroup gapi_data_structures
No matches. Try an algorithm name, a module, or a shorter phrase.
Constants
Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.
GFluidKernel_Kind_Filtergfluid kernel kind filter constant (0), defined by OpenCV for cv::GFluidKernel::Kind.
GFLUID_KERNEL_KIND_FILTERgfluid kernel kind filter constant (0), defined by OpenCV for cv::GFluidKernel::Kind.
GFluidKernel_Kind_Resizegfluid kernel kind resize constant (1), defined by OpenCV for cv::GFluidKernel::Kind.
GFLUID_KERNEL_KIND_RESIZEgfluid kernel kind resize constant (1), defined by OpenCV for cv::GFluidKernel::Kind.
GFluidKernel_Kind_YUV420toRGBColor conversion of 4:2:0 chroma sub-sampling formats (NV12, I420 ..etc) to RGB
GFLUID_KERNEL_KIND_YUV420TO_RGBColor conversion of 4:2:0 chroma sub-sampling formats (NV12, I420 ..etc) to RGB
GShape_GMATgshape gmat constant (0), defined by OpenCV for cv::GShape.
GSHAPE_GMATgshape gmat constant (0), defined by OpenCV for cv::GShape.
GShape_GSCALARgshape gscalar constant (1), defined by OpenCV for cv::GShape.
GSHAPE_GSCALARgshape gscalar constant (1), defined by OpenCV for cv::GShape.
GShape_GARRAYgshape garray constant (2), defined by OpenCV for cv::GShape.
GSHAPE_GARRAYgshape garray constant (2), defined by OpenCV for cv::GShape.
GShape_GOPAQUEgshape gopaque constant (3), defined by OpenCV for cv::GShape.
GSHAPE_GOPAQUEgshape gopaque constant (3), defined by OpenCV for cv::GShape.
GShape_GFRAMEgshape gframe constant (4), defined by OpenCV for cv::GShape.
GSHAPE_GFRAMEgshape gframe constant (4), defined by OpenCV for cv::GShape.
MediaFormat_BGRmedia format bgr constant (0), defined by OpenCV for cv::MediaFormat.
MEDIA_FORMAT_BGRmedia format bgr constant (0), defined by OpenCV for cv::MediaFormat.
MediaFormat_NV12media format nv12 constant (0+1), defined by OpenCV for cv::MediaFormat.
MEDIA_FORMAT_NV12media format nv12 constant (0+1), defined by OpenCV for cv::MediaFormat.
MediaFormat_GRAYmedia format gray constant (0+2), defined by OpenCV for cv::MediaFormat.
MEDIA_FORMAT_GRAYmedia format gray constant (0+2), defined by OpenCV for cv::MediaFormat.
MediaFrame_Access_RAccess data for reading
MEDIA_FRAME_ACCESS_RAccess data for reading
MediaFrame_Access_WAccess data for writing
MEDIA_FRAME_ACCESS_WAccess data for writing
RMat_Access_Rrmat access r constant (0), defined by OpenCV for cv::RMat::Access.
RMAT_ACCESS_Rrmat access r constant (0), defined by OpenCV for cv::RMat::Access.
RMat_Access_Wrmat access w constant (1), defined by OpenCV for cv::RMat::Access.
RMAT_ACCESS_Wrmat access w constant (1), defined by OpenCV for cv::RMat::Access.
detail_OpaqueKind_CV_UNKNOWNUnknown, generic, opaque-to-GAPI data type unsupported in graph seriallization
detail_OPAQUE_KIND_CV_UNKNOWNUnknown, generic, opaque-to-GAPI data type unsupported in graph seriallization
detail_OpaqueKind_CV_BOOLbool user G-API data
detail_OPAQUE_KIND_CV_BOOLbool user G-API data
detail_OpaqueKind_CV_INTint user G-API data
detail_OPAQUE_KIND_CV_INTint user G-API data
detail_OpaqueKind_CV_INT64int64_t user G-API data
detail_OPAQUE_KIND_CV_INT64int64_t user G-API data
detail_OpaqueKind_CV_DOUBLEdouble user G-API data
detail_OPAQUE_KIND_CV_DOUBLEdouble user G-API data
detail_OpaqueKind_CV_FLOATfloat user G-API data
detail_OPAQUE_KIND_CV_FLOATfloat user G-API data
detail_OpaqueKind_CV_UINT64uint64_t user G-API data
detail_OPAQUE_KIND_CV_UINT64uint64_t user G-API data
detail_OpaqueKind_CV_STRINGstd::string user G-API data
detail_OPAQUE_KIND_CV_STRINGstd::string user G-API data
detail_OpaqueKind_CV_POINTcv::Point user G-API data
detail_OPAQUE_KIND_CV_POINTcv::Point user G-API data
detail_OpaqueKind_CV_POINT2Fcv::Point2f user G-API data
detail_OPAQUE_KIND_CV_POINT2Fcv::Point2f user G-API data
detail_OpaqueKind_CV_POINT3Fcv::Point3f user G-API data
detail_OPAQUE_KIND_CV_POINT3Fcv::Point3f user G-API data
detail_OpaqueKind_CV_SIZEcv::Size user G-API data
detail_OPAQUE_KIND_CV_SIZEcv::Size user G-API data
detail_OpaqueKind_CV_RECTcv::Rect user G-API data
detail_OPAQUE_KIND_CV_RECTcv::Rect user G-API data
detail_OpaqueKind_CV_SCALARcv::Scalar user G-API data
detail_OPAQUE_KIND_CV_SCALARcv::Scalar user G-API data
detail_OpaqueKind_CV_MATcv::Mat user G-API data
detail_OPAQUE_KIND_CV_MATcv::Mat user G-API data
detail_OpaqueKind_CV_DRAW_PRIMcv::gapi::wip::draw::Prim user G-API data
detail_OPAQUE_KIND_CV_DRAW_PRIMcv::gapi::wip::draw::Prim user G-API data
detail_ArgKind_OPAQUE_VALdeprecated value used for compatibility, use OPAQUE_VAL instead
detail_ARG_KIND_OPAQUE_VALdeprecated value used for compatibility, use OPAQUE_VAL instead
detail_ArgKind_OPAQUEdeprecated value used for compatibility, use OPAQUE_VAL instead
detail_ARG_KIND_OPAQUEdeprecated value used for compatibility, use OPAQUE_VAL instead
detail_ArgKind_GOBJREF<internal> reference to object
detail_ARG_KIND_GOBJREF<internal> reference to object
detail_ArgKind_GMATdetail_ArgKind_GMAT: a cv::GMat
detail_ARG_KIND_GMATdetail_ARG_KIND_GMAT: a cv::GMat
detail_ArgKind_GMATPdetail_ArgKind_GMATP: a cv::GMatP
detail_ARG_KIND_GMATPdetail_ARG_KIND_GMATP: a cv::GMatP
detail_ArgKind_GFRAMEdetail_ArgKind_GFRAME: a cv::GFrame
detail_ARG_KIND_GFRAMEdetail_ARG_KIND_GFRAME: a cv::GFrame
detail_ArgKind_GSCALARdetail_ArgKind_GSCALAR: a cv::GScalar
detail_ARG_KIND_GSCALARdetail_ARG_KIND_GSCALAR: a cv::GScalar
detail_ArgKind_GARRAYa cv::GArrayU (note - exactly GArrayU, not GArray<T>!)
detail_ARG_KIND_GARRAYa cv::GArrayU (note - exactly GArrayU, not GArray<T>!)
detail_ArgKind_GOPAQUEa cv::GOpaqueU (note - exactly GOpaqueU, not GOpaque<T>!)
detail_ARG_KIND_GOPAQUEa cv::GOpaqueU (note - exactly GOpaqueU, not GOpaque<T>!)
gapi_StereoOutputFormat_DEPTH_FLOAT16Same as DEPTH_FLOAT16
gapi_STEREO_OUTPUT_FORMAT_DEPTH_FLOAT16Same as DEPTH_FLOAT16
gapi_StereoOutputFormat_DEPTH_FLOAT32Same as DEPTH_FLOAT32
gapi_STEREO_OUTPUT_FORMAT_DEPTH_FLOAT32Same as DEPTH_FLOAT32
gapi_StereoOutputFormat_DISPARITY_FIXED16_11_5Same as DISPARITY_FIXED16_11_5
gapi_STEREO_OUTPUT_FORMAT_DISPARITY_FIXED16_11_5Same as DISPARITY_FIXED16_11_5
gapi_StereoOutputFormat_DISPARITY_FIXED16_12_4Same as DISPARITY_FIXED16_12_4
gapi_STEREO_OUTPUT_FORMAT_DISPARITY_FIXED16_12_4Same as DISPARITY_FIXED16_12_4
gapi_StereoOutputFormat_DEPTH_16FSame as DEPTH_FLOAT16
gapi_STEREO_OUTPUT_FORMAT_DEPTH_16FSame as DEPTH_FLOAT16
gapi_StereoOutputFormat_DEPTH_32FSame as DEPTH_FLOAT32
gapi_STEREO_OUTPUT_FORMAT_DEPTH_32FSame as DEPTH_FLOAT32
gapi_StereoOutputFormat_DISPARITY_16Q_10_5Same as DISPARITY_FIXED16_11_5
gapi_STEREO_OUTPUT_FORMAT_DISPARITY_16Q_10_5Same as DISPARITY_FIXED16_11_5
gapi_StereoOutputFormat_DISPARITY_16Q_11_4Same as DISPARITY_FIXED16_12_4
gapi_STEREO_OUTPUT_FORMAT_DISPARITY_16Q_11_4Same as DISPARITY_FIXED16_12_4
gapi_streaming_sync_policy_dont_syncgapi streaming sync policy dont sync constant (0), defined by OpenCV for cv::gapi::streaming::sync_policy.
gapi_streaming_SYNC_POLICY_DONT_SYNCgapi streaming sync policy dont sync constant (0), defined by OpenCV for cv::gapi::streaming::sync_policy.
gapi_streaming_sync_policy_dropgapi streaming sync policy drop constant (1), defined by OpenCV for cv::gapi::streaming::sync_policy.
gapi_streaming_SYNC_POLICY_DROPgapi streaming sync policy drop constant (1), defined by OpenCV for cv::gapi::streaming::sync_policy.
gapi_ie_TraitAs_TENSORG-API traits an associated cv::Mat as a raw tensor and passes dimensions as-is
gapi_ie_TRAIT_AS_TENSORG-API traits an associated cv::Mat as a raw tensor and passes dimensions as-is
gapi_ie_TraitAs_IMAGEG-API traits an associated cv::Mat as an image so creates an "image" blob (NCHW/NHWC, etc)
gapi_ie_TRAIT_AS_IMAGEG-API traits an associated cv::Mat as an image so creates an "image" blob (NCHW/NHWC, etc)
gapi_ie_Syncgapi ie sync constant (0), defined by OpenCV for cv::gapi::ie.
gapi_ie_SYNCgapi ie sync constant (0), defined by OpenCV for cv::gapi::ie.
gapi_ie_Asyncgapi ie async constant (1), defined by OpenCV for cv::gapi::ie.
gapi_ie_ASYNCgapi ie async constant (1), defined by OpenCV for cv::gapi::ie.
gapi_onnx_TraitAs_TENSORG-API traits an associated cv::Mat as a raw tensor
gapi_onnx_TRAIT_AS_TENSORG-API traits an associated cv::Mat as a raw tensor
gapi_onnx_TraitAs_IMAGEG-API traits an associated cv::Mat as an image so
gapi_onnx_TRAIT_AS_IMAGEG-API traits an associated cv::Mat as an image so
gapi_ie_detail_ParamDesc_Kind_Loadgapi ie detail param desc kind load constant (0), defined by OpenCV for cv::gapi::ie::detail::ParamDesc::Kind.
gapi_ie_detail_PARAM_DESC_KIND_LOADgapi ie detail param desc kind load constant (0), defined by OpenCV for cv::gapi::ie::detail::ParamDesc::Kind.
gapi_ie_detail_ParamDesc_Kind_Importgapi ie detail param desc kind import constant (1), defined by OpenCV for cv::gapi::ie::detail::ParamDesc::Kind.
gapi_ie_detail_PARAM_DESC_KIND_IMPORTgapi ie detail param desc kind import constant (1), defined by OpenCV for cv::gapi::ie::detail::ParamDesc::Kind.
gapi_oak_EncoderConfig_RateControlMode_CBRRate control mode specifies if constant or variable bitrate should be used (H264 / H265)
gapi_oak_ENCODER_CONFIG_RATE_CONTROL_MODE_CBRRate control mode specifies if constant or variable bitrate should be used (H264 / H265)
gapi_oak_EncoderConfig_RateControlMode_VBRRate control mode specifies if constant or variable bitrate should be used (H264 / H265)
gapi_oak_ENCODER_CONFIG_RATE_CONTROL_MODE_VBRRate control mode specifies if constant or variable bitrate should be used (H264 / H265)
gapi_oak_EncoderConfig_Profile_H264_BASELINEEncoding profile, H264, H265 or MJPEG
gapi_oak_ENCODER_CONFIG_PROFILE_H264_BASELINEEncoding profile, H264, H265 or MJPEG
gapi_oak_EncoderConfig_Profile_H264_HIGHEncoding profile, H264, H265 or MJPEG
gapi_oak_ENCODER_CONFIG_PROFILE_H264_HIGHEncoding profile, H264, H265 or MJPEG
gapi_oak_EncoderConfig_Profile_H264_MAINEncoding profile, H264, H265 or MJPEG
gapi_oak_ENCODER_CONFIG_PROFILE_H264_MAINEncoding profile, H264, H265 or MJPEG
gapi_oak_EncoderConfig_Profile_H265_MAINEncoding profile, H264, H265 or MJPEG
gapi_oak_ENCODER_CONFIG_PROFILE_H265_MAINEncoding profile, H264, H265 or MJPEG
gapi_oak_EncoderConfig_Profile_MJPEGEncoding profile, H264, H265 or MJPEG
gapi_oak_ENCODER_CONFIG_PROFILE_MJPEGEncoding profile, H264, H265 or MJPEG
gapi_oak_ColorCameraParams_BoardSocket_RGBgapi_oak_ColorCameraParams_BoardSocket_RGB: FIXME: extend
gapi_oak_COLOR_CAMERA_PARAMS_BOARD_SOCKET_RGBgapi_oak_COLOR_CAMERA_PARAMS_BOARD_SOCKET_RGB: FIXME: extend
gapi_oak_ColorCameraParams_BoardSocket_BGRgapi_oak_ColorCameraParams_BoardSocket_BGR: FIXME: extend
gapi_oak_COLOR_CAMERA_PARAMS_BOARD_SOCKET_BGRgapi_oak_COLOR_CAMERA_PARAMS_BOARD_SOCKET_BGR: FIXME: extend
gapi_oak_ColorCameraParams_Resolution_THE_1080_Pgapi_oak_ColorCameraParams_Resolution_THE_1080_P: FIXME: extend
gapi_oak_COLOR_CAMERA_PARAMS_RESOLUTION_THE_1080_Pgapi_oak_COLOR_CAMERA_PARAMS_RESOLUTION_THE_1080_P: FIXME: extend
gapi_ot_NEWThe object is newly added.
gapi_ot_TRACKEDThe object is being tracked.
gapi_ot_LOSTThe object gets lost now. The object can be tracked again
gapi_own_detail_MatHeader_AUTO_STEPgapi own detail mat header auto step constant (0), defined by OpenCV for cv::gapi::own::detail::MatHeader.
gapi_own_detail_MAT_HEADER_AUTO_STEPgapi own detail mat header auto step constant (0), defined by OpenCV for cv::gapi::own::detail::MatHeader.
gapi_own_detail_MatHeader_TYPE_MASKgapi own detail mat header type mask constant (0x00000FFF), defined by OpenCV for cv::gapi::own::detail::MatHeader.
gapi_own_detail_MAT_HEADER_TYPE_MASKgapi own detail mat header type mask constant (0x00000FFF), defined by OpenCV for cv::gapi::own::detail::MatHeader.
gapi_wip_gst_GStreamerSource_OutputType_FRAMEgapi wip gst gstreamer source output type frame constant (0), defined by OpenCV for cv::gapi::wip::gst::GStreamerSource::OutputType.
gapi_wip_gst_GSTREAMER_SOURCE_OUTPUT_TYPE_FRAMEgapi wip gst gstreamer source output type frame constant (0), defined by OpenCV for cv::gapi::wip::gst::GStreamerSource::OutputType.
gapi_wip_gst_GStreamerSource_OutputType_MATgapi wip gst gstreamer source output type mat constant (1), defined by OpenCV for cv::gapi::wip::gst::GStreamerSource::OutputType.
gapi_wip_gst_GSTREAMER_SOURCE_OUTPUT_TYPE_MATgapi wip gst gstreamer source output type mat constant (1), defined by OpenCV for cv::gapi::wip::gst::GStreamerSource::OutputType.
gapi_wip_onevpl_AccelType_HOSTgapi wip onevpl accel type host constant (0), defined by OpenCV for cv::gapi::wip::onevpl::AccelType.
gapi_wip_onevpl_ACCEL_TYPE_HOSTgapi wip onevpl accel type host constant (0), defined by OpenCV for cv::gapi::wip::onevpl::AccelType.
gapi_wip_onevpl_AccelType_DX11gapi wip onevpl accel type dx11 constant (1), defined by OpenCV for cv::gapi::wip::onevpl::AccelType.
gapi_wip_onevpl_ACCEL_TYPE_DX11gapi wip onevpl accel type dx11 constant (1), defined by OpenCV for cv::gapi::wip::onevpl::AccelType.
gapi_wip_onevpl_AccelType_VAAPIgapi wip onevpl accel type vaapi constant (2), defined by OpenCV for cv::gapi::wip::onevpl::AccelType.
gapi_wip_onevpl_ACCEL_TYPE_VAAPIgapi wip onevpl accel type vaapi constant (2), defined by OpenCV for cv::gapi::wip::onevpl::AccelType.
gapi_wip_onevpl_AccelType_LAST_VALUEgapi wip onevpl accel type last value constant (std::numeric_limits<uint8_t>::max()), defined by OpenCV for cv::gapi::wip::onevpl::AccelType.
gapi_wip_onevpl_ACCEL_TYPE_LAST_VALUEgapi wip onevpl accel type last value constant (std::numeric_limits<uint8_t>::max()), defined by OpenCV for cv::gapi::wip::onevpl::AccelType.
gapi_video_TYPE_BS_MOG2gapi video type bs mog2 constant (0), defined by OpenCV for cv::gapi::video.
gapi_video_TYPE_BS_KNNgapi video type bs knn constant (1), defined by OpenCV for cv::gapi::video.