Class List#
3 min read time
Applies to Linux
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
▼Nroccv | |
▼Ndetail | |
▼Nmath | |
CMatrix | Defines a matrix object |
CVector | Defines a Vector object |
CHasTypeTraits_t | |
CMakeType_t | |
CStridedDataWrap | |
CSwizzleIndexMap | |
CSwizzleIndexMap< eSwizzle::XYZW, N > | |
CSwizzleIndexMap< eSwizzle::ZYXW, 1 > | |
CSwizzleIndexMap< eSwizzle::ZYXW, 3 > | |
CSwizzleIndexMap< eSwizzle::ZYXW, 4 > | |
CTypeTraits | Returns the type traits associated with a datatype |
CBilateralFilter | Class for managing the Bilateral filter operator |
CBndBox | Class for managing the BndBox Operator |
CBorderWrapper | Wrapper class for ImageWrapper. This extends the descriptors by defining behaviors for when tensor coordinates go out of scope |
CCenterCrop | Class for managing the Center Crop operator |
CComposite | Class for managing the Composite operator |
CCopyMakeBorder | Class for managing the CopyMakeBorder operator |
CCustomCrop | Class for managing the Custom Crop operator |
CCvtColor | Class for managing the Color Conversion operator |
CDataType | Supported data types for use with the Tensor utilities |
CException | |
CFlip | Class for managing the Flip operator |
CGammaContrast | Class for managing the Gamma Contrast operator |
CGenericTensorWrapper | |
CHistogram | Class for managing the Histogram operator |
CImageFormat | Acts as a container for data corresponding to how image data is laid out in memory |
CImageWrapper | ImageWrapper is a non-owning wrapper for roccv::Tensors with a NHWC/NCHW/HWC layout. It provides methods for accessing the underlying data within HIP kernels |
CInterpolationWrapper | A kernel-friendly wrapper which provides interpolation logic based on the given coordinates. This tensor wrapper is typically only used for input tensors and does not provide write access to its underlying data |
CIOperator | Interface class for all roccv operators |
CNonMaximumSuppression | Class for managing the NMS operator |
CNormalize | Class for managing the Normalize operator |
CRemap | Class for managing the remap operator |
CResize | Class for managing the Resize operator |
CRotate | Class for managing the Rotate operator |
CSize2D | Describes the 2D dimensions of an image |
CTensor | |
CTensorBuffer | A tensor buffer. Stores the raw data associated with a tensor. Data should be allocated by the user and set to the basePtr of the buffer |
CTensorBufferStrided | A tensor buffer with strided data |
CTensorData | Holds the underlying tensor data alongside metadata (shape, layout, datatype). Non-strided tensor data is not supported for use right now, use TensorDataStrided to use strided tensor data instead |
CTensorDataStrided | Holds the underlying tensor data alongside tensor metadata. This particular tensor data type is used to store strided data, and contains additional methods for handling strided data |
CTensorLayout | TensorLayout class |
CTensorLayoutDesc | Descriptors used to specify features of a specific tensor layout type |
CTensorRequirements | |
CTensorShape | TensorShape class |
CTensorStorage | Stores the underlying data of a tensor and is responsible for allocation/freeing of tensor memory. Agnostic to the tensor's metadata (shape, datatype, etc.) |
CThreshold | Class for managing the Threshold operator |
CWarpAffine | |
CWarpPerspective | Class for managing the Warp Perspective operator |
CArrayWrapper | A helper class to transfer fixed size arrays to device |
CBndBox_t | |
CBndBoxes_t | |
CBox_t | |
CColor4_t | |
CConversionFactors | |
CMathVector | |
CRect_t |