Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dumatrix.cpp233 UMat::UMat(UMatUsageFlags _usageFlags) CV_NOEXCEPT in UMat() function in cv::UMat
237 UMat::UMat(int _rows, int _cols, int _type, UMatUsageFlags _usageFlags) in UMat() function in cv::UMat
250 UMat::UMat(Size _sz, int _type, UMatUsageFlags _usageFlags) in UMat() function in cv::UMat
256 UMat::UMat(Size _sz, int _type, const Scalar& _s, UMatUsageFlags _usageFlags) in UMat() function in cv::UMat
263 UMat::UMat(int _dims, const int* _sz, int _type, UMatUsageFlags _usageFlags) in UMat() function in cv::UMat
276 UMat::UMat(const UMat& m) in UMat() function in cv::UMat
374 UMat::UMat(UMat&& m) in UMat() function in cv::UMat
707 UMat::UMat(const UMat& m, const Range& _rowRange, const Range& _colRange) in UMat() function in cv::UMat
749 UMat::UMat(const UMat& m, const Rect& roi) in UMat() function in cv::UMat
775 UMat::UMat(const UMat& m, const Range* ranges) in UMat() function in cv::UMat
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/python/
H A Dshadow_umat.hpp7 class CV_EXPORTS_W UMat class
/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Dopencvalgorithms_private.h39 class UMat; variable
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/src/
H A Dexposure_compensate.cpp84 const std::vector<std::pair<UMat,uchar> > &masks) in feed()
117 const std::vector<std::pair<UMat,uchar> > &masks) in singleFeed()
398 const std::vector<std::pair<UMat,uchar> > &masks) in feed()
464 const std::vector<std::pair<UMat,uchar> > &masks) in feed()
606 const std::vector<std::pair<UMat,uchar> > &masks) in feed()
612 const std::vector<std::pair<UMat,uchar> > &masks) in feed()
/dports/graphics/opencv/opencv-4.5.3/modules/python/test/
H A Dtest_umat.py23 class UMat(NewOpenCVTests): class
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/binary/elasticity/src/
H A Dobj_compliance.hpp306 ROL::Ptr<Intrepid::FieldContainer<Real> > valZ_eval, UMat, rho, rhoUMat, CUMat; in value() local
348 ROL::Ptr<Intrepid::FieldContainer<Real> > valZ_eval, UMat, rho, rhoUMat; in gradient_1() local
394 ROL::Ptr<Intrepid::FieldContainer<Real> > valZ_eval, rho, UMat, rhoUMat, CUMat, UUMat; in gradient_2() local
493 rho, rhoV, UMat, rhoUMat, CUMat, UUMat; in HessVec_12() local
548 rho, UMat, VMat, rhoUMat, CVMat, UVMat; in HessVec_21() local
602 rho, rhoV, UMat, rhoUMat, CUMat, UUMat; in HessVec_22() local
H A Dmaterialtensor.hpp249 …void computeUmat(ROL::Ptr<Intrepid::FieldContainer<Real>> & UMat, std::vector<ROL::Ptr<Intrepid::F… in computeUmat()
H A Dpde_elasticity.hpp253 ROL::Ptr<Intrepid::FieldContainer<Real>> UMat, rhoCUMat, tmp; in residual() local
433 ROL::Ptr<Intrepid::FieldContainer<Real>> UMat; in Jacobian_3() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/topo-opt/elasticity/src/
H A Dobj_compliance.hpp306 ROL::Ptr<Intrepid::FieldContainer<Real> > valZ_eval, UMat, rho, rhoUMat, CUMat; in value() local
348 ROL::Ptr<Intrepid::FieldContainer<Real> > valZ_eval, UMat, rho, rhoUMat; in gradient_1() local
394 ROL::Ptr<Intrepid::FieldContainer<Real> > valZ_eval, rho, UMat, rhoUMat, CUMat, UUMat; in gradient_2() local
493 rho, rhoV, UMat, rhoUMat, CUMat, UUMat; in HessVec_12() local
548 rho, UMat, VMat, rhoUMat, CVMat, UVMat; in HessVec_21() local
602 rho, rhoV, UMat, rhoUMat, CUMat, UUMat; in HessVec_22() local
H A Dpde_elasticity.hpp199 ROL::Ptr<Intrepid::FieldContainer<Real> > UMat; in residual() local
336 ROL::Ptr<Intrepid::FieldContainer<Real> > UMat; in Jacobian_2() local
556 ROL::Ptr<Intrepid::FieldContainer<Real> > UMat; in Hessian_22() local
H A Dmaterialtensor.hpp240 …dContainer<Real> > & UMat, std::vector<ROL::Ptr<Intrepid::FieldContainer<Real> > > & gradU) const { in computeUmat()
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/include/opencv2/stitching/detail/
H A Dseam_finders.hpp79 …CV_WRAP void find(const std::vector<UMat>&, const std::vector<Point>&, CV_IN_OUT std::vector<UMat>… in find()
H A Dexposure_compensate.hpp101 void feed(const std::vector<Point> &/*corners*/, const std::vector<UMat> &/*images*/, in feed()
102 const std::vector<std::pair<UMat,uchar> > &/*masks*/) CV_OVERRIDE { } in feed()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/common/
H A Dserialization.cpp373 IOStream& operator<< (IOStream& os, const cv::UMat &) in operator <<()
378 IIStream& operator >> (IIStream& is, cv::UMat &) in operator >>()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dbase.hpp593 class CV_EXPORTS UMat; variable
H A Dmat.hpp2401 class CV_EXPORTS UMat class
H A Dmat.inl.hpp3250 UMat::UMat(const std::vector<_Tp>& vec, bool copyData) in UMat() function in cv::UMat