Searched defs:arows (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/detail/ |
D | gpumat.hpp | 61 __host__ GpuMat_<T>::GpuMat_(int arows, int acols, Allocator* allocator) in GpuMat_() 73 __host__ GpuMat_<T>::GpuMat_(int arows, int acols, Scalar val, Allocator* allocator) in GpuMat_() 113 __host__ GpuMat_<T>::GpuMat_(int arows, int acols, T* adata, size_t astep) in GpuMat_() 152 __host__ void GpuMat_<T>::create(int arows, int acols) in create()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | opengl.hpp | 542 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, Target target, bool autoRelease) : rows_(0… in Buffer() 616 cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, bool autoRelease) : rows_(0), c… in Texture2D()
|
/external/opencv3/modules/core/src/ |
D | opengl.cpp | 466 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, unsigned int abufId, bool autoRelease) : r… in Buffer() 531 void cv::ogl::Buffer::create(int arows, int acols, int atype, Target target, bool autoRelease) in create() 950 cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, unsigned int atexId, bool autoR… in Texture2D() 1053 void cv::ogl::Texture2D::create(int arows, int acols, Format aformat, bool autoRelease) in create()
|
/external/opencv/cv/src/ |
D | cvhough.cpp | 869 int rows, cols, arows, acols; in icvHoughCirclesGradient() local
|
/external/opencv3/modules/imgproc/src/ |
D | hough.cpp | 1016 int rows, cols, arows, acols; in icvHoughCirclesGradient() local
|