VPI - Vision Programming Interface

4.0 Release

Copy.h File Reference

Declares functions that implement container copy algorithms. More...

#include "../Export.h"
#include "../Status.h"
+ Include dependency graph for Copy.h:

Go to the source code of this file.

Functions

VPIStatus vpiSubmitCopyImage (VPIStream stream, uint64_t backend, VPIImage input, VPIImage output)
 Copy the contents from input to output images. More...
 
VPIStatus vpiSubmitCopyArray (VPIStream stream, uint64_t backend, VPIArray input, VPIArray output)
 Copy the contents from input to output arrays. More...
 
VPIStatus vpiSubmitCopyPyramid (VPIStream stream, uint64_t backend, VPIPyramid input, VPIPyramid output)
 Copy the contents from input to output pyramids. More...
 

Detailed Description

Declares functions that implement container copy algorithms.

Definition in file Copy.h.