Closed dzhoshkun closed 6 years ago
Possible roadmap:
cudaMemcpy
H-to-D (step 2)nppiYUV420ToBGR_8u_P3C3R
(step 3)nppiBGRToLab_8u_C3R
(step 4)nppiLabToBGR_8u_C3R
(step 6)nppiBGRToYUV_8u_C3P3R
nppiBGRToYUV420_8u_AC4P3R
nppiBGRToYCrCb420_8u_C3P3R
(step 7)
cudaMemcpy
D-to-H (step 8)TODO
s
Description
The following steps are a possible way to make video data available for GIFT-Grab-supported pipelines processing images on the GPU using the CIELAB color space using NVIDIA Performance Primitives (NPP):
The indirect conversions are because currently no direct conversion is supported by NPP.
Aim
The performance of this pipeline should be assessed by measuring the time it takes to perform steps 2, 3, 4, 6, 7, and 8 so as to know how much time is left for step 5 in a pre-defined frame rate configuration.
Variables