docs-6.1.1/amd_openvx/openvx/include/VX/vx_kernels.h Source File#
vx_kernels.h
Go to the documentation of this file.
@ VX_KERNEL_WARP_PERSPECTIVE
The Warp Perspective Kernel.
Definition: vx_kernels.h:233
@ VX_KERNEL_GAUSSIAN_3x3
The gaussian filter kernel.
Definition: vx_kernels.h:163
@ VX_KERNEL_HALFSCALE_GAUSSIAN
The Half Scale Gaussian Kernel.
Definition: vx_kernels.h:258
@ VX_KERNEL_MEAN_STDDEV
The Mean and Standard Deviation Kernel.
Definition: vx_kernels.h:128
@ VX_KERNEL_WEIGHTED_AVERAGE
The weigthed average kernel.
Definition: vx_kernels.h:382
@ VX_KERNEL_TENSOR_CONVERT_DEPTH
The tensor convert depth Kernel.
Definition: vx_kernels.h:326
@ VX_KERNEL_TENSOR_MATRIX_MULTIPLY
The tensor matrix multiply Kernel.
Definition: vx_kernels.h:331
@ VX_KERNEL_MINMAXLOC
The min and max location kernel.
Definition: vx_kernels.h:178
@ VX_KERNEL_HARRIS_CORNERS
The Harris Corners Kernel.
Definition: vx_kernels.h:238
@ VX_KERNEL_BILATERAL_FILTER
The bilateral filter kernel.
Definition: vx_kernels.h:361
@ VX_KERNEL_NON_MAX_SUPPRESSION
The non-max suppression kernel.
Definition: vx_kernels.h:341
@ VX_KERNEL_TENSOR_MULTIPLY
The tensor multiply Kernel.
Definition: vx_kernels.h:301
@ VX_KERNEL_LAPLACIAN_RECONSTRUCT
The Laplacian Pyramid Reconstruct Kernel.
Definition: vx_kernels.h:272
@ VX_KERNEL_CHANNEL_COMBINE
The Generic Channel Combine Kernel.
Definition: vx_kernels.h:75
@ VX_KERNEL_MULTIPLY
The Pixelwise Multiplication Kernel.
Definition: vx_kernels.h:213
@ VX_KERNEL_CANNY_EDGE_DETECTOR
The Canny Edge Detector.
Definition: vx_kernels.h:188
@ VX_KERNEL_TENSOR_TABLE_LOOKUP
The tensor table look up Kernel.
Definition: vx_kernels.h:316
@ VX_KERNEL_INTEGRAL_IMAGE
The Integral Image Kernel.
Definition: vx_kernels.h:138
@ VX_KERNEL_EQUALIZE_HISTOGRAM
The Histogram Equalization Kernel.
Definition: vx_kernels.h:118
@ VX_KERNEL_CHANNEL_EXTRACT
The Generic Channel Extraction Kernel.
Definition: vx_kernels.h:67
@ VX_KERNEL_CONVERTDEPTH
The bit-depth conversion kernel.
Definition: vx_kernels.h:183
@ VX_KERNEL_HOUGH_LINES_P
The hough lines probability Kernel.
Definition: vx_kernels.h:296
@ VX_KERNEL_OPTICAL_FLOW_PYR_LK
The Optical Flow Pyramid (LK) Kernel.
Definition: vx_kernels.h:248
@ VX_KERNEL_TENSOR_TRANSPOSE
The tensor transpose Kernel.
Definition: vx_kernels.h:321
@ VX_KERNEL_CUSTOM_CONVOLUTION
The custom convolution kernel.
Definition: vx_kernels.h:168
@ VX_KERNEL_GAUSSIAN_PYRAMID
The gaussian image pyramid kernel.
Definition: vx_kernels.h:173
@ VX_KERNEL_SCALAR_OPERATION
The scalar operation kernel.
Definition: vx_kernels.h:346
@ VX_KERNEL_LAPLACIAN_PYRAMID
The Laplacian Image Pyramid Kernel.
Definition: vx_kernels.h:267
@ VX_KERNEL_MATCH_TEMPLATE
The Match Template Kernel.
Definition: vx_kernels.h:286
@ VX_KERNEL_TENSOR_SUBTRACT
The tensor subtract Kernel.
Definition: vx_kernels.h:311
@ VX_KERNEL_NON_LINEAR_FILTER
The Non Linear Filter Kernel.
Definition: vx_kernels.h:277
@ VX_KERNEL_COLOR_CONVERT
The Color Space conversion kernel.
Definition: vx_kernels.h:57
@ VX_LIBRARY_KHR_BASE
The base set of kernels as defined by Khronos.
Definition: vx_kernels.h:35
#define VX_KERNEL_BASE(vendor, lib)
Defines the manner in which to combine the Vendor and Library IDs to get the base value of the enumer...
Definition: vx_types.h:540