Home
last modified time | relevance | path

Searched refs:rows_ (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dopengl.hpp276 int rows_; member in cv::ogl::Buffer
397 int rows_; member in cv::ogl::Texture2D
583 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, Target target, bool autoRelease) : rows_(0… in Buffer()
589 cv::ogl::Buffer::Buffer(Size asize, int atype, Target target, bool autoRelease) : rows_(0), cols_(0… in Buffer()
603 return rows_; in rows()
615 return Size(cols_, rows_); in size()
621 return rows_ == 0 || cols_ == 0; in empty()
657 cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, bool autoRelease) : rows_(0), c… in Texture2D()
663 cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, bool autoRelease) : rows_(0), cols_(0), f… in Texture2D()
677 return rows_; in rows()
[all …]
H A Dcuda.inl.hpp63 GpuMat::GpuMat(int rows_, int cols_, int type_, Allocator* allocator_) in GpuMat() argument
66 if (rows_ > 0 && cols_ > 0) in GpuMat()
67 create(rows_, cols_, type_); in GpuMat()
79 GpuMat::GpuMat(int rows_, int cols_, int type_, Scalar s_, Allocator* allocator_) in GpuMat() argument
82 if (rows_ > 0 && cols_ > 0) in GpuMat()
84 create(rows_, cols_, type_); in GpuMat()
399 HostMem::HostMem(int rows_, int cols_, int type_, AllocType alloc_type_) in HostMem() argument
402 if (rows_ > 0 && cols_ > 0) in HostMem()
403 create(rows_, cols_, type_); in HostMem()
H A Dcuda_types.hpp119 __CV_CUDA_HOST_DEVICE__ PtrStepSz(int rows_, int cols_, T* data_, size_t step_) in PtrStepSz()
120 : PtrStep<T>(data_, step_), cols(cols_), rows(rows_) {} in PtrStepSz()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dopengl.hpp276 int rows_; member in cv::ogl::Buffer
397 int rows_; member in cv::ogl::Texture2D
583 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, Target target, bool autoRelease) : rows_(0… in Buffer()
589 cv::ogl::Buffer::Buffer(Size asize, int atype, Target target, bool autoRelease) : rows_(0), cols_(0… in Buffer()
603 return rows_; in rows()
615 return Size(cols_, rows_); in size()
621 return rows_ == 0 || cols_ == 0; in empty()
657 cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, bool autoRelease) : rows_(0), c… in Texture2D()
663 cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, bool autoRelease) : rows_(0), cols_(0), f… in Texture2D()
677 return rows_; in rows()
[all …]
H A Dcuda.inl.hpp63 GpuMat::GpuMat(int rows_, int cols_, int type_, Allocator* allocator_) in GpuMat() argument
66 if (rows_ > 0 && cols_ > 0) in GpuMat()
67 create(rows_, cols_, type_); in GpuMat()
79 GpuMat::GpuMat(int rows_, int cols_, int type_, Scalar s_, Allocator* allocator_) in GpuMat() argument
82 if (rows_ > 0 && cols_ > 0) in GpuMat()
84 create(rows_, cols_, type_); in GpuMat()
399 HostMem::HostMem(int rows_, int cols_, int type_, AllocType alloc_type_) in HostMem() argument
402 if (rows_ > 0 && cols_ > 0) in HostMem()
403 create(rows_, cols_, type_); in HostMem()
H A Dcuda_types.hpp119 __CV_CUDA_HOST_DEVICE__ PtrStepSz(int rows_, int cols_, T* data_, size_t step_) in PtrStepSz()
120 : PtrStep<T>(data_, step_), cols(cols_), rows(rows_) {} in PtrStepSz()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dopengl.hpp276 int rows_; member in cv::ogl::Buffer
397 int rows_; member in cv::ogl::Texture2D
583 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, Target target, bool autoRelease) : rows_(0… in Buffer()
589 cv::ogl::Buffer::Buffer(Size asize, int atype, Target target, bool autoRelease) : rows_(0), cols_(0… in Buffer()
603 return rows_; in rows()
615 return Size(cols_, rows_); in size()
621 return rows_ == 0 || cols_ == 0; in empty()
657 cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, bool autoRelease) : rows_(0), c… in Texture2D()
663 cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, bool autoRelease) : rows_(0), cols_(0), f… in Texture2D()
677 return rows_; in rows()
[all …]
H A Dcuda.inl.hpp63 GpuMat::GpuMat(int rows_, int cols_, int type_, Allocator* allocator_) in GpuMat() argument
66 if (rows_ > 0 && cols_ > 0) in GpuMat()
67 create(rows_, cols_, type_); in GpuMat()
79 GpuMat::GpuMat(int rows_, int cols_, int type_, Scalar s_, Allocator* allocator_) in GpuMat() argument
82 if (rows_ > 0 && cols_ > 0) in GpuMat()
84 create(rows_, cols_, type_); in GpuMat()
399 HostMem::HostMem(int rows_, int cols_, int type_, AllocType alloc_type_) in HostMem() argument
402 if (rows_ > 0 && cols_ > 0) in HostMem()
403 create(rows_, cols_, type_); in HostMem()
H A Dcuda_types.hpp119 __CV_CUDA_HOST_DEVICE__ PtrStepSz(int rows_, int cols_, T* data_, size_t step_) in PtrStepSz()
120 : PtrStep<T>(data_, step_), cols(cols_), rows(rows_) {} in PtrStepSz()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dmatrix.h60 Matrix(T* data_, size_t rows_, size_t cols_, size_t stride_ = 0) :
61 rows(rows_), cols(cols_), stride(stride_), data(data_) in rows() argument
95 UntypedMatrix(void* data_, long rows_, long cols_) : in UntypedMatrix() argument
96 rows(rows_), cols(cols_), data(data_) in UntypedMatrix()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dmotion_stabilizing.hpp154 std::vector<int> rows_, cols_; member in cv::videostab::LpMotionStabilizer
159 rows_.push_back(row); in set()
H A Dglobal_motion.hpp163 std::vector<int> rows_, cols_; member in cv::videostab::MotionEstimatorL1
167 rows_.push_back(row); in set()