Home
last modified time | relevance | path

Searched defs:GpuMat_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/detail/
Dgpumat.hpp54 __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/
Dgpumat.hpp60 class GpuMat_ : public GpuMat class