VPI - Vision Programming Interface
0.4.4 Release
- a -
vpiArrayCreate() :
Array.h
vpiArrayCreateCudaMemWrapper() :
Array.h
vpiArrayCreateHostMemWrapper() :
Array.h
vpiArrayDestroy() :
Array.h
vpiArrayGetCapacity() :
Array.h
vpiArrayGetFlags() :
Array.h
vpiArrayGetSize() :
Array.h
vpiArrayGetStrideBytes() :
Array.h
vpiArrayGetType() :
Array.h
vpiArrayInvalidate() :
Array.h
vpiArrayLock() :
Array.h
vpiArraySetSize() :
Array.h
vpiArraySetWrappedCudaMem() :
Array.h
vpiArraySetWrappedHostMem() :
Array.h
vpiArrayUnlock() :
Array.h
- c -
vpiContextCreate() :
Context.h
vpiContextCreateCudaContextWrapper() :
Context.h
vpiContextDestroy() :
Context.h
vpiContextGetCurrent() :
Context.h
vpiContextGetFlags() :
Context.h
vpiContextGetParallelFor() :
Context.h
vpiContextPop() :
Context.h
vpiContextPush() :
Context.h
vpiContextSetCurrent() :
Context.h
vpiContextSetParallelFor() :
Context.h
vpiCreateExtractColorNameFeatures() :
ColorNames.h
vpiCreateExtractHOGFeatures() :
HOG.h
vpiCreateExtractHOGFeaturesBatch() :
HOG.h
vpiCreateFFT() :
FFT.h
vpiCreateHarrisCornerDetector() :
HarrisCornerDetector.h
vpiCreateIFFT() :
FFT.h
vpiCreateKLTFeatureTracker() :
KLTFeatureTracker.h
vpiCreatePerspectiveWarp() :
PerspectiveWarp.h
vpiCreateRemap() :
Remap.h
vpiCreateStereoDisparityEstimator() :
StereoDisparity.h
vpiCreateTemporalNoiseReduction() :
TemporalNoiseReduction.h
- e -
vpiEventCreate() :
Event.h
vpiEventCreateCudaEventWrapper() :
Event.h
vpiEventCreateEglSyncWrapper() :
EGL.h
vpiEventDestroy() :
Event.h
vpiEventElapsedTime() :
Event.h
vpiEventExportEglSync() :
EGL.h
vpiEventGetFlags() :
Event.h
vpiEventQuery() :
Event.h
vpiEventRecord() :
Event.h
vpiEventSync() :
Event.h
- f -
vpiFormatPackingGetBitsPerPixel() :
Format.h
vpiFormatPackingGetChannelCount() :
Format.h
vpiFormatPackingGetParams() :
Format.h
- g -
vpiGetLastStatus() :
Status.h
vpiGetLastStatusMessage() :
Status.h
vpiGetVersion() :
Version.h
- i -
vpiImageCreate() :
Image.h
vpiImageCreateCudaMemWrapper() :
Image.h
vpiImageCreateEglImageWrapper() :
EGL.h
vpiImageCreateHostMemWrapper() :
Image.h
vpiImageCreateNvBufferWrapper() :
Image.h
vpiImageCreatePyramidLevelWrapper() :
Pyramid.h
vpiImageDestroy() :
Image.h
vpiImageFormatGetChannelCount() :
ImageFormat.h
vpiImageFormatGetChromaSubsampling() :
ImageFormat.h
vpiImageFormatGetChromaSubsamplingCenterHoriz() :
ImageFormat.h
vpiImageFormatGetChromaSubsamplingCenterVert() :
ImageFormat.h
vpiImageFormatGetChromaSubsamplingDivHoriz() :
ImageFormat.h
vpiImageFormatGetChromaSubsamplingDivVert() :
ImageFormat.h
vpiImageFormatGetColorModel() :
ImageFormat.h
vpiImageFormatGetColorSpace() :
ImageFormat.h
vpiImageFormatGetDataType() :
ImageFormat.h
vpiImageFormatGetMemLayout() :
ImageFormat.h
vpiImageFormatGetPlaneBitsPerPixel() :
ImageFormat.h
vpiImageFormatGetPlaneChannelCount() :
ImageFormat.h
vpiImageFormatGetPlaneCount() :
ImageFormat.h
vpiImageFormatGetPlaneFormat() :
ImageFormat.h
vpiImageFormatGetPlanePacking() :
ImageFormat.h
vpiImageFormatGetPlanePixelFormat() :
ImageFormat.h
vpiImageFormatGetPlaneSwizzle() :
ImageFormat.h
vpiImageFormatGetSwizzle() :
ImageFormat.h
vpiImageFormatGetSwizzleW() :
ImageFormat.h
vpiImageFormatGetSwizzleX() :
ImageFormat.h
vpiImageFormatGetSwizzleY() :
ImageFormat.h
vpiImageFormatGetSwizzleZ() :
ImageFormat.h
vpiImageFormatSetChromaSubsampling() :
ImageFormat.h
vpiImageFormatSetColorSpace() :
ImageFormat.h
vpiImageFormatSetDataType() :
ImageFormat.h
vpiImageFormatSetMemLayout() :
ImageFormat.h
vpiImageGetFlags() :
Image.h
vpiImageGetSize() :
Image.h
vpiImageGetType() :
Image.h
vpiImageInvalidate() :
Image.h
vpiImageLock() :
Image.h
vpiImageSetWrappedCudaMem() :
Image.h
vpiImageSetWrappedEglImage() :
EGL.h
vpiImageSetWrappedHostMem() :
Image.h
vpiImageSetWrappedNvBuffer() :
Image.h
vpiImageUnlock() :
Image.h
- m -
vpiMakeChromaSubsampling() :
Format.h
vpiMakeFormatPacking() :
Format.h
vpiMakeImageFormat() :
ImageFormat.h
vpiMakeImageFormatFromPlanes() :
ImageFormat.h
vpiMakePixelFormat() :
PixelFormat.h
vpiMakeSwizzle() :
Format.h
- p -
vpiPayloadDestroy() :
Stream.h
vpiPeekAtLastStatus() :
Status.h
vpiPeekAtLastStatusMessage() :
Status.h
vpiPixelFormatGetBitsPerPixel() :
PixelFormat.h
vpiPixelFormatGetChannelCount() :
PixelFormat.h
vpiPixelFormatGetDataType() :
PixelFormat.h
vpiPixelFormatGetMemLayout() :
PixelFormat.h
vpiPixelFormatGetPacking() :
PixelFormat.h
vpiPyramidCreate() :
Pyramid.h
vpiPyramidDestroy() :
Pyramid.h
vpiPyramidGetFlags() :
Pyramid.h
vpiPyramidGetNumLevels() :
Pyramid.h
vpiPyramidGetSize() :
Pyramid.h
vpiPyramidGetType() :
Pyramid.h
vpiPyramidLock() :
Pyramid.h
vpiPyramidUnlock() :
Pyramid.h
- s -
vpiStatusGetName() :
Status.h
vpiStreamCreate() :
Stream.h
vpiStreamCreateCudaStreamWrapper() :
Stream.h
vpiStreamDestroy() :
Stream.h
vpiStreamGetFlags() :
Stream.h
vpiStreamGetThreadHandle() :
Stream.h
vpiStreamSync() :
Stream.h
vpiStreamWaitFor() :
Stream.h
vpiSubmitBilateralFilter() :
BilateralFilter.h
vpiSubmitBoxFilter() :
BoxFilter.h
vpiSubmitConvertImageFormat() :
ConvertImageFormat.h
vpiSubmitConvolution() :
Convolution.h
vpiSubmitExtractColorNameFeatures() :
ColorNames.h
vpiSubmitExtractHOGFeatures() :
HOG.h
vpiSubmitFFT() :
FFT.h
vpiSubmitGaussianFilter() :
GaussianFilter.h
vpiSubmitGaussianPyramidGenerator() :
GaussianPyramid.h
vpiSubmitHarrisCornerDetector() :
HarrisCornerDetector.h
vpiSubmitHostFunction() :
HostFunction.h
vpiSubmitHostFunctionEx() :
HostFunction.h
vpiSubmitIFFT() :
FFT.h
vpiSubmitKLTFeatureTracker() :
KLTFeatureTracker.h
vpiSubmitPerspectiveWarp() :
PerspectiveWarp.h
vpiSubmitRemap() :
Remap.h
vpiSubmitRescale() :
Rescale.h
vpiSubmitSeparableConvolution() :
Convolution.h
vpiSubmitStereoDisparityEstimator() :
StereoDisparity.h
vpiSubmitTemporalNoiseReduction() :
TemporalNoiseReduction.h
- w -
vpiWarpMapAllocData() :
WarpMap.h
vpiWarpMapFreeData() :
WarpMap.h
vpiWarpMapGenerateFromFisheyeLensDistortionModel() :
LensDistortionModels.h
vpiWarpMapGenerateFromPolynomialLensDistortionModel() :
LensDistortionModels.h
vpiWarpMapGenerateIdentity() :
WarpMap.h
Generated by NVIDIA | Tue Oct 27 2020 19:50:43