Searched defs:GpuMat_ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/detail/ |
D | gpumat.hpp | 54 __host__ GpuMat_<T>::GpuMat_(Allocator* allocator) in GpuMat_() function in cv::cudev::GpuMat_ 61 __host__ GpuMat_<T>::GpuMat_(int arows, int acols, Allocator* allocator) in GpuMat_() function in cv::cudev::GpuMat_ 67 __host__ GpuMat_<T>::GpuMat_(Size asize, Allocator* allocator) in GpuMat_() function in cv::cudev::GpuMat_ 73 __host__ GpuMat_<T>::GpuMat_(int arows, int acols, Scalar val, Allocator* allocator) in GpuMat_() function in cv::cudev::GpuMat_ 79 __host__ GpuMat_<T>::GpuMat_(Size asize, Scalar val, Allocator* allocator) in GpuMat_() function in cv::cudev::GpuMat_ 85 __host__ GpuMat_<T>::GpuMat_(const GpuMat_& m) in GpuMat_() function in cv::cudev::GpuMat_ 91 __host__ GpuMat_<T>::GpuMat_(const GpuMat& m, Allocator* allocator) in GpuMat_() function in cv::cudev::GpuMat_ 113 __host__ GpuMat_<T>::GpuMat_(int arows, int acols, T* adata, size_t astep) in GpuMat_() function in cv::cudev::GpuMat_ 119 __host__ GpuMat_<T>::GpuMat_(Size asize, T* adata, size_t astep) in GpuMat_() function in cv::cudev::GpuMat_ 125 __host__ GpuMat_<T>::GpuMat_(const GpuMat_& m, Range arowRange, Range acolRange) in GpuMat_() function in cv::cudev::GpuMat_ [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/ |
D | gpumat.hpp | 60 class GpuMat_ : public GpuMat class
|