Class ImageBatchVarShapeDataStrided

Inheritance Relationships

Base Type

Derived Type

Class Documentation

class ImageBatchVarShapeDataStrided : public nvcv::ImageBatchVarShapeData

Represents the strided data of a variable shaped image batch.

This class extends ImageBatchVarShapeData to provide access to strided data.

Subclassed by nvcv::ImageBatchVarShapeDataStridedCuda

Public Functions

inline explicit ImageBatchVarShapeDataStrided(const NVCVImageBatchData &data)

Construct from an existing NVCVImageBatchData.

Parameters:

data – The NVCVImageBatchData to use for initialization.

inline const NVCVImageBufferStrided *imageList() const

Get the list of strided image buffers.

Returns:

A pointer to the list of NVCVImageBufferStrided.

inline explicit ImageBatchVarShapeData(const NVCVImageBatchData &data)

Construct from an existing NVCVImageBatchData.

Parameters:

data – The NVCVImageBatchData to use for initialization.