1 | initial version |
Hello, when you create oclMat or Mat using user allocated data, you should pass pure pointer to data: ocl::oclMat oclSrc(src->height, src->width, CV_8UC3, src->imagedata);
OpenCL buffer width need to be divisible by 1024 bytes?
No, it is not needed.
2 | No.2 Revision |
Hello, when you create oclMat or Mat using user allocated data, you should pass pure pointer to data:
ocl::oclMat oclSrc(src->height, src->width, CV_8UC3, src->imagedata);data:
ocl::oclMat oclSrc(src->height, src->width, CV_8UC3, src->imagedata);
OpenCL buffer width need to be divisible by 1024 bytes?
No, it is not needed.
3 | No.3 Revision |
Hello, when you create oclMat or Mat using user allocated data, you should pass pure pointer to data:
ocl::oclMat oclSrc(src->height, src->width, CV_8UC3, src->imagedata);
"OpenCL
buffer width need to be divisible by 1024No,
4 | No.4 Revision |
Hello, when you create oclMat or Mat using user allocated data, you should pass pure pointer to data:
ocl::oclMat oclSrc(src->height, src->width, CV_8UC3, src->imagedata);
"OpenCL OpenCL buffer width need to be divisible by 1024 bytes?" - no, bytes?
No, it is not needed.