Merge pull request #19259 from nglee:dev_gpumatnd1
authorNamgoo Lee <namgoo.lee@cognex.com>
Fri, 5 Feb 2021 20:30:37 +0000 (05:30 +0900)
committerGitHub <noreply@github.com>
Fri, 5 Feb 2021 20:30:37 +0000 (20:30 +0000)
commit7ea21c4b3c48a17d5fc3b97a3b3f33f1f7756637
tree592bc420a3fc32c8767f5cff0e1c7486ae8ac394
parent9d227641c9db68e1b39fab6d8e12042d0684012b
Merge pull request #19259 from nglee:dev_gpumatnd1

Minimal implementation of GpuMatND

* GpuMatND - minimal implementation

* GpuMatND - createGpuMatHeader

* GpuMatND - GpuData, offset, getDevicePtr(), license

* reviews

* reviews
modules/core/include/opencv2/core/cuda.hpp
modules/core/include/opencv2/core/cuda.inl.hpp
modules/core/src/cuda/gpu_mat_nd.cu [new file with mode: 0644]
modules/core/src/cuda_gpu_mat_nd.cpp [new file with mode: 0644]