Home
last modified time | relevance | path

Searched refs:Bayer2BGR_8u_gpu (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/cuda/
H A Ddebayer.cu343 …void Bayer2BGR_8u_gpu(PtrStepSzb src, PtrStepSzb dst, bool blue_last, bool start_with_green, cudaS… in Bayer2BGR_8u_gpu() function
376 …template void Bayer2BGR_8u_gpu<1>(PtrStepSzb src, PtrStepSzb dst, bool blue_last, bool start_with_…
377 …template void Bayer2BGR_8u_gpu<3>(PtrStepSzb src, PtrStepSzb dst, bool blue_last, bool start_with_…
378 …template void Bayer2BGR_8u_gpu<4>(PtrStepSzb src, PtrStepSzb dst, bool blue_last, bool start_with_…
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/
H A Dcolor.cpp69 …void Bayer2BGR_8u_gpu(PtrStepSzb src, PtrStepSzb dst, bool blue_last, bool start_with_green, cudaS…
1849 {0,0,Bayer2BGR_8u_gpu<3>, Bayer2BGR_8u_gpu<4>}, in bayer_to_BGR()
1889 Bayer2BGR_8u_gpu<1>, in bayer_to_gray()