Home
last modified time | relevance | path

Searched defs:Mat (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/
H A Dorb_algos.h15 typedef struct Mat { struct
21 } Mat; argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dmat.inl.hpp103 _InputArray::_InputArray(const std::array<Mat, _Nm>& arr) in _InputArray()
213 _OutputArray::_OutputArray(std::array<Mat, _Nm>& arr) in _OutputArray()
255 _OutputArray::_OutputArray(const std::array<Mat, _Nm>& arr) in _OutputArray()
353 _InputOutputArray::_InputOutputArray(std::array<Mat, _Nm>& arr) in _InputOutputArray()
390 _InputOutputArray::_InputOutputArray(const std::array<Mat, _Nm>& arr) in _InputOutputArray()
481 Mat::Mat() in Mat() function in cv::Mat
487 Mat::Mat(int _rows, int _cols, int _type) in Mat() function in cv::Mat
495 Mat::Mat(int _rows, int _cols, int _type, const Scalar& _s) in Mat() function in cv::Mat
504 Mat::Mat(Size _sz, int _type) in Mat() function in cv::Mat
512 Mat::Mat(Size _sz, int _type, const Scalar& _s) in Mat() function in cv::Mat
[all …]
H A Dcuda.inl.hpp621 Mat::Mat(const cuda::GpuMat& m) in Mat() function in cv::Mat
H A Dmat.hpp801 class CV_EXPORTS Mat class
H A Dbase.hpp629 class CV_EXPORTS Mat; variable
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dmat.inl.hpp103 _InputArray::_InputArray(const std::array<Mat, _Nm>& arr) in _InputArray()
213 _OutputArray::_OutputArray(std::array<Mat, _Nm>& arr) in _OutputArray()
255 _OutputArray::_OutputArray(const std::array<Mat, _Nm>& arr) in _OutputArray()
353 _InputOutputArray::_InputOutputArray(std::array<Mat, _Nm>& arr) in _InputOutputArray()
390 _InputOutputArray::_InputOutputArray(const std::array<Mat, _Nm>& arr) in _InputOutputArray()
481 Mat::Mat() in Mat() function in cv::Mat
487 Mat::Mat(int _rows, int _cols, int _type) in Mat() function in cv::Mat
495 Mat::Mat(int _rows, int _cols, int _type, const Scalar& _s) in Mat() function in cv::Mat
504 Mat::Mat(Size _sz, int _type) in Mat() function in cv::Mat
512 Mat::Mat(Size _sz, int _type, const Scalar& _s) in Mat() function in cv::Mat
[all …]
H A Dcuda.inl.hpp621 Mat::Mat(const cuda::GpuMat& m) in Mat() function in cv::Mat
H A Dmat.hpp801 class CV_EXPORTS Mat class
H A Dbase.hpp629 class CV_EXPORTS Mat; variable
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dmat.inl.hpp103 _InputArray::_InputArray(const std::array<Mat, _Nm>& arr) in _InputArray()
213 _OutputArray::_OutputArray(std::array<Mat, _Nm>& arr) in _OutputArray()
255 _OutputArray::_OutputArray(const std::array<Mat, _Nm>& arr) in _OutputArray()
353 _InputOutputArray::_InputOutputArray(std::array<Mat, _Nm>& arr) in _InputOutputArray()
390 _InputOutputArray::_InputOutputArray(const std::array<Mat, _Nm>& arr) in _InputOutputArray()
481 Mat::Mat() in Mat() function in cv::Mat
487 Mat::Mat(int _rows, int _cols, int _type) in Mat() function in cv::Mat
495 Mat::Mat(int _rows, int _cols, int _type, const Scalar& _s) in Mat() function in cv::Mat
504 Mat::Mat(Size _sz, int _type) in Mat() function in cv::Mat
512 Mat::Mat(Size _sz, int _type, const Scalar& _s) in Mat() function in cv::Mat
[all …]
H A Dcuda.inl.hpp621 Mat::Mat(const cuda::GpuMat& m) in Mat() function in cv::Mat
H A Dmat.hpp801 class CV_EXPORTS Mat class
H A Dbase.hpp629 class CV_EXPORTS Mat; variable
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dmotion_estimators.hpp230 void calcError(Mat &) CV_OVERRIDE {} in calcError() argument
231 void calcJacobian(Mat &) CV_OVERRIDE {} in calcJacobian() argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dinpainting.hpp105 virtual void inpaint(int /*idx*/, Mat &/*frame*/, Mat &/*mask*/) CV_OVERRIDE {} in inpaint() argument
H A Ddeblurring.hpp93 virtual void deblur(int /*idx*/, Mat &/*frame*/) CV_OVERRIDE {} in deblur() argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dobjdetect.hpp212 virtual void initializeMask(const Mat& /*src*/) { } in initializeMask()