Files#
- public/src/operator/include/ErrorCheckMacros.h
Defines macros for checking return values of CUPVA and NVCV Api calls.
- public/src/operator/include/OpBatchSVD.h
Defines types and functions to handle the batch SVD operation.
- public/src/operator/include/OpBlToPl.h
Defines types and functions to handle Block Linear (BL) layout to Pitch Linear (PL) layout conversion operation.
- public/src/operator/include/OpConvertImageFormat.h
Defines types and functions to handle the ConvertImageFormat operation.
- public/src/operator/include/OpCornerSubPix.h
Defines types and functions to handle the Sub-Pixel Corner Detection operation.
- public/src/operator/include/OpDepthToSpace.h
Defines types and functions to handle the Depth-to-Space operation.
- public/src/operator/include/OpFastCorner.h
This header file defines the types and functions necessary for implementing the FAST (Features from Accelerated Segment Test) corner detection algorithm.
- public/src/operator/include/OpGaussianFilter.h
Defines types and functions to handle the gaussian filter operation.
- public/src/operator/include/OpImageBlend.h
Defines types and functions to handle the ImageBlend operation.
- public/src/operator/include/OpImageHistogram.h
Defines types and functions to handle the Image Histogram operation.
- public/src/operator/include/OpImageResize.h
Defines types and functions to handle the image resize operation.
- public/src/operator/include/OpMinMaxLoc.h
Defines types and functions to handle the Min/Max Location operation.
- public/src/operator/include/OpMixChannels.h
Defines types and functions to handle the mix channels operation.
- public/src/operator/include/OpMorphology.h
Defines types and functions to handle the morphology operation.
- public/src/operator/include/OpTemplateMatching.h
Defines types and functions to handle the Template Matching operation.
- public/src/operator/include/PvaAllocator.h
Defines types and functions to handle PVA accessible Tensor Allocator.
- public/src/operator/include/PvaOperator.h
Defines types and functions to handle operators.
- public/src/operator/include/PvaOperatorTypes.h
Defines types to be used by operators.
- public/src/primitive/pvaAplConv2dVpu.hpp
Defines 2D Convolution (Conv2d) primitive template class.