Skip to content

gapi

All modules / gapi

detail_ArgKindclass

FIXME: These traits and enum and possible numerous switch(kind)

detail_OpaqueKindclass

This enum is utilized mostly by GArray and GOpaque to store and recognize their internal data

empty_array_descfunction

Create an empty array descriptor for native graph metadata. Array element type is determined by the graph node.

empty_gopaque_descfunction

Create an empty opaque-value descriptor for native graph metadata.

empty_scalar_descfunction

Create an empty scalar descriptor for native graph metadata.

gapi_absDifffunction

Calculates the per-element absolute difference between two matrices.

gapi_absDiffCfunction

Calculates absolute value of matrix elements.

gapi_addfunction

namespace streaming

gapi_addCfunction

Calculates the per-element sum of matrix and given scalar.

gapi_addC1function

Calculates the per-element sum of matrix and given scalar.

gapi_addWeightedfunction

Calculates the weighted sum of two matrices.

gapi_BayerGR2RGBfunction

Converts an image from BayerGR color space to RGB.

gapi_BGR2Grayfunction

Converts an image from BGR color space to gray-scaled.

gapi_BGR2I420function

Converts an image from BGR color space to I420 color space.

gapi_BGR2LUVfunction

Converts an image from BGR color space to LUV color space.

gapi_BGR2RGBfunction

gapi_shape

gapi_BGR2YUVfunction

Converts an image from BGR color space to YUV color space.

gapi_bilateralFilterfunction

Applies the bilateral filter to an image.

gapi_bitwise_andfunction

computes bitwise conjunction of the two matrixes (src1 & src2)

gapi_bitwise_and1function

computes bitwise conjunction of the two matrixes (src1 & src2)

gapi_bitwise_notfunction

Inverts every bit of an array.

gapi_bitwise_orfunction

computes bitwise disjunction of the two matrixes (src1 | src2)

gapi_bitwise_or1function

computes bitwise disjunction of the two matrixes (src1 | src2)

gapi_bitwise_xorfunction

computes bitwise logical "exclusive or" of the two matrixes (src1 ^ src2)

gapi_bitwise_xor1function

computes bitwise logical "exclusive or" of the two matrixes (src1 ^ src2)

gapi_blurfunction

Blurs an image using the normalized box filter.

gapi_boundingRectfunction

Calculates the up-right bounding rectangle of a point set or non-zero pixels

gapi_boundingRect1function

Calculates the up-right bounding rectangle of a point set or non-zero pixels

gapi_boundingRect2function

Calculates the up-right bounding rectangle of a point set or non-zero pixels

gapi_boxFilterfunction

Blurs an image using the box filter.

gapi_Cannyfunction

gapi_filters

gapi_cartToPolarfunction

Calculates the magnitude and angle of 2D vectors.

gapi_cmpEQfunction

Performs the per-element comparison of two matrices checking if elements from first matrix are equal to elements in second.

gapi_cmpEQ1function

Performs the per-element comparison of two matrices checking if elements from first matrix are equal to elements in second.

gapi_cmpGEfunction

Performs the per-element comparison of two matrices checking if elements from first matrix are greater or equal compare to elements in second.

gapi_cmpGE1function

Performs the per-element comparison of two matrices checking if elements from first matrix are greater or equal compare to elements in second.

gapi_cmpGTfunction

gapi_math

gapi_cmpGT1function

gapi_math

gapi_cmpLEfunction

Performs the per-element comparison of two matrices checking if elements from first matrix are less or equal compare to elements in second.

gapi_cmpLE1function

Performs the per-element comparison of two matrices checking if elements from first matrix are less or equal compare to elements in second.

gapi_cmpLTfunction

Performs the per-element comparison of two matrices checking if elements from first matrix are less than elements in second.

gapi_cmpLT1function

Performs the per-element comparison of two matrices checking if elements from first matrix are less than elements in second.

gapi_cmpNEfunction

Performs the per-element comparison of two matrices checking if elements from first matrix are not equal to elements in second.

gapi_cmpNE1function

Performs the per-element comparison of two matrices checking if elements from first matrix are not equal to elements in second.

gapi_combinefunction

Declares a new G-API Operation. See [Kernel API](`gapi_kernel_api`) for more details.

gapi_concatHorfunction

Applies horizontal concatenation to given matrices.

gapi_concatHor1function

The function horizontally concatenates given number of GMat matrices (with the same number of columns).

gapi_concatVertfunction

Applies vertical concatenation to given matrices.

gapi_concatVert1function

The function vertically concatenates given number of GMat matrices (with the same number of columns).

gapi_convertTofunction

Converts a matrix to another data depth with optional scaling.

gapi_copyfunction

namespace streaming

gapi_core_cpu_kernelsfunction

Create an owned package of native core graph kernels for the CPU backend.

gapi_core_fluid_kernelsfunction

Create an owned package of native core graph kernels for the line-buffered Fluid CPU backend.

gapi_core_ocl_kernelsfunction

Create an owned package of native core graph kernels for the OpenCL backend. OpenCL acceleration is unavailable in this build.

gapi_countNonZerofunction

Counts non-zero array elements.

gapi_cropfunction

Crops a 2D matrix.

gapi_dilatefunction

Dilates an image by using a specific structuring element.

gapi_dilate3x3function

Dilates an image by using 3 by 3 rectangular structuring element.

gapi_divfunction

FIXME: merge with mulc

gapi_divCfunction

Divides matrix by scalar.

gapi_divRCfunction

Divides scalar by matrix.

gapi_equalizeHistfunction

Equalizes the histogram of a grayscale image.

gapi_erodefunction

Erodes an image by using a specific structuring element.

gapi_erode3x3function

Erodes an image by using 3 by 3 rectangular structuring element.

gapi_filter2Dfunction

Convolves an image with the kernel.

gapi_flipfunction

Flips a 2D matrix around vertical, horizontal, or both axes.

gapi_gaussianBlurfunction

GAPI_EXPORTS_W void blur( InputArray src, OutputArray dst,

gapi_GNetPackageclass

\addtogroup gapi_compile_args

gapi_GNetParamclass

Note: the below code _is_ part of STANDALONE build,

gapi_goodFeaturesToTrackfunction

Determines strong corners on an image.

gapi_I4202BGRfunction

Converts an image from I420 color space to BGR color space.

gapi_I4202RGBfunction

Converts an image from I420 color space to BGR color space.

gapi_ie_detail_ParamDesc_Kindclass

Native enum entries for gapi ie detail param desc kind. Pass an entry to enum-typed arguments or its .value to numeric arguments.

gapi_ie_InferModeclass

Native enum entries for gapi ie infer mode. Pass an entry to enum-typed arguments or its .value to numeric arguments.

gapi_ie_paramsfunction

Create 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_params1function

Create 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_PyParamsclass

NB: Used by python wrapper

gapi_ie_TraitAsclass

Specifies how G-API and IE should trait input data

gapi_imgproc_fluid_kernelsfunction

Create an owned package of native image-processing graph kernels for the line-buffered Fluid CPU backend.

gapi_inRangefunction

Applies a range-level threshold to each matrix element.

gapi_integralfunction

Calculates the integral of an image.

gapi_kmeansfunction

Finds centers of clusters and groups input samples around the clusters.

gapi_kmeans1function

Note: - Function textual ID is "org.opencv.core.kmeansNDNoInit"

gapi_kmeans2function

Finds centers of clusters and groups input samples around the clusters.

gapi_kmeans3function

Finds centers of clusters and groups input samples around the clusters.

gapi_Laplacianfunction

Calculates the Laplacian of an image.

gapi_LUTfunction

Performs a look-up table transform of a matrix.

gapi_LUV2BGRfunction

Converts an image from LUV color space to BGR color space.

gapi_maskfunction

Applies a mask to a matrix.

gapi_maxfunction

Calculates per-element maximum of two matrices.

gapi_meanfunction

Calculates an average (mean) of matrix elements.

gapi_medianBlurfunction

Blurs an image using the median filter.

gapi_merge3function

Creates one 3-channel matrix out of 3 single-channel ones.

gapi_merge4function

gapi_matrixop

gapi_minfunction

gapi_pixelwise

gapi_morphologyExfunction

Performs advanced morphological transformations.

gapi_mulfunction

Calculates the per-element scaled product of two matrices.

gapi_mulCfunction

Multiplies matrix by scalar.

gapi_mulC1function

Multiplies matrix by scalar.

gapi_mulC2function

Multiplies matrix by scalar.

gapi_normalizefunction

Normalizes the norm or value range of an array.

gapi_normInffunction

Calculates the absolute infinite norm of a matrix.

gapi_normL1function

Calculates the absolute L1 norm of a matrix.

gapi_normL2function

Calculates the absolute L2 norm of a matrix.

gapi_NV12toBGRfunction

Converts an image from NV12 (YUV420p) color space to BGR.

gapi_NV12toGrayfunction

Converts an image from NV12 (YUV420p) color space to gray-scaled.

gapi_NV12toRGBfunction

Converts an image from NV12 (YUV420p) color space to RGB.

gapi_oak_ColorCameraParams_BoardSocketclass

gapi_oak_ColorCameraParams_BoardSocket: FIXME: extend

gapi_oak_ColorCameraParams_Resolutionclass

gapi_oak_ColorCameraParams_Resolution: FIXME: extend

gapi_oak_EncoderConfig_Profileclass

Encoding profile, H264, H265 or MJPEG

gapi_oak_EncoderConfig_RateControlModeclass

Rate control mode specifies if constant or variable bitrate should be used (H264 / H265)

gapi_onnx_ep_CoreMLclass

This structure provides functions

gapi_onnx_ep_CUDAclass

This structure provides functions

gapi_onnx_ep_DirectMLclass

This structure provides functions

gapi_onnx_ep_OpenVINOclass

This structure provides functions

gapi_onnx_ep_TensorRTclass

This structure provides functions

gapi_onnx_paramsfunction

Create 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_PyParamsclass

NB: Used by python wrapper

gapi_onnx_TraitAsclass

Native enum entries for gapi onnx trait as. Pass an entry to enum-typed arguments or its .value to numeric arguments.

gapi_ot_cpu_kernelsfunction

This namespace contains G-API Operation Types for

gapi_ot_ObjectTrackerParamsclass

gapi ot object tracker params value in the OpenCV API.

gapi_ot_trackfunction

Tracks objects with video frames.

gapi_ot_track1function

Tracks objects with video frames. Overload of track(...) for frame as GFrame.

gapi_ot_TrackingStatusclass

enum: TrackingStatus

gapi_ov_paramsfunction

Create 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_params1function

Create 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_PyParamsclass

NB: Used by python wrapper

gapi_parseSSDfunction

namespace nn

gapi_parseSSD1function

Parses output of SSD network.

gapi_parseYolofunction

Parses output of Yolo network.

gapi_phasefunction

Calculates the rotation angle of 2D vectors.

gapi_polarToCartfunction

Calculates x and y coordinates of 2D vectors from their magnitude and angle.

gapi_remapfunction

Applies a generic geometrical transformation to an image.

gapi_render_ocv_kernelsfunction

This namespace contains G-API CPU rendering backend functions,

gapi_resizefunction

gapi_colorconvert

gapi_RGB2Grayfunction

Converts an image from RGB color space to gray-scaled.

gapi_RGB2Gray1function

Resulting gray color value computed as

gapi_RGB2HSVfunction

Converts an image from RGB color space to HSV.

gapi_RGB2I420function

Converts an image from RGB color space to I420 color space.

gapi_RGB2Labfunction

Converts an image from RGB color space to Lab color space.

gapi_RGB2YUVfunction

Converts an image from RGB color space to YUV color space.

gapi_RGB2YUV422function

Converts an image from RGB color space to YUV422.

gapi_selectfunction

Select values from either first or second of input matrices by given mask.

gapi_sepFilterfunction

namespace imgproc

gapi_Sobelfunction

Calculates the first, second, third, or mixed image derivatives using an extended Sobel operator.

gapi_SobelXYfunction

Calculates the first, second, third, or mixed image derivatives using an extended Sobel operator.

gapi_split3function

Divides a 3-channel matrix into 3 single-channel matrices.

gapi_split4function

Divides a 4-channel matrix into 4 single-channel matrices.

gapi_sqrtfunction

Calculates a square root of array elements.

gapi_StereoOutputFormatclass

The enum specified format of result that you get from `cv::gapi::stereo.`

gapi_streaming_queue_capacityclass

Specify queue capacity for streaming execution.

gapi_streaming_sizefunction

Gets dimensions from Mat.

gapi_streaming_size1function

Gets dimensions from rectangle.

gapi_streaming_size2function

Gets dimensions from Mat.

gapi_streaming_sync_policyclass

Native enum entries for gapi streaming sync policy. Pass an entry to enum-typed arguments or its .value to numeric arguments.

gapi_subfunction

Calculates the per-element difference between two matrices.

gapi_subCfunction

Calculates the per-element difference between matrix and given scalar.

gapi_subRCfunction

Calculates the per-element difference between given scalar and the matrix.

gapi_sumfunction

Calculates sum of all matrix elements.

gapi_thresholdfunction

Applies a fixed-level threshold to each matrix element.

gapi_threshold1function

This function applicable for all threshold types except cv::THRESH_OTSU and cv::THRESH_TRIANGLE

gapi_transposefunction

Transposes a matrix.

gapi_video_BackgroundSubtractorTypeclass

This namespace contains G-API Operations and functions for

gapi_warpAffinefunction

Applies an affine transformation to an image.

gapi_warpPerspectivefunction

Applies a perspective transformation to an image.

gapi_wip_draw_Circleclass

This structure represents a circle to draw.

gapi_wip_draw_Imageclass

This structure represents an image to draw.

gapi_wip_draw_Lineclass

This structure represents a line to draw.

gapi_wip_draw_Mosaicclass

This structure represents a mosaicing operation.

gapi_wip_draw_Polyclass

This structure represents a polygon to draw.

gapi_wip_draw_Rectclass

This structure represents a rectangle to draw.

gapi_wip_draw_renderfunction

The function renders on the input image passed drawing primitivies

gapi_wip_draw_render3chfunction

Renders on 3 channels input

gapi_wip_draw_renderNV12function

Renders on two planes

gapi_wip_draw_Textclass

This structure represents a text string to draw.

gapi_wip_gst_GStreamerPipelineclass

gapi wip gst gstreamer pipeline value in the OpenCV API.

gapi_wip_gst_GStreamerSource_OutputTypeclass

Indicates what type of data should be produced by GStreamerSource: cv::MediaFrame or cv::Mat

gapi_wip_onevpl_AccelTypeclass

Native enum entries for gapi wip onevpl accel type. Pass an entry to enum-typed arguments or its .value to numeric arguments.

gapi_YUV2BGRfunction

Converts an image from YUV color space to BGR color space.

gapi_YUV2RGBfunction

Converts an image from YUV color space to RGB.

GArrayDescclass

\addtogroup gapi_meta_args

GCompileArgclass

An owned native graph compilation option. Wrap a kernel package or use a static factory for network and queue options.

GComputationclass

namespace gapi

GFluidKernel_Kindclass

Native enum entries for gfluid kernel kind. Pass an entry to enum-typed arguments or its .value to numeric arguments.

GFrameclass

\addtogroup gapi_data_objects

GKernelPackageclass

namespace 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

GShapeclass

namespace detail

GStreamingCompiledclass

\addtogroup gapi_main_classes

MediaFormatclass

Native enum entries for media format. Pass an entry to enum-typed arguments or its .value to numeric arguments.

MediaFrame_Accessclass

This enum defines different types of cv::MediaFrame provided

RMat_Accessclass

\addtogroup gapi_data_structures

Constants

Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.

GFluidKernel_Kind_Filter

gfluid kernel kind filter constant (0), defined by OpenCV for cv::GFluidKernel::Kind.

GFLUID_KERNEL_KIND_FILTER

gfluid kernel kind filter constant (0), defined by OpenCV for cv::GFluidKernel::Kind.

GFluidKernel_Kind_Resize

gfluid kernel kind resize constant (1), defined by OpenCV for cv::GFluidKernel::Kind.

GFLUID_KERNEL_KIND_RESIZE

gfluid kernel kind resize constant (1), defined by OpenCV for cv::GFluidKernel::Kind.

GFluidKernel_Kind_YUV420toRGB

Color conversion of 4:2:0 chroma sub-sampling formats (NV12, I420 ..etc) to RGB

GFLUID_KERNEL_KIND_YUV420TO_RGB

Color conversion of 4:2:0 chroma sub-sampling formats (NV12, I420 ..etc) to RGB

GShape_GMAT

gshape gmat constant (0), defined by OpenCV for cv::GShape.

GSHAPE_GMAT

gshape gmat constant (0), defined by OpenCV for cv::GShape.

GShape_GSCALAR

gshape gscalar constant (1), defined by OpenCV for cv::GShape.

GSHAPE_GSCALAR

gshape gscalar constant (1), defined by OpenCV for cv::GShape.

GShape_GARRAY

gshape garray constant (2), defined by OpenCV for cv::GShape.

GSHAPE_GARRAY

gshape garray constant (2), defined by OpenCV for cv::GShape.

GShape_GOPAQUE

gshape gopaque constant (3), defined by OpenCV for cv::GShape.

GSHAPE_GOPAQUE

gshape gopaque constant (3), defined by OpenCV for cv::GShape.

GShape_GFRAME

gshape gframe constant (4), defined by OpenCV for cv::GShape.

GSHAPE_GFRAME

gshape gframe constant (4), defined by OpenCV for cv::GShape.

MediaFormat_BGR

media format bgr constant (0), defined by OpenCV for cv::MediaFormat.

MEDIA_FORMAT_BGR

media format bgr constant (0), defined by OpenCV for cv::MediaFormat.

MediaFormat_NV12

media format nv12 constant (0+1), defined by OpenCV for cv::MediaFormat.

MEDIA_FORMAT_NV12

media format nv12 constant (0+1), defined by OpenCV for cv::MediaFormat.

MediaFormat_GRAY

media format gray constant (0+2), defined by OpenCV for cv::MediaFormat.

MEDIA_FORMAT_GRAY

media format gray constant (0+2), defined by OpenCV for cv::MediaFormat.

MediaFrame_Access_R

Access data for reading

MEDIA_FRAME_ACCESS_R

Access data for reading

MediaFrame_Access_W

Access data for writing

MEDIA_FRAME_ACCESS_W

Access data for writing

RMat_Access_R

rmat access r constant (0), defined by OpenCV for cv::RMat::Access.

RMAT_ACCESS_R

rmat access r constant (0), defined by OpenCV for cv::RMat::Access.

RMat_Access_W

rmat access w constant (1), defined by OpenCV for cv::RMat::Access.

RMAT_ACCESS_W

rmat access w constant (1), defined by OpenCV for cv::RMat::Access.

detail_OpaqueKind_CV_UNKNOWN

Unknown, generic, opaque-to-GAPI data type unsupported in graph seriallization

detail_OPAQUE_KIND_CV_UNKNOWN

Unknown, generic, opaque-to-GAPI data type unsupported in graph seriallization

detail_OpaqueKind_CV_BOOL

bool user G-API data

detail_OPAQUE_KIND_CV_BOOL

bool user G-API data

detail_OpaqueKind_CV_INT

int user G-API data

detail_OPAQUE_KIND_CV_INT

int user G-API data

detail_OpaqueKind_CV_INT64

int64_t user G-API data

detail_OPAQUE_KIND_CV_INT64

int64_t user G-API data

detail_OpaqueKind_CV_DOUBLE

double user G-API data

detail_OPAQUE_KIND_CV_DOUBLE

double user G-API data

detail_OpaqueKind_CV_FLOAT

float user G-API data

detail_OPAQUE_KIND_CV_FLOAT

float user G-API data

detail_OpaqueKind_CV_UINT64

uint64_t user G-API data

detail_OPAQUE_KIND_CV_UINT64

uint64_t user G-API data

detail_OpaqueKind_CV_STRING

std::string user G-API data

detail_OPAQUE_KIND_CV_STRING

std::string user G-API data

detail_OpaqueKind_CV_POINT

cv::Point user G-API data

detail_OPAQUE_KIND_CV_POINT

cv::Point user G-API data

detail_OpaqueKind_CV_POINT2F

cv::Point2f user G-API data

detail_OPAQUE_KIND_CV_POINT2F

cv::Point2f user G-API data

detail_OpaqueKind_CV_POINT3F

cv::Point3f user G-API data

detail_OPAQUE_KIND_CV_POINT3F

cv::Point3f user G-API data

detail_OpaqueKind_CV_SIZE

cv::Size user G-API data

detail_OPAQUE_KIND_CV_SIZE

cv::Size user G-API data

detail_OpaqueKind_CV_RECT

cv::Rect user G-API data

detail_OPAQUE_KIND_CV_RECT

cv::Rect user G-API data

detail_OpaqueKind_CV_SCALAR

cv::Scalar user G-API data

detail_OPAQUE_KIND_CV_SCALAR

cv::Scalar user G-API data

detail_OpaqueKind_CV_MAT

cv::Mat user G-API data

detail_OPAQUE_KIND_CV_MAT

cv::Mat user G-API data

detail_OpaqueKind_CV_DRAW_PRIM

cv::gapi::wip::draw::Prim user G-API data

detail_OPAQUE_KIND_CV_DRAW_PRIM

cv::gapi::wip::draw::Prim user G-API data

detail_ArgKind_OPAQUE_VAL

deprecated value used for compatibility, use OPAQUE_VAL instead

detail_ARG_KIND_OPAQUE_VAL

deprecated value used for compatibility, use OPAQUE_VAL instead

detail_ArgKind_OPAQUE

deprecated value used for compatibility, use OPAQUE_VAL instead

detail_ARG_KIND_OPAQUE

deprecated 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_GMAT

detail_ArgKind_GMAT: a cv::GMat

detail_ARG_KIND_GMAT

detail_ARG_KIND_GMAT: a cv::GMat

detail_ArgKind_GMATP

detail_ArgKind_GMATP: a cv::GMatP

detail_ARG_KIND_GMATP

detail_ARG_KIND_GMATP: a cv::GMatP

detail_ArgKind_GFRAME

detail_ArgKind_GFRAME: a cv::GFrame

detail_ARG_KIND_GFRAME

detail_ARG_KIND_GFRAME: a cv::GFrame

detail_ArgKind_GSCALAR

detail_ArgKind_GSCALAR: a cv::GScalar

detail_ARG_KIND_GSCALAR

detail_ARG_KIND_GSCALAR: a cv::GScalar

detail_ArgKind_GARRAY

a cv::GArrayU (note - exactly GArrayU, not GArray<T>!)

detail_ARG_KIND_GARRAY

a cv::GArrayU (note - exactly GArrayU, not GArray<T>!)

detail_ArgKind_GOPAQUE

a cv::GOpaqueU (note - exactly GOpaqueU, not GOpaque<T>!)

detail_ARG_KIND_GOPAQUE

a cv::GOpaqueU (note - exactly GOpaqueU, not GOpaque<T>!)

gapi_StereoOutputFormat_DEPTH_FLOAT16

Same as DEPTH_FLOAT16

gapi_STEREO_OUTPUT_FORMAT_DEPTH_FLOAT16

Same as DEPTH_FLOAT16

gapi_StereoOutputFormat_DEPTH_FLOAT32

Same as DEPTH_FLOAT32

gapi_STEREO_OUTPUT_FORMAT_DEPTH_FLOAT32

Same as DEPTH_FLOAT32

gapi_StereoOutputFormat_DISPARITY_FIXED16_11_5

Same as DISPARITY_FIXED16_11_5

gapi_STEREO_OUTPUT_FORMAT_DISPARITY_FIXED16_11_5

Same as DISPARITY_FIXED16_11_5

gapi_StereoOutputFormat_DISPARITY_FIXED16_12_4

Same as DISPARITY_FIXED16_12_4

gapi_STEREO_OUTPUT_FORMAT_DISPARITY_FIXED16_12_4

Same as DISPARITY_FIXED16_12_4

gapi_StereoOutputFormat_DEPTH_16F

Same as DEPTH_FLOAT16

gapi_STEREO_OUTPUT_FORMAT_DEPTH_16F

Same as DEPTH_FLOAT16

gapi_StereoOutputFormat_DEPTH_32F

Same as DEPTH_FLOAT32

gapi_STEREO_OUTPUT_FORMAT_DEPTH_32F

Same as DEPTH_FLOAT32

gapi_StereoOutputFormat_DISPARITY_16Q_10_5

Same as DISPARITY_FIXED16_11_5

gapi_STEREO_OUTPUT_FORMAT_DISPARITY_16Q_10_5

Same as DISPARITY_FIXED16_11_5

gapi_StereoOutputFormat_DISPARITY_16Q_11_4

Same as DISPARITY_FIXED16_12_4

gapi_STEREO_OUTPUT_FORMAT_DISPARITY_16Q_11_4

Same as DISPARITY_FIXED16_12_4

gapi_streaming_sync_policy_dont_sync

gapi streaming sync policy dont sync constant (0), defined by OpenCV for cv::gapi::streaming::sync_policy.

gapi_streaming_SYNC_POLICY_DONT_SYNC

gapi streaming sync policy dont sync constant (0), defined by OpenCV for cv::gapi::streaming::sync_policy.

gapi_streaming_sync_policy_drop

gapi streaming sync policy drop constant (1), defined by OpenCV for cv::gapi::streaming::sync_policy.

gapi_streaming_SYNC_POLICY_DROP

gapi streaming sync policy drop constant (1), defined by OpenCV for cv::gapi::streaming::sync_policy.

gapi_ie_TraitAs_TENSOR

G-API traits an associated cv::Mat as a raw tensor and passes dimensions as-is

gapi_ie_TRAIT_AS_TENSOR

G-API traits an associated cv::Mat as a raw tensor and passes dimensions as-is

gapi_ie_TraitAs_IMAGE

G-API traits an associated cv::Mat as an image so creates an "image" blob (NCHW/NHWC, etc)

gapi_ie_TRAIT_AS_IMAGE

G-API traits an associated cv::Mat as an image so creates an "image" blob (NCHW/NHWC, etc)

gapi_ie_Sync

gapi ie sync constant (0), defined by OpenCV for cv::gapi::ie.

gapi_ie_SYNC

gapi ie sync constant (0), defined by OpenCV for cv::gapi::ie.

gapi_ie_Async

gapi ie async constant (1), defined by OpenCV for cv::gapi::ie.

gapi_ie_ASYNC

gapi ie async constant (1), defined by OpenCV for cv::gapi::ie.

gapi_onnx_TraitAs_TENSOR

G-API traits an associated cv::Mat as a raw tensor

gapi_onnx_TRAIT_AS_TENSOR

G-API traits an associated cv::Mat as a raw tensor

gapi_onnx_TraitAs_IMAGE

G-API traits an associated cv::Mat as an image so

gapi_onnx_TRAIT_AS_IMAGE

G-API traits an associated cv::Mat as an image so

gapi_ie_detail_ParamDesc_Kind_Load

gapi ie detail param desc kind load constant (0), defined by OpenCV for cv::gapi::ie::detail::ParamDesc::Kind.

gapi_ie_detail_PARAM_DESC_KIND_LOAD

gapi ie detail param desc kind load constant (0), defined by OpenCV for cv::gapi::ie::detail::ParamDesc::Kind.

gapi_ie_detail_ParamDesc_Kind_Import

gapi ie detail param desc kind import constant (1), defined by OpenCV for cv::gapi::ie::detail::ParamDesc::Kind.

gapi_ie_detail_PARAM_DESC_KIND_IMPORT

gapi ie detail param desc kind import constant (1), defined by OpenCV for cv::gapi::ie::detail::ParamDesc::Kind.

gapi_oak_EncoderConfig_RateControlMode_CBR

Rate control mode specifies if constant or variable bitrate should be used (H264 / H265)

gapi_oak_ENCODER_CONFIG_RATE_CONTROL_MODE_CBR

Rate control mode specifies if constant or variable bitrate should be used (H264 / H265)

gapi_oak_EncoderConfig_RateControlMode_VBR

Rate control mode specifies if constant or variable bitrate should be used (H264 / H265)

gapi_oak_ENCODER_CONFIG_RATE_CONTROL_MODE_VBR

Rate control mode specifies if constant or variable bitrate should be used (H264 / H265)

gapi_oak_EncoderConfig_Profile_H264_BASELINE

Encoding profile, H264, H265 or MJPEG

gapi_oak_ENCODER_CONFIG_PROFILE_H264_BASELINE

Encoding profile, H264, H265 or MJPEG

gapi_oak_EncoderConfig_Profile_H264_HIGH

Encoding profile, H264, H265 or MJPEG

gapi_oak_ENCODER_CONFIG_PROFILE_H264_HIGH

Encoding profile, H264, H265 or MJPEG

gapi_oak_EncoderConfig_Profile_H264_MAIN

Encoding profile, H264, H265 or MJPEG

gapi_oak_ENCODER_CONFIG_PROFILE_H264_MAIN

Encoding profile, H264, H265 or MJPEG

gapi_oak_EncoderConfig_Profile_H265_MAIN

Encoding profile, H264, H265 or MJPEG

gapi_oak_ENCODER_CONFIG_PROFILE_H265_MAIN

Encoding profile, H264, H265 or MJPEG

gapi_oak_EncoderConfig_Profile_MJPEG

Encoding profile, H264, H265 or MJPEG

gapi_oak_ENCODER_CONFIG_PROFILE_MJPEG

Encoding profile, H264, H265 or MJPEG

gapi_oak_ColorCameraParams_BoardSocket_RGB

gapi_oak_ColorCameraParams_BoardSocket_RGB: FIXME: extend

gapi_oak_COLOR_CAMERA_PARAMS_BOARD_SOCKET_RGB

gapi_oak_COLOR_CAMERA_PARAMS_BOARD_SOCKET_RGB: FIXME: extend

gapi_oak_ColorCameraParams_BoardSocket_BGR

gapi_oak_ColorCameraParams_BoardSocket_BGR: FIXME: extend

gapi_oak_COLOR_CAMERA_PARAMS_BOARD_SOCKET_BGR

gapi_oak_COLOR_CAMERA_PARAMS_BOARD_SOCKET_BGR: FIXME: extend

gapi_oak_ColorCameraParams_Resolution_THE_1080_P

gapi_oak_ColorCameraParams_Resolution_THE_1080_P: FIXME: extend

gapi_oak_COLOR_CAMERA_PARAMS_RESOLUTION_THE_1080_P

gapi_oak_COLOR_CAMERA_PARAMS_RESOLUTION_THE_1080_P: FIXME: extend

gapi_ot_NEW

The object is newly added.

gapi_ot_TRACKED

The object is being tracked.

gapi_ot_LOST

The object gets lost now. The object can be tracked again

gapi_own_detail_MatHeader_AUTO_STEP

gapi own detail mat header auto step constant (0), defined by OpenCV for cv::gapi::own::detail::MatHeader.

gapi_own_detail_MAT_HEADER_AUTO_STEP

gapi own detail mat header auto step constant (0), defined by OpenCV for cv::gapi::own::detail::MatHeader.

gapi_own_detail_MatHeader_TYPE_MASK

gapi own detail mat header type mask constant (0x00000FFF), defined by OpenCV for cv::gapi::own::detail::MatHeader.

gapi_own_detail_MAT_HEADER_TYPE_MASK

gapi own detail mat header type mask constant (0x00000FFF), defined by OpenCV for cv::gapi::own::detail::MatHeader.

gapi_wip_gst_GStreamerSource_OutputType_FRAME

gapi 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_FRAME

gapi wip gst gstreamer source output type frame constant (0), defined by OpenCV for cv::gapi::wip::gst::GStreamerSource::OutputType.

gapi_wip_gst_GStreamerSource_OutputType_MAT

gapi 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_MAT

gapi wip gst gstreamer source output type mat constant (1), defined by OpenCV for cv::gapi::wip::gst::GStreamerSource::OutputType.

gapi_wip_onevpl_AccelType_HOST

gapi wip onevpl accel type host constant (0), defined by OpenCV for cv::gapi::wip::onevpl::AccelType.

gapi_wip_onevpl_ACCEL_TYPE_HOST

gapi wip onevpl accel type host constant (0), defined by OpenCV for cv::gapi::wip::onevpl::AccelType.

gapi_wip_onevpl_AccelType_DX11

gapi wip onevpl accel type dx11 constant (1), defined by OpenCV for cv::gapi::wip::onevpl::AccelType.

gapi_wip_onevpl_ACCEL_TYPE_DX11

gapi wip onevpl accel type dx11 constant (1), defined by OpenCV for cv::gapi::wip::onevpl::AccelType.

gapi_wip_onevpl_AccelType_VAAPI

gapi wip onevpl accel type vaapi constant (2), defined by OpenCV for cv::gapi::wip::onevpl::AccelType.

gapi_wip_onevpl_ACCEL_TYPE_VAAPI

gapi wip onevpl accel type vaapi constant (2), defined by OpenCV for cv::gapi::wip::onevpl::AccelType.

gapi_wip_onevpl_AccelType_LAST_VALUE

gapi 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_VALUE

gapi 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_MOG2

gapi video type bs mog2 constant (0), defined by OpenCV for cv::gapi::video.

gapi_video_TYPE_BS_KNN

gapi video type bs knn constant (1), defined by OpenCV for cv::gapi::video.