Home
last modified time | relevance | path

Searched refs:cv (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Daffine.hpp51 namespace cv namespace
255 Affine3 inv(int method = cv::DECOMP_SVD) const;
332 cv::Affine3<T>::Affine3() in Affine3()
337 cv::Affine3<T>::Affine3(const Mat4& affine) in Affine3()
342 cv::Affine3<T>::Affine3(const Mat3& R, const Vec3& t) in Affine3()
351 cv::Affine3<T>::Affine3(const Vec3& _rvec, const Vec3& t) in Affine3()
360 cv::Affine3<T>::Affine3(const cv::Mat& data, const Vec3& t) in Affine3()
362 CV_Assert(data.type() == cv::traits::Type<T>::value); in Affine3()
386 cv::Affine3<T>::Affine3(const float_type* vals) : matrix(vals) in Affine3()
390 cv::Affine3<T> cv::Affine3<T>::Identity() in Identity()
[all …]
H A Dopengl.hpp53 namespace cv { namespace ogl { namespace
518 using namespace cv::ocl;
564 namespace cv { namespace cuda { namespace
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()
595 void cv::ogl::Buffer::create(Size asize, int atype, Target target, bool autoRelease) in create()
601 int cv::ogl::Buffer::rows() const in rows()
607 int cv::ogl::Buffer::cols() const in cols()
613 cv::Size cv::ogl::Buffer::size() const in size()
619 bool cv::ogl::Buffer::empty() const in empty()
[all …]
H A Doperations.hpp56 namespace cv namespace
141 return cv::solve(a, b, x, method); in operator ()()
161 return cv::solve(a, b, x, method); in operator ()()
211 cv::randu(M, Scalar(a), Scalar(b)); in randu()
219 cv::randn(M, Scalar(a), Scalar(b)); in randn()
227 bool ok = cv::internal::Matx_FastInvOp<_Tp, m, n>()(*this, b, method); in inv()
236 bool ok = cv::internal::Matx_FastSolveOp<_Tp, m, n, l>()(*this, rhs, x, method); in solve()
255 CV_MAT_AUG_OPERATOR (+=, cv::add(a,b,a), Mat, Mat) in add()
256 CV_MAT_AUG_OPERATOR (+=, cv::add(a,b,a), Mat, Scalar) in add()
257 CV_MAT_AUG_OPERATOR_T(+=, cv::add(a,b,a), Mat_<_Tp>, Mat) in add()
[all …]
H A Dtypes_c.h313 CV_EXPORTS _IplImage cvIplImage(const cv::Mat& m);
360 _IplImage(const cv::Mat& m) { *this = cvIplImage(m); } in _IplImage()
448 CV_INLINE CvMat cvMat(const cv::Mat& m);
499 CvMat(const cv::Mat& m) { *this = cvMat(m); } in CvMat()
564 CV_INLINE CvMat cvMat(const cv::Mat& m) in cvMat()
570 self.type = (self.type & ~cv::Mat::CONTINUOUS_FLAG) | (m.flags & cv::Mat::CONTINUOUS_FLAG); in cvMat()
676 CV_EXPORTS CvMatND cvMatND(const cv::Mat& m);
709 CvMatND(const cv::Mat& m) { *this = cvMatND(m); } in CvMatND()
755 CV_EXPORTS void copyToSparseMat(cv::SparseMat& m) const;
761 CV_EXPORTS CvSparseMat* cvCreateSparseMat(const cv::SparseMat& m);
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Daffine.hpp51 namespace cv namespace
255 Affine3 inv(int method = cv::DECOMP_SVD) const;
332 cv::Affine3<T>::Affine3() in Affine3()
337 cv::Affine3<T>::Affine3(const Mat4& affine) in Affine3()
342 cv::Affine3<T>::Affine3(const Mat3& R, const Vec3& t) in Affine3()
351 cv::Affine3<T>::Affine3(const Vec3& _rvec, const Vec3& t) in Affine3()
360 cv::Affine3<T>::Affine3(const cv::Mat& data, const Vec3& t) in Affine3()
362 CV_Assert(data.type() == cv::traits::Type<T>::value); in Affine3()
386 cv::Affine3<T>::Affine3(const float_type* vals) : matrix(vals) in Affine3()
390 cv::Affine3<T> cv::Affine3<T>::Identity() in Identity()
[all …]
H A Dopengl.hpp53 namespace cv { namespace ogl { namespace
518 using namespace cv::ocl;
564 namespace cv { namespace cuda { namespace
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()
595 void cv::ogl::Buffer::create(Size asize, int atype, Target target, bool autoRelease) in create()
601 int cv::ogl::Buffer::rows() const in rows()
607 int cv::ogl::Buffer::cols() const in cols()
613 cv::Size cv::ogl::Buffer::size() const in size()
619 bool cv::ogl::Buffer::empty() const in empty()
[all …]
H A Doperations.hpp56 namespace cv namespace
141 return cv::solve(a, b, x, method); in operator ()()
161 return cv::solve(a, b, x, method); in operator ()()
211 cv::randu(M, Scalar(a), Scalar(b)); in randu()
219 cv::randn(M, Scalar(a), Scalar(b)); in randn()
227 bool ok = cv::internal::Matx_FastInvOp<_Tp, m, n>()(*this, b, method); in inv()
236 bool ok = cv::internal::Matx_FastSolveOp<_Tp, m, n, l>()(*this, rhs, x, method); in solve()
255 CV_MAT_AUG_OPERATOR (+=, cv::add(a,b,a), Mat, Mat) in add()
256 CV_MAT_AUG_OPERATOR (+=, cv::add(a,b,a), Mat, Scalar) in add()
257 CV_MAT_AUG_OPERATOR_T(+=, cv::add(a,b,a), Mat_<_Tp>, Mat) in add()
[all …]
H A Dtypes_c.h313 CV_EXPORTS _IplImage cvIplImage(const cv::Mat& m);
360 _IplImage(const cv::Mat& m) { *this = cvIplImage(m); } in _IplImage()
448 CV_INLINE CvMat cvMat(const cv::Mat& m);
499 CvMat(const cv::Mat& m) { *this = cvMat(m); } in CvMat()
564 CV_INLINE CvMat cvMat(const cv::Mat& m) in cvMat()
570 self.type = (self.type & ~cv::Mat::CONTINUOUS_FLAG) | (m.flags & cv::Mat::CONTINUOUS_FLAG); in cvMat()
676 CV_EXPORTS CvMatND cvMatND(const cv::Mat& m);
709 CvMatND(const cv::Mat& m) { *this = cvMatND(m); } in CvMatND()
755 CV_EXPORTS void copyToSparseMat(cv::SparseMat& m) const;
761 CV_EXPORTS CvSparseMat* cvCreateSparseMat(const cv::SparseMat& m);
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Daffine.hpp51 namespace cv namespace
255 Affine3 inv(int method = cv::DECOMP_SVD) const;
332 cv::Affine3<T>::Affine3() in Affine3()
337 cv::Affine3<T>::Affine3(const Mat4& affine) in Affine3()
342 cv::Affine3<T>::Affine3(const Mat3& R, const Vec3& t) in Affine3()
351 cv::Affine3<T>::Affine3(const Vec3& _rvec, const Vec3& t) in Affine3()
360 cv::Affine3<T>::Affine3(const cv::Mat& data, const Vec3& t) in Affine3()
362 CV_Assert(data.type() == cv::traits::Type<T>::value); in Affine3()
386 cv::Affine3<T>::Affine3(const float_type* vals) : matrix(vals) in Affine3()
390 cv::Affine3<T> cv::Affine3<T>::Identity() in Identity()
[all …]
H A Dopengl.hpp53 namespace cv { namespace ogl { namespace
518 using namespace cv::ocl;
564 namespace cv { namespace cuda { namespace
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()
595 void cv::ogl::Buffer::create(Size asize, int atype, Target target, bool autoRelease) in create()
601 int cv::ogl::Buffer::rows() const in rows()
607 int cv::ogl::Buffer::cols() const in cols()
613 cv::Size cv::ogl::Buffer::size() const in size()
619 bool cv::ogl::Buffer::empty() const in empty()
[all …]
H A Doperations.hpp56 namespace cv namespace
141 return cv::solve(a, b, x, method); in operator ()()
161 return cv::solve(a, b, x, method); in operator ()()
211 cv::randu(M, Scalar(a), Scalar(b)); in randu()
219 cv::randn(M, Scalar(a), Scalar(b)); in randn()
227 bool ok = cv::internal::Matx_FastInvOp<_Tp, m, n>()(*this, b, method); in inv()
236 bool ok = cv::internal::Matx_FastSolveOp<_Tp, m, n, l>()(*this, rhs, x, method); in solve()
255 CV_MAT_AUG_OPERATOR (+=, cv::add(a,b,a), Mat, Mat) in add()
256 CV_MAT_AUG_OPERATOR (+=, cv::add(a,b,a), Mat, Scalar) in add()
257 CV_MAT_AUG_OPERATOR_T(+=, cv::add(a,b,a), Mat_<_Tp>, Mat) in add()
[all …]
H A Dtypes_c.h313 CV_EXPORTS _IplImage cvIplImage(const cv::Mat& m);
360 _IplImage(const cv::Mat& m) { *this = cvIplImage(m); } in _IplImage()
448 CV_INLINE CvMat cvMat(const cv::Mat& m);
499 CvMat(const cv::Mat& m) { *this = cvMat(m); } in CvMat()
564 CV_INLINE CvMat cvMat(const cv::Mat& m) in cvMat()
570 self.type = (self.type & ~cv::Mat::CONTINUOUS_FLAG) | (m.flags & cv::Mat::CONTINUOUS_FLAG); in cvMat()
676 CV_EXPORTS CvMatND cvMatND(const cv::Mat& m);
709 CvMatND(const cv::Mat& m) { *this = cvMatND(m); } in CvMatND()
755 CV_EXPORTS void copyToSparseMat(cv::SparseMat& m) const;
761 CV_EXPORTS CvSparseMat* cvCreateSparseMat(const cv::SparseMat& m);
[all …]
H A Dutility.hpp63 namespace cv namespace
82 if(cv::useCollection()) \
84 cv::addImpl(impl, CV_Func); \
342 startTime = cv::getTickCount(); in start()
350 int64 time = cv::getTickCount(); in stop()
585 virtual void operator() (const cv::Range& range) const CV_OVERRIDE in operator ()()
691 …parallel_for_(cv::Range(0, LINES), PixelOperationWrapper(reinterpret_cast<Mat_<_Tp>*>(this), opera… in forEach_impl()
1231 …, void* retAddress = NULL, bool alwaysExpand = false, cv::instr::TYPE instrType = TYPE_GENERAL, cv
1236 cv::String m_funName;
1237 cv::instr::TYPE m_instrType;
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/objdetect/
H A Ddetection_based_tracker.hpp55 namespace cv namespace
82 virtual void detect(const cv::Mat& image, std::vector<cv::Rect>& objects) = 0;
84 void setMinObjectSize(const cv::Size& min) in setMinObjectSize()
88 void setMaxObjectSize(const cv::Size& max) in setMaxObjectSize()
92 cv::Size getMinObjectSize() const in getMinObjectSize()
96 cv::Size getMaxObjectSize() const in getMaxObjectSize()
119 cv::Size minObjSize;
120 cv::Size maxObjSize;
125 …DetectionBasedTracker(cv::Ptr<IDetector> mainDetector, cv::Ptr<IDetector> trackingDetector, const …
132 virtual void process(const cv::Mat& imageGray);
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/utils/
H A Dlogger.hpp19 namespace cv { namespace
63cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_FATAL) break; std::stringstream …
64cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_ERROR) break; std::stringstream …
65cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_WARNING) break; std::stringstrea…
69cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_INFO) break; std::stringstream s…
74cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_DEBUG) break; std::stringstream …
79cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_VERBOSE) break; std::stringstrea…
H A Dfilesystem.hpp8 namespace cv { namespace utils { namespace fs { namespace
11 CV_EXPORTS bool exists(const cv::String& path);
12 CV_EXPORTS bool isDirectory(const cv::String& path);
14 CV_EXPORTS void remove_all(const cv::String& path);
17 CV_EXPORTS cv::String getcwd();
24 CV_EXPORTS cv::String canonical(const cv::String& path);
27 CV_EXPORTS cv::String join(const cv::String& base, const cv::String& path);
40 CV_EXPORTS void glob(const cv::String& directory, const cv::String& pattern,
41 CV_OUT std::vector<cv::String>& result,
53 CV_EXPORTS void glob_relative(const cv::String& directory, const cv::String& pattern,
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/utils/
H A Dlogger.hpp19 namespace cv { namespace
63cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_FATAL) break; std::stringstream …
64cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_ERROR) break; std::stringstream …
65cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_WARNING) break; std::stringstrea…
69cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_INFO) break; std::stringstream s…
74cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_DEBUG) break; std::stringstream …
79cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_VERBOSE) break; std::stringstrea…
H A Dfilesystem.hpp8 namespace cv { namespace utils { namespace fs { namespace
11 CV_EXPORTS bool exists(const cv::String& path);
12 CV_EXPORTS bool isDirectory(const cv::String& path);
14 CV_EXPORTS void remove_all(const cv::String& path);
17 CV_EXPORTS cv::String getcwd();
24 CV_EXPORTS cv::String canonical(const cv::String& path);
27 CV_EXPORTS cv::String join(const cv::String& base, const cv::String& path);
40 CV_EXPORTS void glob(const cv::String& directory, const cv::String& pattern,
41 CV_OUT std::vector<cv::String>& result,
53 CV_EXPORTS void glob_relative(const cv::String& directory, const cv::String& pattern,
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/utils/
H A Dlogger.hpp19 namespace cv { namespace
63cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_FATAL) break; std::stringstream …
64cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_ERROR) break; std::stringstream …
65cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_WARNING) break; std::stringstrea…
69cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_INFO) break; std::stringstream s…
74cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_DEBUG) break; std::stringstream …
79cv::utils::logging::getLogLevel() < cv::utils::logging::LOG_LEVEL_VERBOSE) break; std::stringstrea…
H A Dfilesystem.hpp8 namespace cv { namespace utils { namespace fs { namespace
11 CV_EXPORTS bool exists(const cv::String& path);
12 CV_EXPORTS bool isDirectory(const cv::String& path);
14 CV_EXPORTS void remove_all(const cv::String& path);
17 CV_EXPORTS cv::String getcwd();
24 CV_EXPORTS cv::String canonical(const cv::String& path);
27 CV_EXPORTS cv::String join(const cv::String& base, const cv::String& path);
40 CV_EXPORTS void glob(const cv::String& directory, const cv::String& pattern,
41 CV_OUT std::vector<cv::String>& result,
53 CV_EXPORTS void glob_relative(const cv::String& directory, const cv::String& pattern,
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dseam_finders.hpp50 namespace cv { namespace
263 void find(const std::vector<cv::UMat> &src, const std::vector<cv::Point> &corners,
264 std::vector<cv::UMat> &masks) CV_OVERRIDE;
268 …void setGraphWeightsColor(const cv::Mat &img1, const cv::Mat &img2, const cv::Mat &mask1, const cv
269cv::Mat &terminals, cv::Mat &leftT, cv::Mat &rightT, cv::Mat &top, cv::Mat &bottom);
270 …void setGraphWeightsColorGrad(const cv::Mat &img1, const cv::Mat &img2, const cv::Mat &dx1, const
271 … const cv::Mat &dy1, const cv::Mat &dy2, const cv::Mat &mask1, const cv::Mat &mask2,
272cv::Mat &terminals, cv::Mat &leftT, cv::Mat &rightT, cv::Mat &top, cv::Mat &bottom);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/gen_mesh/
H A Dtest030.cpp79 cv::Mat dstImgBGR_left; in test030()
83 cv::imwrite(dstBmpPath_left, dstImgBGR_left); in test030()
88 cv::Mat dstImgBGR_right; in test030()
92 cv::imwrite(dstBmpPath_right, dstImgBGR_right); in test030()
97 cv::Mat dstImgBGR_full; in test030()
101 cv::imwrite(dstBmpPath_full, dstImgBGR_full); in test030()
104 cv::Mat dstImgBGR_stitch = cv::Mat(dstH, dstW, CV_8UC3); in test030()
105 …dstImgBGR_left(cv::Range(0, dstH_left), cv::Range(0, dstW_left - margin)).copyTo(dstImgBGR_stitch( in test030()
106 …dstImgBGR_right(cv::Range(0, dstH_left), cv::Range(margin, dstW_right)).copyTo(dstImgBGR_stitch(cv in test030()
109 cv::imwrite(dstBmpPath_stitch, dstImgBGR_stitch); in test030()
H A Dtest029.cpp92 cv::Mat dstImgBGR_left; /* ���� */ in test029()
96 cv::imwrite(dstBmpPath_left, dstImgBGR_left); in test029()
102 cv::Mat dstImgBGR_right; /* ���� */ in test029()
106 cv::imwrite(dstBmpPath_right, dstImgBGR_right); in test029()
112 cv::Mat dstImgBGR_full; /* ���� */ in test029()
116 cv::imwrite(dstBmpPath_full, dstImgBGR_full); in test029()
119 cv::Mat dstImgBGR_stitch = cv::Mat(dstH, dstW, CV_8UC3); in test029()
120 …dstImgBGR_left(cv::Range(0, dstH_left), cv::Range(0, dstW_left - margin)).copyTo(dstImgBGR_stitch( in test029()
121 …dstImgBGR_right(cv::Range(0, dstH_left), cv::Range(margin, dstW_right)).copyTo(dstImgBGR_stitch(cv in test029()
124 cv::imwrite(dstBmpPath_stitch, dstImgBGR_stitch); in test029()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dmac_ax.c113 enum mac_ax_intf intf, u8 *id, u8 *cv) in get_chip_info() argument
118 if (!cv || !id) in get_chip_info()
125 *cv = r8_indir_cmd52_sdio(adapter, R_AX_SYS_CFG1 + 1) >> 4; in get_chip_info()
132 *cv = PLTFM_REG_R8(R_AX_SYS_CFG1 + 1) >> 4; in get_chip_info()
135 if (*cv <= CBV) { in get_chip_info()
138 *cv = CAV; in get_chip_info()
140 *cv = CBV; in get_chip_info()
173 u8 cv; in mac_ax_ops_init_v1() local
189 ret = get_chip_info(drv_adapter, NULL, intf, &chip_id, &cv); in mac_ax_ops_init_v1()
193 adapter = get_mac_ax_adapter(intf, chip_id, cv, phl_adapter, in mac_ax_ops_init_v1()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dmac_ax.c113 enum mac_ax_intf intf, u8 *id, u8 *cv) in get_chip_info() argument
118 if (!cv || !id) in get_chip_info()
125 *cv = r8_indir_cmd52_sdio(adapter, R_AX_SYS_CFG1 + 1) >> 4; in get_chip_info()
132 *cv = PLTFM_REG_R8(R_AX_SYS_CFG1 + 1) >> 4; in get_chip_info()
135 if (*cv <= CBV) { in get_chip_info()
138 *cv = CAV; in get_chip_info()
140 *cv = CBV; in get_chip_info()
173 u8 cv; in mac_ax_ops_init_v1() local
189 ret = get_chip_info(drv_adapter, NULL, intf, &chip_id, &cv); in mac_ax_ops_init_v1()
193 adapter = get_mac_ax_adapter(intf, chip_id, cv, phl_adapter, in mac_ax_ops_init_v1()
[all …]

12345678910>>...20