CV_EXPORTS       1883 apps/traincascade/old_ml_tree.cpp template<> CV_EXPORTS void DefaultDeleter<CvDTreeSplit>::operator ()(CvDTreeSplit* obj) const
CV_EXPORTS        329 modules/calib3d/include/opencv2/calib3d.hpp CV_EXPORTS Mat findHomography( InputArray srcPoints, InputArray dstPoints,
CV_EXPORTS        646 modules/calib3d/include/opencv2/calib3d.hpp CV_EXPORTS bool find4QuadCornerSubpix( InputArray img, InputOutputArray corners, Size region_size );
CV_EXPORTS       1118 modules/calib3d/include/opencv2/calib3d.hpp CV_EXPORTS void convertPointsHomogeneous( InputArray src, OutputArray dst );
CV_EXPORTS       1176 modules/calib3d/include/opencv2/calib3d.hpp CV_EXPORTS Mat findFundamentalMat( InputArray points1, InputArray points2,
CV_EXPORTS       1662 modules/calib3d/include/opencv2/calib3d.hpp     CV_EXPORTS void projectPoints(InputArray objectPoints, OutputArray imagePoints, const Affine3d& affine,
CV_EXPORTS        384 modules/calib3d/include/opencv2/calib3d/calib3d_c.h class CV_EXPORTS CvLevMarq
CV_EXPORTS          7 modules/calib3d/src/fisheye.hpp struct CV_EXPORTS IntrinsicParams
CV_EXPORTS         29 modules/calib3d/src/fisheye.hpp CV_EXPORTS Mat ComputeHomography(Mat m, Mat M);
CV_EXPORTS         31 modules/calib3d/src/fisheye.hpp CV_EXPORTS Mat NormalizePixels(const Mat& imagePoints, const IntrinsicParams& param);
CV_EXPORTS         43 modules/calib3d/src/fisheye.hpp CV_EXPORTS void  EstimateUncertainties(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints,
CV_EXPORTS         66 modules/calib3d/src/precomp.hpp class CV_EXPORTS LMSolver : public Algorithm
CV_EXPORTS         69 modules/calib3d/src/precomp.hpp     class CV_EXPORTS Callback
CV_EXPORTS         80 modules/calib3d/src/precomp.hpp CV_EXPORTS Ptr<LMSolver> createLMSolver(const Ptr<LMSolver::Callback>& cb, int maxIters);
CV_EXPORTS         82 modules/calib3d/src/precomp.hpp class CV_EXPORTS PointSetRegistrator : public Algorithm
CV_EXPORTS         85 modules/calib3d/src/precomp.hpp     class CV_EXPORTS Callback
CV_EXPORTS         98 modules/calib3d/src/precomp.hpp CV_EXPORTS Ptr<PointSetRegistrator> createRANSACPointSetRegistrator(const Ptr<PointSetRegistrator::Callback>& cb,
CV_EXPORTS        102 modules/calib3d/src/precomp.hpp CV_EXPORTS Ptr<PointSetRegistrator> createLMeDSPointSetRegistrator(const Ptr<PointSetRegistrator::Callback>& cb,
CV_EXPORTS         98 modules/core/include/opencv2/core.hpp class CV_EXPORTS Exception : public std::exception
CV_EXPORTS        135 modules/core/include/opencv2/core.hpp CV_EXPORTS void error( const Exception& exc );
CV_EXPORTS        233 modules/core/include/opencv2/core.hpp CV_EXPORTS void swap(Mat& a, Mat& b);
CV_EXPORTS        235 modules/core/include/opencv2/core.hpp CV_EXPORTS void swap( UMat& a, UMat& b );
CV_EXPORTS        662 modules/core/include/opencv2/core.hpp CV_EXPORTS double norm( const SparseMat& src, int normType );
CV_EXPORTS        719 modules/core/include/opencv2/core.hpp CV_EXPORTS void normalize( const SparseMat& src, SparseMat& dst, double alpha, int normType );
CV_EXPORTS        767 modules/core/include/opencv2/core.hpp CV_EXPORTS void minMaxIdx(InputArray src, double* minVal, double* maxVal = 0,
CV_EXPORTS        779 modules/core/include/opencv2/core.hpp CV_EXPORTS void minMaxLoc(const SparseMat& a, double* minVal,
CV_EXPORTS        816 modules/core/include/opencv2/core.hpp CV_EXPORTS void merge(const Mat* mv, size_t count, OutputArray dst);
CV_EXPORTS        837 modules/core/include/opencv2/core.hpp CV_EXPORTS void split(const Mat& src, Mat* mvbegin);
CV_EXPORTS        886 modules/core/include/opencv2/core.hpp CV_EXPORTS void mixChannels(const Mat* src, size_t nsrcs, Mat* dst, size_t ndsts,
CV_EXPORTS        903 modules/core/include/opencv2/core.hpp CV_EXPORTS void mixChannels(InputArrayOfArrays src, InputOutputArrayOfArrays dst,
CV_EXPORTS        988 modules/core/include/opencv2/core.hpp CV_EXPORTS Mat repeat(const Mat& src, int ny, int nx);
CV_EXPORTS       1011 modules/core/include/opencv2/core.hpp CV_EXPORTS void hconcat(const Mat* src, size_t nsrc, OutputArray dst);
CV_EXPORTS       1032 modules/core/include/opencv2/core.hpp CV_EXPORTS void hconcat(InputArray src1, InputArray src2, OutputArray dst);
CV_EXPORTS       1073 modules/core/include/opencv2/core.hpp CV_EXPORTS void vconcat(const Mat* src, size_t nsrc, OutputArray dst);
CV_EXPORTS       1097 modules/core/include/opencv2/core.hpp CV_EXPORTS void vconcat(InputArray src1, InputArray src2, OutputArray dst);
CV_EXPORTS       1307 modules/core/include/opencv2/core.hpp CV_EXPORTS void min(const Mat& src1, const Mat& src2, Mat& dst);
CV_EXPORTS       1311 modules/core/include/opencv2/core.hpp CV_EXPORTS void min(const UMat& src1, const UMat& src2, UMat& dst);
CV_EXPORTS       1328 modules/core/include/opencv2/core.hpp CV_EXPORTS void max(const Mat& src1, const Mat& src2, Mat& dst);
CV_EXPORTS       1332 modules/core/include/opencv2/core.hpp CV_EXPORTS void max(const UMat& src1, const UMat& src2, UMat& dst);
CV_EXPORTS       1829 modules/core/include/opencv2/core.hpp CV_EXPORTS void calcCovarMatrix( const Mat* samples, int nsamples, Mat& covar, Mat& mean,
CV_EXPORTS       2129 modules/core/include/opencv2/core.hpp CV_EXPORTS RNG& theRNG();
CV_EXPORTS       2234 modules/core/include/opencv2/core.hpp class CV_EXPORTS PCA
CV_EXPORTS       2380 modules/core/include/opencv2/core.hpp class CV_EXPORTS LDA
CV_EXPORTS       2462 modules/core/include/opencv2/core.hpp class CV_EXPORTS SVD
CV_EXPORTS       2601 modules/core/include/opencv2/core.hpp class CV_EXPORTS RNG
CV_EXPORTS       2756 modules/core/include/opencv2/core.hpp class CV_EXPORTS RNG_MT19937
CV_EXPORTS       2846 modules/core/include/opencv2/core.hpp class CV_EXPORTS Formatted
CV_EXPORTS       2855 modules/core/include/opencv2/core.hpp class CV_EXPORTS Formatter
CV_EXPORTS       2880 modules/core/include/opencv2/core.hpp class CV_EXPORTS Algorithm;
CV_EXPORTS        322 modules/core/include/opencv2/core/base.hpp CV_EXPORTS void error(int _code, const String& _err, const char* _func, const char* _file, int _line);
CV_EXPORTS        408 modules/core/include/opencv2/core/base.hpp struct CV_EXPORTS Hamming
CV_EXPORTS        577 modules/core/include/opencv2/core/base.hpp CV_EXPORTS int LU(float* A, size_t astep, int m, float* b, size_t bstep, int n);
CV_EXPORTS        579 modules/core/include/opencv2/core/base.hpp CV_EXPORTS int LU(double* A, size_t astep, int m, double* b, size_t bstep, int n);
CV_EXPORTS        581 modules/core/include/opencv2/core/base.hpp CV_EXPORTS bool Cholesky(float* A, size_t astep, int m, float* b, size_t bstep, int n);
CV_EXPORTS        583 modules/core/include/opencv2/core/base.hpp CV_EXPORTS bool Cholesky(double* A, size_t astep, int m, double* b, size_t bstep, int n);
CV_EXPORTS        599 modules/core/include/opencv2/core/base.hpp class CV_EXPORTS RotatedRect;
CV_EXPORTS        600 modules/core/include/opencv2/core/base.hpp class CV_EXPORTS Range;
CV_EXPORTS        601 modules/core/include/opencv2/core/base.hpp class CV_EXPORTS TermCriteria;
CV_EXPORTS        602 modules/core/include/opencv2/core/base.hpp class CV_EXPORTS KeyPoint;
CV_EXPORTS        603 modules/core/include/opencv2/core/base.hpp class CV_EXPORTS DMatch;
CV_EXPORTS        604 modules/core/include/opencv2/core/base.hpp class CV_EXPORTS RNG;
CV_EXPORTS        606 modules/core/include/opencv2/core/base.hpp class CV_EXPORTS Mat;
CV_EXPORTS        607 modules/core/include/opencv2/core/base.hpp class CV_EXPORTS MatExpr;
CV_EXPORTS        609 modules/core/include/opencv2/core/base.hpp class CV_EXPORTS UMat;
CV_EXPORTS        611 modules/core/include/opencv2/core/base.hpp class CV_EXPORTS SparseMat;
CV_EXPORTS        617 modules/core/include/opencv2/core/base.hpp class CV_EXPORTS MatConstIterator;
CV_EXPORTS        618 modules/core/include/opencv2/core/base.hpp class CV_EXPORTS SparseMatIterator;
CV_EXPORTS        619 modules/core/include/opencv2/core/base.hpp class CV_EXPORTS SparseMatConstIterator;
CV_EXPORTS        627 modules/core/include/opencv2/core/base.hpp     class CV_EXPORTS Buffer;
CV_EXPORTS        628 modules/core/include/opencv2/core/base.hpp     class CV_EXPORTS Texture2D;
CV_EXPORTS        629 modules/core/include/opencv2/core/base.hpp     class CV_EXPORTS Arrays;
CV_EXPORTS        634 modules/core/include/opencv2/core/base.hpp     class CV_EXPORTS GpuMat;
CV_EXPORTS        635 modules/core/include/opencv2/core/base.hpp     class CV_EXPORTS HostMem;
CV_EXPORTS        636 modules/core/include/opencv2/core/base.hpp     class CV_EXPORTS Stream;
CV_EXPORTS        637 modules/core/include/opencv2/core/base.hpp     class CV_EXPORTS Event;
CV_EXPORTS        647 modules/core/include/opencv2/core/base.hpp CV_EXPORTS void setIppStatus(int status, const char * const funcname = NULL, const char * const filename = NULL,
CV_EXPORTS        649 modules/core/include/opencv2/core/base.hpp CV_EXPORTS int getIppStatus();
CV_EXPORTS        650 modules/core/include/opencv2/core/base.hpp CV_EXPORTS String getIppErrorLocation();
CV_EXPORTS        651 modules/core/include/opencv2/core/base.hpp CV_EXPORTS bool useIPP();
CV_EXPORTS        652 modules/core/include/opencv2/core/base.hpp CV_EXPORTS void setUseIPP(bool flag);
CV_EXPORTS       2741 modules/core/include/opencv2/core/core_c.h struct CV_EXPORTS CvType
CV_EXPORTS       2766 modules/core/include/opencv2/core/core_c.h CV_EXPORTS Mat cvarrToMat(const CvArr* arr, bool copyData=false,
CV_EXPORTS       2777 modules/core/include/opencv2/core/core_c.h CV_EXPORTS void extractImageCOI(const CvArr* arr, OutputArray coiimg, int coi=-1);
CV_EXPORTS       2779 modules/core/include/opencv2/core/core_c.h CV_EXPORTS void insertImageCOI(InputArray coiimg, CvArr* arr, int coi=-1);
CV_EXPORTS       2785 modules/core/include/opencv2/core/core_c.h template<> CV_EXPORTS void DefaultDeleter<CvMat>::operator ()(CvMat* obj) const;
CV_EXPORTS       2786 modules/core/include/opencv2/core/core_c.h template<> CV_EXPORTS void DefaultDeleter<IplImage>::operator ()(IplImage* obj) const;
CV_EXPORTS       2787 modules/core/include/opencv2/core/core_c.h template<> CV_EXPORTS void DefaultDeleter<CvMatND>::operator ()(CvMatND* obj) const;
CV_EXPORTS       2788 modules/core/include/opencv2/core/core_c.h template<> CV_EXPORTS void DefaultDeleter<CvSparseMat>::operator ()(CvSparseMat* obj) const;
CV_EXPORTS       2789 modules/core/include/opencv2/core/core_c.h template<> CV_EXPORTS void DefaultDeleter<CvMemStorage>::operator ()(CvMemStorage* obj) const;
CV_EXPORTS       2927 modules/core/include/opencv2/core/core_c.h CV_EXPORTS schar*  seqPush( CvSeq* seq, const void* element=0);
CV_EXPORTS       2928 modules/core/include/opencv2/core/core_c.h CV_EXPORTS schar*  seqPushFront( CvSeq* seq, const void* element=0);
CV_EXPORTS       2929 modules/core/include/opencv2/core/core_c.h CV_EXPORTS void  seqPop( CvSeq* seq, void* element=0);
CV_EXPORTS       2930 modules/core/include/opencv2/core/core_c.h CV_EXPORTS void  seqPopFront( CvSeq* seq, void* element=0);
CV_EXPORTS       2931 modules/core/include/opencv2/core/core_c.h CV_EXPORTS void  seqPopMulti( CvSeq* seq, void* elements,
CV_EXPORTS       2933 modules/core/include/opencv2/core/core_c.h CV_EXPORTS void  seqRemove( CvSeq* seq, int index );
CV_EXPORTS       2934 modules/core/include/opencv2/core/core_c.h CV_EXPORTS void  clearSeq( CvSeq* seq );
CV_EXPORTS       2935 modules/core/include/opencv2/core/core_c.h CV_EXPORTS schar*  getSeqElem( const CvSeq* seq, int index );
CV_EXPORTS       2936 modules/core/include/opencv2/core/core_c.h CV_EXPORTS void  seqRemoveSlice( CvSeq* seq, CvSlice slice );
CV_EXPORTS       2937 modules/core/include/opencv2/core/core_c.h CV_EXPORTS void  seqInsertSlice( CvSeq* seq, int before_index, const CvArr* from_arr );
CV_EXPORTS         96 modules/core/include/opencv2/core/cuda.hpp class CV_EXPORTS GpuMat
CV_EXPORTS         99 modules/core/include/opencv2/core/cuda.hpp     class CV_EXPORTS Allocator
CV_EXPORTS        317 modules/core/include/opencv2/core/cuda.hpp CV_EXPORTS void createContinuous(int rows, int cols, int type, OutputArray arr);
CV_EXPORTS        328 modules/core/include/opencv2/core/cuda.hpp CV_EXPORTS void ensureSizeIsEnough(int rows, int cols, int type, OutputArray arr);
CV_EXPORTS        331 modules/core/include/opencv2/core/cuda.hpp CV_EXPORTS void setBufferPoolUsage(bool on);
CV_EXPORTS        332 modules/core/include/opencv2/core/cuda.hpp CV_EXPORTS void setBufferPoolConfig(int deviceId, size_t stackSize, int stackCount);
CV_EXPORTS        353 modules/core/include/opencv2/core/cuda.hpp class CV_EXPORTS HostMem
CV_EXPORTS        432 modules/core/include/opencv2/core/cuda.hpp CV_EXPORTS void registerPageLocked(Mat& m);
CV_EXPORTS        438 modules/core/include/opencv2/core/cuda.hpp CV_EXPORTS void unregisterPageLocked(Mat& m);
CV_EXPORTS        452 modules/core/include/opencv2/core/cuda.hpp class CV_EXPORTS Stream
CV_EXPORTS        502 modules/core/include/opencv2/core/cuda.hpp class CV_EXPORTS Event
CV_EXPORTS        549 modules/core/include/opencv2/core/cuda.hpp CV_EXPORTS int getCudaEnabledDeviceCount();
CV_EXPORTS        557 modules/core/include/opencv2/core/cuda.hpp CV_EXPORTS void setDevice(int device);
CV_EXPORTS        561 modules/core/include/opencv2/core/cuda.hpp CV_EXPORTS int getDevice();
CV_EXPORTS        568 modules/core/include/opencv2/core/cuda.hpp CV_EXPORTS void resetDevice();
CV_EXPORTS        593 modules/core/include/opencv2/core/cuda.hpp CV_EXPORTS bool deviceSupports(FeatureSet feature_set);
CV_EXPORTS        601 modules/core/include/opencv2/core/cuda.hpp class CV_EXPORTS TargetArchs
CV_EXPORTS        628 modules/core/include/opencv2/core/cuda.hpp class CV_EXPORTS DeviceInfo
CV_EXPORTS        835 modules/core/include/opencv2/core/cuda.hpp CV_EXPORTS void printCudaDeviceInfo(int device);
CV_EXPORTS        836 modules/core/include/opencv2/core/cuda.hpp CV_EXPORTS void printShortCudaDeviceInfo(int device);
CV_EXPORTS         72 modules/core/include/opencv2/core/cuda_stream_accessor.hpp             CV_EXPORTS static cudaStream_t getStream(const Stream& stream);
CV_EXPORTS         79 modules/core/include/opencv2/core/cuda_stream_accessor.hpp             CV_EXPORTS static cudaEvent_t getEvent(const Event& event);
CV_EXPORTS         82 modules/core/include/opencv2/core/cvdef.h #define CV_EXPORTS_W CV_EXPORTS
CV_EXPORTS         83 modules/core/include/opencv2/core/cvdef.h #define CV_EXPORTS_W_SIMPLE CV_EXPORTS
CV_EXPORTS         84 modules/core/include/opencv2/core/cvdef.h #define CV_EXPORTS_AS(synonym) CV_EXPORTS
CV_EXPORTS         85 modules/core/include/opencv2/core/cvdef.h #define CV_EXPORTS_W_MAP CV_EXPORTS
CV_EXPORTS        116 modules/core/include/opencv2/core/cvstd.hpp CV_EXPORTS void* fastMalloc(size_t bufSize);
CV_EXPORTS        125 modules/core/include/opencv2/core/cvstd.hpp CV_EXPORTS void fastFree(void* ptr);
CV_EXPORTS        473 modules/core/include/opencv2/core/cvstd.hpp class CV_EXPORTS FileNode; //for string constructor from FileNode
CV_EXPORTS        475 modules/core/include/opencv2/core/cvstd.hpp class CV_EXPORTS String
CV_EXPORTS         74 modules/core/include/opencv2/core/directx.hpp CV_EXPORTS Context& initializeContextFromD3D11Device(ID3D11Device* pD3D11Device);
CV_EXPORTS         75 modules/core/include/opencv2/core/directx.hpp CV_EXPORTS Context& initializeContextFromD3D10Device(ID3D10Device* pD3D10Device);
CV_EXPORTS         76 modules/core/include/opencv2/core/directx.hpp CV_EXPORTS Context& initializeContextFromDirect3DDevice9Ex(IDirect3DDevice9Ex* pDirect3DDevice9Ex);
CV_EXPORTS         77 modules/core/include/opencv2/core/directx.hpp CV_EXPORTS Context& initializeContextFromDirect3DDevice9(IDirect3DDevice9* pDirect3DDevice9);
CV_EXPORTS         86 modules/core/include/opencv2/core/directx.hpp CV_EXPORTS void convertToD3D11Texture2D(InputArray src, ID3D11Texture2D* pD3D11Texture2D);
CV_EXPORTS         87 modules/core/include/opencv2/core/directx.hpp CV_EXPORTS void convertFromD3D11Texture2D(ID3D11Texture2D* pD3D11Texture2D, OutputArray dst);
CV_EXPORTS         89 modules/core/include/opencv2/core/directx.hpp CV_EXPORTS void convertToD3D10Texture2D(InputArray src, ID3D10Texture2D* pD3D10Texture2D);
CV_EXPORTS         90 modules/core/include/opencv2/core/directx.hpp CV_EXPORTS void convertFromD3D10Texture2D(ID3D10Texture2D* pD3D10Texture2D, OutputArray dst);
CV_EXPORTS         92 modules/core/include/opencv2/core/directx.hpp CV_EXPORTS void convertToDirect3DSurface9(InputArray src, IDirect3DSurface9* pDirect3DSurface9, void* surfaceSharedHandle = NULL);
CV_EXPORTS         93 modules/core/include/opencv2/core/directx.hpp CV_EXPORTS void convertFromDirect3DSurface9(IDirect3DSurface9* pDirect3DSurface9, OutputArray dst, void* surfaceSharedHandle = NULL);
CV_EXPORTS         96 modules/core/include/opencv2/core/directx.hpp CV_EXPORTS int getTypeFromDXGI_FORMAT(const int iDXGI_FORMAT); // enum DXGI_FORMAT for D3D10/D3D11
CV_EXPORTS         99 modules/core/include/opencv2/core/directx.hpp CV_EXPORTS int getTypeFromD3DFORMAT(const int iD3DFORMAT); // enum D3DTYPE for D3D9
CV_EXPORTS         65 modules/core/include/opencv2/core/mat.hpp class CV_EXPORTS _OutputArray;
CV_EXPORTS        146 modules/core/include/opencv2/core/mat.hpp class CV_EXPORTS _InputArray
CV_EXPORTS        263 modules/core/include/opencv2/core/mat.hpp class CV_EXPORTS _OutputArray : public _InputArray
CV_EXPORTS        334 modules/core/include/opencv2/core/mat.hpp class CV_EXPORTS _InputOutputArray : public _OutputArray
CV_EXPORTS        378 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS InputOutputArray noArray();
CV_EXPORTS        395 modules/core/include/opencv2/core/mat.hpp struct CV_EXPORTS UMatData;
CV_EXPORTS        399 modules/core/include/opencv2/core/mat.hpp class CV_EXPORTS MatAllocator
CV_EXPORTS        464 modules/core/include/opencv2/core/mat.hpp struct CV_EXPORTS UMatData
CV_EXPORTS        501 modules/core/include/opencv2/core/mat.hpp struct CV_EXPORTS UMatDataAutoLock
CV_EXPORTS        509 modules/core/include/opencv2/core/mat.hpp struct CV_EXPORTS MatSize
CV_EXPORTS        522 modules/core/include/opencv2/core/mat.hpp struct CV_EXPORTS MatStep
CV_EXPORTS        730 modules/core/include/opencv2/core/mat.hpp class CV_EXPORTS Mat
CV_EXPORTS       2119 modules/core/include/opencv2/core/mat.hpp class CV_EXPORTS UMat
CV_EXPORTS       2395 modules/core/include/opencv2/core/mat.hpp class CV_EXPORTS SparseMat
CV_EXPORTS       2404 modules/core/include/opencv2/core/mat.hpp     struct CV_EXPORTS Hdr
CV_EXPORTS       2420 modules/core/include/opencv2/core/mat.hpp     struct CV_EXPORTS Node
CV_EXPORTS       2744 modules/core/include/opencv2/core/mat.hpp class CV_EXPORTS MatConstIterator
CV_EXPORTS       2926 modules/core/include/opencv2/core/mat.hpp class CV_EXPORTS SparseMatConstIterator
CV_EXPORTS       2970 modules/core/include/opencv2/core/mat.hpp class CV_EXPORTS SparseMatIterator : public SparseMatConstIterator
CV_EXPORTS       3123 modules/core/include/opencv2/core/mat.hpp class CV_EXPORTS NAryMatIterator
CV_EXPORTS       3161 modules/core/include/opencv2/core/mat.hpp class CV_EXPORTS MatOp
CV_EXPORTS       3248 modules/core/include/opencv2/core/mat.hpp class CV_EXPORTS MatExpr
CV_EXPORTS       3289 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator + (const Mat& a, const Mat& b);
CV_EXPORTS       3290 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator + (const Mat& a, const Scalar& s);
CV_EXPORTS       3291 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator + (const Scalar& s, const Mat& a);
CV_EXPORTS       3292 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator + (const MatExpr& e, const Mat& m);
CV_EXPORTS       3293 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator + (const Mat& m, const MatExpr& e);
CV_EXPORTS       3294 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator + (const MatExpr& e, const Scalar& s);
CV_EXPORTS       3295 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator + (const Scalar& s, const MatExpr& e);
CV_EXPORTS       3296 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator + (const MatExpr& e1, const MatExpr& e2);
CV_EXPORTS       3298 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator - (const Mat& a, const Mat& b);
CV_EXPORTS       3299 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator - (const Mat& a, const Scalar& s);
CV_EXPORTS       3300 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator - (const Scalar& s, const Mat& a);
CV_EXPORTS       3301 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator - (const MatExpr& e, const Mat& m);
CV_EXPORTS       3302 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator - (const Mat& m, const MatExpr& e);
CV_EXPORTS       3303 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator - (const MatExpr& e, const Scalar& s);
CV_EXPORTS       3304 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator - (const Scalar& s, const MatExpr& e);
CV_EXPORTS       3305 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator - (const MatExpr& e1, const MatExpr& e2);
CV_EXPORTS       3307 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator - (const Mat& m);
CV_EXPORTS       3308 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator - (const MatExpr& e);
CV_EXPORTS       3310 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator * (const Mat& a, const Mat& b);
CV_EXPORTS       3311 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator * (const Mat& a, double s);
CV_EXPORTS       3312 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator * (double s, const Mat& a);
CV_EXPORTS       3313 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator * (const MatExpr& e, const Mat& m);
CV_EXPORTS       3314 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator * (const Mat& m, const MatExpr& e);
CV_EXPORTS       3315 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator * (const MatExpr& e, double s);
CV_EXPORTS       3316 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator * (double s, const MatExpr& e);
CV_EXPORTS       3317 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator * (const MatExpr& e1, const MatExpr& e2);
CV_EXPORTS       3319 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator / (const Mat& a, const Mat& b);
CV_EXPORTS       3320 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator / (const Mat& a, double s);
CV_EXPORTS       3321 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator / (double s, const Mat& a);
CV_EXPORTS       3322 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator / (const MatExpr& e, const Mat& m);
CV_EXPORTS       3323 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator / (const Mat& m, const MatExpr& e);
CV_EXPORTS       3324 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator / (const MatExpr& e, double s);
CV_EXPORTS       3325 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator / (double s, const MatExpr& e);
CV_EXPORTS       3326 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator / (const MatExpr& e1, const MatExpr& e2);
CV_EXPORTS       3328 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator < (const Mat& a, const Mat& b);
CV_EXPORTS       3329 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator < (const Mat& a, double s);
CV_EXPORTS       3330 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator < (double s, const Mat& a);
CV_EXPORTS       3332 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator <= (const Mat& a, const Mat& b);
CV_EXPORTS       3333 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator <= (const Mat& a, double s);
CV_EXPORTS       3334 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator <= (double s, const Mat& a);
CV_EXPORTS       3336 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator == (const Mat& a, const Mat& b);
CV_EXPORTS       3337 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator == (const Mat& a, double s);
CV_EXPORTS       3338 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator == (double s, const Mat& a);
CV_EXPORTS       3340 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator != (const Mat& a, const Mat& b);
CV_EXPORTS       3341 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator != (const Mat& a, double s);
CV_EXPORTS       3342 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator != (double s, const Mat& a);
CV_EXPORTS       3344 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator >= (const Mat& a, const Mat& b);
CV_EXPORTS       3345 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator >= (const Mat& a, double s);
CV_EXPORTS       3346 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator >= (double s, const Mat& a);
CV_EXPORTS       3348 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator > (const Mat& a, const Mat& b);
CV_EXPORTS       3349 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator > (const Mat& a, double s);
CV_EXPORTS       3350 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator > (double s, const Mat& a);
CV_EXPORTS       3352 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator & (const Mat& a, const Mat& b);
CV_EXPORTS       3353 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator & (const Mat& a, const Scalar& s);
CV_EXPORTS       3354 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator & (const Scalar& s, const Mat& a);
CV_EXPORTS       3356 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator | (const Mat& a, const Mat& b);
CV_EXPORTS       3357 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator | (const Mat& a, const Scalar& s);
CV_EXPORTS       3358 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator | (const Scalar& s, const Mat& a);
CV_EXPORTS       3360 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator ^ (const Mat& a, const Mat& b);
CV_EXPORTS       3361 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator ^ (const Mat& a, const Scalar& s);
CV_EXPORTS       3362 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator ^ (const Scalar& s, const Mat& a);
CV_EXPORTS       3364 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr operator ~(const Mat& m);
CV_EXPORTS       3366 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr min(const Mat& a, const Mat& b);
CV_EXPORTS       3367 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr min(const Mat& a, double s);
CV_EXPORTS       3368 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr min(double s, const Mat& a);
CV_EXPORTS       3370 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr max(const Mat& a, const Mat& b);
CV_EXPORTS       3371 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr max(const Mat& a, double s);
CV_EXPORTS       3372 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr max(double s, const Mat& a);
CV_EXPORTS       3387 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr abs(const Mat& m);
CV_EXPORTS       3391 modules/core/include/opencv2/core/mat.hpp CV_EXPORTS MatExpr abs(const MatExpr& e);
CV_EXPORTS         64 modules/core/include/opencv2/core/matx.hpp struct CV_EXPORTS Matx_AddOp {};
CV_EXPORTS         65 modules/core/include/opencv2/core/matx.hpp struct CV_EXPORTS Matx_SubOp {};
CV_EXPORTS         66 modules/core/include/opencv2/core/matx.hpp struct CV_EXPORTS Matx_ScaleOp {};
CV_EXPORTS         67 modules/core/include/opencv2/core/matx.hpp struct CV_EXPORTS Matx_MulOp {};
CV_EXPORTS         68 modules/core/include/opencv2/core/matx.hpp struct CV_EXPORTS Matx_DivOp {};
CV_EXPORTS         69 modules/core/include/opencv2/core/matx.hpp struct CV_EXPORTS Matx_MatMulOp {};
CV_EXPORTS         70 modules/core/include/opencv2/core/matx.hpp struct CV_EXPORTS Matx_TOp {};
CV_EXPORTS         59 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS bool haveSVM();
CV_EXPORTS         61 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS Context;
CV_EXPORTS         62 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS Device;
CV_EXPORTS         63 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS Kernel;
CV_EXPORTS         64 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS Program;
CV_EXPORTS         65 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS ProgramSource;
CV_EXPORTS         66 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS Queue;
CV_EXPORTS         67 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS PlatformInfo;
CV_EXPORTS         68 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS Image2D;
CV_EXPORTS         70 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS Device
CV_EXPORTS        234 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS Context
CV_EXPORTS        262 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS Platform
CV_EXPORTS        282 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS Queue
CV_EXPORTS        302 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS KernelArg
CV_EXPORTS        340 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS Kernel
CV_EXPORTS        535 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS Program
CV_EXPORTS        564 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS ProgramSource
CV_EXPORTS        584 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS PlatformInfo
CV_EXPORTS        605 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS const char* convertTypeStr(int sdepth, int ddepth, int cn, char* buf);
CV_EXPORTS        606 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS const char* typeToStr(int t);
CV_EXPORTS        607 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS const char* memopTypeToStr(int t);
CV_EXPORTS        608 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS const char* vecopTypeToStr(int t);
CV_EXPORTS        609 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS String kernelToStr(InputArray _kernel, int ddepth = -1, const char * name = NULL);
CV_EXPORTS        610 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS void getPlatfomsInfo(std::vector<PlatformInfo>& platform_info);
CV_EXPORTS        625 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS int predictOptimalVectorWidth(InputArray src1, InputArray src2 = noArray(), InputArray src3 = noArray(),
CV_EXPORTS        630 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS int checkOptimalVectorWidth(const int *vectorWidths,
CV_EXPORTS        637 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS int predictOptimalVectorWidthMax(InputArray src1, InputArray src2 = noArray(), InputArray src3 = noArray(),
CV_EXPORTS        641 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS void buildOptionsAddMatrixDescription(String& buildOptions, const String& name, InputArray _m);
CV_EXPORTS        643 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS Image2D
CV_EXPORTS        673 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS MatAllocator* getOpenCLAllocator();
CV_EXPORTS        679 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS bool isPerformanceCheckBypassed();
CV_EXPORTS        682 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS bool isCLBuffer(UMat& u);
CV_EXPORTS         41 modules/core/include/opencv2/core/opencl/opencl_svm.hpp CV_EXPORTS const SVMCapabilities getSVMCapabilitites(const ocl::Context& context);
CV_EXPORTS         73 modules/core/include/opencv2/core/opencl/opencl_svm.hpp CV_EXPORTS const SVMFunctions* getSVMFunctions(const ocl::Context& context);
CV_EXPORTS         75 modules/core/include/opencv2/core/opencl/opencl_svm.hpp CV_EXPORTS bool useSVM(UMatUsageFlags usageFlags);
CV_EXPORTS         78 modules/core/include/opencv2/core/opengl.hpp class CV_EXPORTS Buffer
CV_EXPORTS        282 modules/core/include/opencv2/core/opengl.hpp class CV_EXPORTS Texture2D
CV_EXPORTS        405 modules/core/include/opencv2/core/opengl.hpp class CV_EXPORTS Arrays
CV_EXPORTS        495 modules/core/include/opencv2/core/opengl.hpp CV_EXPORTS void render(const Texture2D& tex,
CV_EXPORTS        504 modules/core/include/opencv2/core/opengl.hpp CV_EXPORTS void render(const Arrays& arr, int mode = POINTS, Scalar color = Scalar::all(255));
CV_EXPORTS        512 modules/core/include/opencv2/core/opengl.hpp CV_EXPORTS void render(const Arrays& arr, InputArray indices, int mode = POINTS, Scalar color = Scalar::all(255));
CV_EXPORTS        529 modules/core/include/opencv2/core/opengl.hpp CV_EXPORTS void setGlDevice(int device = 0);
CV_EXPORTS        366 modules/core/include/opencv2/core/operations.hpp CV_EXPORTS String format( const char* fmt, ... );
CV_EXPORTS         58 modules/core/include/opencv2/core/optim.hpp class CV_EXPORTS MinProblemSolver : public Algorithm
CV_EXPORTS         63 modules/core/include/opencv2/core/optim.hpp     class CV_EXPORTS Function
CV_EXPORTS        155 modules/core/include/opencv2/core/optim.hpp class CV_EXPORTS DownhillSolver : public MinProblemSolver
CV_EXPORTS        236 modules/core/include/opencv2/core/optim.hpp class CV_EXPORTS ConjGradSolver : public MinProblemSolver
CV_EXPORTS        292 modules/core/include/opencv2/core/persistence.hpp class CV_EXPORTS FileNode;
CV_EXPORTS        293 modules/core/include/opencv2/core/persistence.hpp class CV_EXPORTS FileNodeIterator;
CV_EXPORTS        440 modules/core/include/opencv2/core/persistence.hpp template<> CV_EXPORTS void DefaultDeleter<CvFileStorage>::operator ()(CvFileStorage* obj) const;
CV_EXPORTS        580 modules/core/include/opencv2/core/persistence.hpp class CV_EXPORTS FileNodeIterator
CV_EXPORTS        656 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, int value );
CV_EXPORTS        657 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, float value );
CV_EXPORTS        658 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, double value );
CV_EXPORTS        659 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, const String& value );
CV_EXPORTS        660 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, const Mat& value );
CV_EXPORTS        661 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, const SparseMat& value );
CV_EXPORTS        662 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, const std::vector<KeyPoint>& value);
CV_EXPORTS        663 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, const std::vector<DMatch>& value);
CV_EXPORTS        665 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void writeScalar( FileStorage& fs, int value );
CV_EXPORTS        666 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void writeScalar( FileStorage& fs, float value );
CV_EXPORTS        667 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void writeScalar( FileStorage& fs, double value );
CV_EXPORTS        668 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void writeScalar( FileStorage& fs, const String& value );
CV_EXPORTS        675 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void read(const FileNode& node, int& value, int default_value);
CV_EXPORTS        676 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void read(const FileNode& node, float& value, float default_value);
CV_EXPORTS        677 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void read(const FileNode& node, double& value, double default_value);
CV_EXPORTS        678 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void read(const FileNode& node, String& value, const String& default_value);
CV_EXPORTS        679 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void read(const FileNode& node, Mat& mat, const Mat& default_mat = Mat() );
CV_EXPORTS        680 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void read(const FileNode& node, SparseMat& mat, const SparseMat& default_mat = SparseMat() );
CV_EXPORTS        681 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void read(const FileNode& node, std::vector<KeyPoint>& keypoints);
CV_EXPORTS        682 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void read(const FileNode& node, std::vector<DMatch>& matches);
CV_EXPORTS        741 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS FileStorage& operator << (FileStorage& fs, const String& str);
CV_EXPORTS        747 modules/core/include/opencv2/core/persistence.hpp     class CV_EXPORTS WriteStructContext
CV_EXPORTS         81 modules/core/include/opencv2/core/private.cuda.hpp     CV_EXPORTS cv::String getNppErrorMessage(int code);
CV_EXPORTS         82 modules/core/include/opencv2/core/private.cuda.hpp     CV_EXPORTS cv::String getCudaDriverApiErrorMessage(int code);
CV_EXPORTS         84 modules/core/include/opencv2/core/private.cuda.hpp     CV_EXPORTS GpuMat getInputMat(InputArray _src, Stream& stream);
CV_EXPORTS         86 modules/core/include/opencv2/core/private.cuda.hpp     CV_EXPORTS GpuMat getOutputMat(OutputArray _dst, int rows, int cols, int type, Stream& stream);
CV_EXPORTS         92 modules/core/include/opencv2/core/private.cuda.hpp     CV_EXPORTS void syncOutput(const GpuMat& dst, OutputArray _dst, Stream& stream);
CV_EXPORTS        105 modules/core/include/opencv2/core/private.cuda.hpp     class CV_EXPORTS BufferPool
CV_EXPORTS        129 modules/core/include/opencv2/core/private.hpp     CV_EXPORTS const char* currentParallelFramework();
CV_EXPORTS        164 modules/core/include/opencv2/core/private.hpp CV_EXPORTS void scalarToRawData(const cv::Scalar& s, void* buf, int type, int unroll_to = 0);
CV_EXPORTS        288 modules/core/include/opencv2/core/private.hpp CV_EXPORTS bool useTegra();
CV_EXPORTS        289 modules/core/include/opencv2/core/private.hpp CV_EXPORTS void setUseTegra(bool flag);
CV_EXPORTS        457 modules/core/include/opencv2/core/types.hpp class CV_EXPORTS RotatedRect
CV_EXPORTS        531 modules/core/include/opencv2/core/types.hpp class CV_EXPORTS Range
CV_EXPORTS        771 modules/core/include/opencv2/core/types.hpp class CV_EXPORTS TermCriteria
CV_EXPORTS         93 modules/core/include/opencv2/core/types_c.h #  define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL
CV_EXPORTS        298 modules/core/include/opencv2/core/types_c.h   CV_EXPORTS
CV_EXPORTS        624 modules/core/include/opencv2/core/types_c.h   CV_EXPORTS
CV_EXPORTS        675 modules/core/include/opencv2/core/types_c.h   CV_EXPORTS
CV_EXPORTS        698 modules/core/include/opencv2/core/types_c.h     CV_EXPORTS CvSparseMat* cvCreateSparseMat(const cv::SparseMat& m);
CV_EXPORTS         58 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS void setImpl(int flags); // set implementation flags and reset storage arrays
CV_EXPORTS         59 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS void addImpl(int flag, const char* func = 0); // add implementation and function name to storage arrays
CV_EXPORTS         62 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS int getImpl(std::vector<int> &impl, std::vector<String> &funName);
CV_EXPORTS         64 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS bool useCollection(); // return implementation collection state
CV_EXPORTS         65 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS void setUseCollection(bool flag); // set implementation collection state
CV_EXPORTS        157 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS bool setBreakOnError(bool flag);
CV_EXPORTS        174 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS ErrorCallback redirectError( ErrorCallback errCallback, void* userdata=0, void** prevUserdata=0);
CV_EXPORTS        182 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS String format( const char* fmt, ... );
CV_EXPORTS        183 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS String tempfile( const char* suffix = 0);
CV_EXPORTS        184 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS void glob(String pattern, std::vector<String>& result, bool recursive = false);
CV_EXPORTS        204 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS void setNumThreads(int nthreads);
CV_EXPORTS        222 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS int getNumThreads();
CV_EXPORTS        236 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS int getThreadNum();
CV_EXPORTS        378 modules/core/include/opencv2/core/utility.hpp class CV_EXPORTS ParallelLoopBody
CV_EXPORTS        387 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS void parallel_for_(const Range& range, const ParallelLoopBody& body, double nstripes=-1.);
CV_EXPORTS        487 modules/core/include/opencv2/core/utility.hpp class CV_EXPORTS Mutex
CV_EXPORTS        504 modules/core/include/opencv2/core/utility.hpp class CV_EXPORTS AutoLock
CV_EXPORTS        516 modules/core/include/opencv2/core/utility.hpp class CV_EXPORTS TLSDataContainer
CV_EXPORTS        612 modules/core/include/opencv2/core/utility.hpp class CV_EXPORTS CommandLineParser
CV_EXPORTS       2904 modules/core/src/ocl.cpp CV_EXPORTS const SVMFunctions* getSVMFunctions(const ocl::Context& context)
CV_EXPORTS       2913 modules/core/src/ocl.cpp CV_EXPORTS bool useSVM(UMatUsageFlags usageFlags)
CV_EXPORTS         86 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void add(InputArray src1, InputArray src2, OutputArray dst, InputArray mask = noArray(), int dtype = -1, Stream& stream = Stream::Null());
CV_EXPORTS        101 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void subtract(InputArray src1, InputArray src2, OutputArray dst, InputArray mask = noArray(), int dtype = -1, Stream& stream = Stream::Null());
CV_EXPORTS        115 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void multiply(InputArray src1, InputArray src2, OutputArray dst, double scale = 1, int dtype = -1, Stream& stream = Stream::Null());
CV_EXPORTS        131 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void divide(InputArray src1, InputArray src2, OutputArray dst, double scale = 1, int dtype = -1, Stream& stream = Stream::Null());
CV_EXPORTS        142 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void absdiff(InputArray src1, InputArray src2, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        152 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void abs(InputArray src, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        160 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void sqr(InputArray src, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        170 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void sqrt(InputArray src, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        180 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void exp(InputArray src, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        190 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void log(InputArray src, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        205 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void pow(InputArray src, double power, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        223 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void compare(InputArray src1, InputArray src2, OutputArray dst, int cmpop, Stream& stream = Stream::Null());
CV_EXPORTS        232 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void bitwise_not(InputArray src, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null());
CV_EXPORTS        242 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void bitwise_or(InputArray src1, InputArray src2, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null());
CV_EXPORTS        252 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void bitwise_and(InputArray src1, InputArray src2, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null());
CV_EXPORTS        262 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void bitwise_xor(InputArray src1, InputArray src2, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null());
CV_EXPORTS        271 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void rshift(InputArray src, Scalar_<int> val, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        281 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void lshift(InputArray src, Scalar_<int> val, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        292 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void min(InputArray src1, InputArray src2, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        303 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void max(InputArray src1, InputArray src2, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        326 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void addWeighted(InputArray src1, double alpha, InputArray src2, double beta, double gamma, OutputArray dst,
CV_EXPORTS        347 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS double threshold(InputArray src, OutputArray dst, double thresh, double maxval, int type, Stream& stream = Stream::Null());
CV_EXPORTS        357 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void magnitude(InputArray xy, OutputArray magnitude, Stream& stream = Stream::Null());
CV_EXPORTS        365 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void magnitudeSqr(InputArray xy, OutputArray magnitude, Stream& stream = Stream::Null());
CV_EXPORTS        375 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void magnitude(InputArray x, InputArray y, OutputArray magnitude, Stream& stream = Stream::Null());
CV_EXPORTS        385 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void magnitudeSqr(InputArray x, InputArray y, OutputArray magnitude, Stream& stream = Stream::Null());
CV_EXPORTS        397 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void phase(InputArray x, InputArray y, OutputArray angle, bool angleInDegrees = false, Stream& stream = Stream::Null());
CV_EXPORTS        410 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void cartToPolar(InputArray x, InputArray y, OutputArray magnitude, OutputArray angle, bool angleInDegrees = false, Stream& stream = Stream::Null());
CV_EXPORTS        421 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void polarToCart(InputArray magnitude, InputArray angle, OutputArray x, OutputArray y, bool angleInDegrees = false, Stream& stream = Stream::Null());
CV_EXPORTS        437 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void merge(const GpuMat* src, size_t n, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        439 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void merge(const std::vector<GpuMat>& src, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        449 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void split(InputArray src, GpuMat* dst, Stream& stream = Stream::Null());
CV_EXPORTS        451 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void split(InputArray src, std::vector<GpuMat>& dst, Stream& stream = Stream::Null());
CV_EXPORTS        461 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void transpose(InputArray src1, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        476 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void flip(InputArray src, OutputArray dst, int flipCode, Stream& stream = Stream::Null());
CV_EXPORTS        480 modules/cudaarithm/include/opencv2/cudaarithm.hpp class CV_EXPORTS LookUpTable : public Algorithm
CV_EXPORTS        497 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS Ptr<LookUpTable> createLookUpTable(InputArray lut);
CV_EXPORTS        514 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void copyMakeBorder(InputArray src, OutputArray dst, int top, int bottom, int left, int right, int borderType,
CV_EXPORTS        530 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS double norm(InputArray src1, int normType, InputArray mask = noArray());
CV_EXPORTS        532 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void calcNorm(InputArray src, OutputArray dst, int normType, InputArray mask = noArray(), Stream& stream = Stream::Null());
CV_EXPORTS        542 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS double norm(InputArray src1, InputArray src2, int normType=NORM_L2);
CV_EXPORTS        544 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void calcNormDiff(InputArray src1, InputArray src2, OutputArray dst, int normType=NORM_L2, Stream& stream = Stream::Null());
CV_EXPORTS        553 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS Scalar sum(InputArray src, InputArray mask = noArray());
CV_EXPORTS        555 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void calcSum(InputArray src, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null());
CV_EXPORTS        562 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS Scalar absSum(InputArray src, InputArray mask = noArray());
CV_EXPORTS        564 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void calcAbsSum(InputArray src, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null());
CV_EXPORTS        571 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS Scalar sqrSum(InputArray src, InputArray mask = noArray());
CV_EXPORTS        573 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void calcSqrSum(InputArray src, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null());
CV_EXPORTS        586 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void minMax(InputArray src, double* minVal, double* maxVal, InputArray mask = noArray());
CV_EXPORTS        588 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void findMinMax(InputArray src, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null());
CV_EXPORTS        603 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void minMaxLoc(InputArray src, double* minVal, double* maxVal, Point* minLoc, Point* maxLoc,
CV_EXPORTS        606 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void findMinMaxLoc(InputArray src, OutputArray minMaxVals, OutputArray loc,
CV_EXPORTS        617 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS int countNonZero(InputArray src);
CV_EXPORTS        619 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void countNonZero(InputArray src, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        647 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void reduce(InputArray mtx, OutputArray vec, int dim, int reduceOp, int dtype = -1, Stream& stream = Stream::Null());
CV_EXPORTS        657 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void meanStdDev(InputArray mtx, Scalar& mean, Scalar& stddev);
CV_EXPORTS        659 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void meanStdDev(InputArray mtx, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        669 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void rectStdDev(InputArray src, InputArray sqr, OutputArray dst, Rect rect, Stream& stream = Stream::Null());
CV_EXPORTS        687 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void normalize(InputArray src, OutputArray dst, double alpha, double beta,
CV_EXPORTS        699 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void integral(InputArray src, OutputArray sum, Stream& stream = Stream::Null());
CV_EXPORTS        708 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void sqrIntegral(InputArray src, OutputArray sqsum, Stream& stream = Stream::Null());
CV_EXPORTS        740 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void gemm(InputArray src1, InputArray src2, double alpha,
CV_EXPORTS        757 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void mulSpectrums(InputArray src1, InputArray src2, OutputArray dst, int flags, bool conjB=false, Stream& stream = Stream::Null());
CV_EXPORTS        774 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void mulAndScaleSpectrums(InputArray src1, InputArray src2, OutputArray dst, int flags, float scale, bool conjB=false, Stream& stream = Stream::Null());
CV_EXPORTS        810 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void dft(InputArray src, OutputArray dst, Size dft_size, int flags=0, Stream& stream = Stream::Null());
CV_EXPORTS        814 modules/cudaarithm/include/opencv2/cudaarithm.hpp class CV_EXPORTS Convolution : public Algorithm
CV_EXPORTS        836 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS Ptr<Convolution> createConvolution(Size user_block_size = Size());
CV_EXPORTS         80 modules/cudabgsegm/include/opencv2/cudabgsegm.hpp class CV_EXPORTS BackgroundSubtractorMOG : public cv::BackgroundSubtractor
CV_EXPORTS        111 modules/cudabgsegm/include/opencv2/cudabgsegm.hpp CV_EXPORTS Ptr<cuda::BackgroundSubtractorMOG>
CV_EXPORTS        126 modules/cudabgsegm/include/opencv2/cudabgsegm.hpp class CV_EXPORTS BackgroundSubtractorMOG2 : public cv::BackgroundSubtractorMOG2
CV_EXPORTS        146 modules/cudabgsegm/include/opencv2/cudabgsegm.hpp CV_EXPORTS Ptr<cuda::BackgroundSubtractorMOG2>
CV_EXPORTS         83 modules/cudacodec/include/opencv2/cudacodec.hpp struct CV_EXPORTS EncoderParams
CV_EXPORTS        128 modules/cudacodec/include/opencv2/cudacodec.hpp class CV_EXPORTS EncoderCallBack
CV_EXPORTS        175 modules/cudacodec/include/opencv2/cudacodec.hpp class CV_EXPORTS VideoWriter
CV_EXPORTS        205 modules/cudacodec/include/opencv2/cudacodec.hpp CV_EXPORTS Ptr<VideoWriter> createVideoWriter(const String& fileName, Size frameSize, double fps, SurfaceFormat format = SF_BGR);
CV_EXPORTS        215 modules/cudacodec/include/opencv2/cudacodec.hpp CV_EXPORTS Ptr<VideoWriter> createVideoWriter(const String& fileName, Size frameSize, double fps, const EncoderParams& params, SurfaceFormat format = SF_BGR);
CV_EXPORTS        226 modules/cudacodec/include/opencv2/cudacodec.hpp CV_EXPORTS Ptr<VideoWriter> createVideoWriter(const Ptr<EncoderCallBack>& encoderCallback, Size frameSize, double fps, SurfaceFormat format = SF_BGR);
CV_EXPORTS        237 modules/cudacodec/include/opencv2/cudacodec.hpp CV_EXPORTS Ptr<VideoWriter> createVideoWriter(const Ptr<EncoderCallBack>& encoderCallback, Size frameSize, double fps, const EncoderParams& params, SurfaceFormat format = SF_BGR);
CV_EXPORTS        287 modules/cudacodec/include/opencv2/cudacodec.hpp class CV_EXPORTS VideoReader
CV_EXPORTS        308 modules/cudacodec/include/opencv2/cudacodec.hpp class CV_EXPORTS RawVideoSource
CV_EXPORTS        332 modules/cudacodec/include/opencv2/cudacodec.hpp CV_EXPORTS Ptr<VideoReader> createVideoReader(const String& filename);
CV_EXPORTS        336 modules/cudacodec/include/opencv2/cudacodec.hpp CV_EXPORTS Ptr<VideoReader> createVideoReader(const Ptr<RawVideoSource>& source);
CV_EXPORTS         75 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp class CV_EXPORTS DescriptorMatcher : public cv::Algorithm
CV_EXPORTS        377 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp class CV_EXPORTS Feature2DAsync
CV_EXPORTS        426 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp class CV_EXPORTS FastFeatureDetector : public cv::FastFeatureDetector, public Feature2DAsync
CV_EXPORTS        455 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp class CV_EXPORTS ORB : public cv::ORB, public Feature2DAsync
CV_EXPORTS         75 modules/cudafilters/include/opencv2/cudafilters.hpp class CV_EXPORTS Filter : public Algorithm
CV_EXPORTS        102 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createBoxFilter(int srcType, int dstType, Size ksize, Point anchor = Point(-1,-1),
CV_EXPORTS        120 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createLinearFilter(int srcType, int dstType, InputArray kernel, Point anchor = Point(-1,-1),
CV_EXPORTS        139 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createLaplacianFilter(int srcType, int dstType, int ksize = 1, double scale = 1,
CV_EXPORTS        159 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createSeparableLinearFilter(int srcType, int dstType, InputArray rowKernel, InputArray columnKernel,
CV_EXPORTS        180 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createDerivFilter(int srcType, int dstType, int dx, int dy,
CV_EXPORTS        199 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createSobelFilter(int srcType, int dstType, int dx, int dy, int ksize = 3,
CV_EXPORTS        216 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createScharrFilter(int srcType, int dstType, int dx, int dy,
CV_EXPORTS        236 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createGaussianFilter(int srcType, int dstType, Size ksize,
CV_EXPORTS        261 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createMorphologyFilter(int op, int srcType, InputArray kernel, Point anchor = Point(-1, -1), int iterations = 1);
CV_EXPORTS        274 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createBoxMaxFilter(int srcType, Size ksize,
CV_EXPORTS        286 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createBoxMinFilter(int srcType, Size ksize,
CV_EXPORTS        302 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createRowSumFilter(int srcType, int dstType, int ksize, int anchor = -1, int borderMode = BORDER_DEFAULT, Scalar borderVal = Scalar::all(0));
CV_EXPORTS        313 modules/cudafilters/include/opencv2/cudafilters.hpp CV_EXPORTS Ptr<Filter> createColumnSumFilter(int srcType, int dstType, int ksize, int anchor = -1, int borderMode = BORDER_DEFAULT, Scalar borderVal = Scalar::all(0));
CV_EXPORTS         90 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void cvtColor(InputArray src, OutputArray dst, int code, int dcn = 0, Stream& stream = Stream::Null());
CV_EXPORTS        136 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void demosaicing(InputArray src, OutputArray dst, int code, int dcn = -1, Stream& stream = Stream::Null());
CV_EXPORTS        148 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void swapChannels(InputOutputArray image, const int dstOrder[4], Stream& stream = Stream::Null());
CV_EXPORTS        157 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void gammaCorrection(InputArray src, OutputArray dst, bool forward = true, Stream& stream = Stream::Null());
CV_EXPORTS        187 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void alphaComp(InputArray img1, InputArray img2, OutputArray dst, int alpha_op, Stream& stream = Stream::Null());
CV_EXPORTS        202 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void calcHist(InputArray src, OutputArray hist, Stream& stream = Stream::Null());
CV_EXPORTS        212 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void equalizeHist(InputArray src, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        216 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp class CV_EXPORTS CLAHE : public cv::CLAHE
CV_EXPORTS        235 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS Ptr<cuda::CLAHE> createCLAHE(double clipLimit = 40.0, Size tileGridSize = Size(8, 8));
CV_EXPORTS        245 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void evenLevels(OutputArray levels, int nLevels, int lowerLevel, int upperLevel, Stream& stream = Stream::Null());
CV_EXPORTS        257 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void histEven(InputArray src, OutputArray hist, int histSize, int lowerLevel, int upperLevel, Stream& stream = Stream::Null());
CV_EXPORTS        259 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void histEven(InputArray src, GpuMat hist[4], int histSize[4], int lowerLevel[4], int upperLevel[4], Stream& stream = Stream::Null());
CV_EXPORTS        269 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void histRange(InputArray src, OutputArray hist, InputArray levels, Stream& stream = Stream::Null());
CV_EXPORTS        271 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void histRange(InputArray src, GpuMat hist[4], const GpuMat levels[4], Stream& stream = Stream::Null());
CV_EXPORTS        279 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp class CV_EXPORTS CannyEdgeDetector : public Algorithm
CV_EXPORTS        320 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS Ptr<CannyEdgeDetector> createCannyEdgeDetector(double low_thresh, double high_thresh, int apperture_size = 3, bool L2gradient = false);
CV_EXPORTS        332 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp class CV_EXPORTS HoughLinesDetector : public Algorithm
CV_EXPORTS        382 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS Ptr<HoughLinesDetector> createHoughLinesDetector(float rho, float theta, int threshold, bool doSort = false, int maxLines = 4096);
CV_EXPORTS        390 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp class CV_EXPORTS HoughSegmentDetector : public Algorithm
CV_EXPORTS        429 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS Ptr<HoughSegmentDetector> createHoughSegmentDetector(float rho, float theta, int minLineLength, int maxLineGap, int maxLines = 4096);
CV_EXPORTS        436 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp class CV_EXPORTS HoughCirclesDetector : public Algorithm
CV_EXPORTS        488 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS Ptr<HoughCirclesDetector> createHoughCirclesDetector(float dp, float minDist, int cannyThreshold, int votesThreshold, int minRadius, int maxRadius, int maxCircles = 4096);
CV_EXPORTS        495 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS Ptr<GeneralizedHoughBallard> createGeneralizedHoughBallard();
CV_EXPORTS        499 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS Ptr<GeneralizedHoughGuil> createGeneralizedHoughGuil();
CV_EXPORTS        510 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp class CV_EXPORTS CornernessCriteria : public Algorithm
CV_EXPORTS        534 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS Ptr<CornernessCriteria> createHarrisCorner(int srcType, int blockSize, int ksize, double k, int borderType = BORDER_REFLECT101);
CV_EXPORTS        547 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS Ptr<CornernessCriteria> createMinEigenValCorner(int srcType, int blockSize, int ksize, int borderType = BORDER_REFLECT101);
CV_EXPORTS        553 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp class CV_EXPORTS CornersDetector : public Algorithm
CV_EXPORTS        586 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS Ptr<CornersDetector> createGoodFeaturesToTrackDetector(int srcType, int maxCorners = 1000, double qualityLevel = 0.01, double minDistance = 0.0,
CV_EXPORTS        606 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void meanShiftFiltering(InputArray src, OutputArray dst, int sp, int sr,
CV_EXPORTS        625 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void meanShiftProc(InputArray src, OutputArray dstr, OutputArray dstsp, int sp, int sr,
CV_EXPORTS        639 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void meanShiftSegmentation(InputArray src, OutputArray dst, int sp, int sr, int minsize,
CV_EXPORTS        647 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp class CV_EXPORTS TemplateMatching : public Algorithm
CV_EXPORTS        687 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS Ptr<TemplateMatching> createTemplateMatching(int srcType, int method, Size user_block_size = Size());
CV_EXPORTS        705 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void bilateralFilter(InputArray src, OutputArray dst, int kernel_size, float sigma_color, float sigma_spatial,
CV_EXPORTS        721 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void blendLinear(InputArray img1, InputArray img2, InputArray weights1, InputArray weights2,
CV_EXPORTS         70 modules/cudalegacy/include/opencv2/cudalegacy.hpp class CV_EXPORTS ImagePyramid : public Algorithm
CV_EXPORTS         76 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS Ptr<ImagePyramid> createImagePyramid(InputArray img, int nLayers = -1, Stream& stream = Stream::Null());
CV_EXPORTS         88 modules/cudalegacy/include/opencv2/cudalegacy.hpp class CV_EXPORTS BackgroundSubtractorGMG : public cv::BackgroundSubtractor
CV_EXPORTS        130 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS Ptr<cuda::BackgroundSubtractorGMG>
CV_EXPORTS        144 modules/cudalegacy/include/opencv2/cudalegacy.hpp class CV_EXPORTS BackgroundSubtractorFGD : public cv::BackgroundSubtractor
CV_EXPORTS        154 modules/cudalegacy/include/opencv2/cudalegacy.hpp struct CV_EXPORTS FGDParams
CV_EXPORTS        186 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS Ptr<cuda::BackgroundSubtractorFGD>
CV_EXPORTS        194 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS void calcOpticalFlowBM(const GpuMat& prev, const GpuMat& curr,
CV_EXPORTS        199 modules/cudalegacy/include/opencv2/cudalegacy.hpp class CV_EXPORTS FastOpticalFlowBM
CV_EXPORTS        226 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS void interpolateFrames(const GpuMat& frame0, const GpuMat& frame1,
CV_EXPORTS        232 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS void createOpticalFlowNeedleMap(const GpuMat& u, const GpuMat& v, GpuMat& vertex, GpuMat& colors);
CV_EXPORTS        239 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS void graphcut(GpuMat& terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& bottom, GpuMat& labels,
CV_EXPORTS        243 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS void graphcut(GpuMat& terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& topLeft, GpuMat& topRight,
CV_EXPORTS        249 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS void connectivityMask(const GpuMat& image, GpuMat& mask, const cv::Scalar& lo, const cv::Scalar& hi, Stream& stream = Stream::Null());
CV_EXPORTS        252 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS void labelComponents(const GpuMat& mask, GpuMat& components, int flags = 0, Stream& stream = Stream::Null());
CV_EXPORTS        258 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS void transformPoints(const GpuMat& src, const Mat& rvec, const Mat& tvec,
CV_EXPORTS        261 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS void projectPoints(const GpuMat& src, const Mat& rvec, const Mat& tvec,
CV_EXPORTS        281 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS void solvePnPRansac(const Mat& object, const Mat& image, const Mat& camera_mat,
CV_EXPORTS        247 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS void ncvDebugOutput(const cv::String &msg);
CV_EXPORTS        253 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS void ncvSetDebugOutputHandler(NCVDebugOutputHandler* func);
CV_EXPORTS        404 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NcvTimer ncvStartTimer(void);
CV_EXPORTS        406 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS double ncvEndQueryTimerUs(NcvTimer t);
CV_EXPORTS        408 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS double ncvEndQueryTimerMs(NcvTimer t);
CV_EXPORTS        421 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS Ncv32u alignUp(Ncv32u what, Ncv32u alignment);
CV_EXPORTS        439 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp struct CV_EXPORTS NCVMemPtr
CV_EXPORTS        450 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp struct CV_EXPORTS NCVMemSegment
CV_EXPORTS        461 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp class CV_EXPORTS INCVMemAllocator
CV_EXPORTS        483 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp class CV_EXPORTS NCVMemStackAllocator : public INCVMemAllocator
CV_EXPORTS        520 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp class CV_EXPORTS NCVMemNativeAllocator : public INCVMemAllocator
CV_EXPORTS        552 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus memSegCopyHelper(void *dst, NCVMemoryType dstType,
CV_EXPORTS        557 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus memSegCopyHelper2D(void *dst, Ncv32u dstPitch, NCVMemoryType dstType,
CV_EXPORTS        993 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus ncvGroupRectangles_host(NCVVector<NcvRect32u> &hypotheses, Ncv32u &numHypotheses,
CV_EXPORTS        997 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus ncvDrawRects_8u_host(Ncv8u *h_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight,
CV_EXPORTS       1001 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus ncvDrawRects_32u_host(Ncv32u *h_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight,
CV_EXPORTS       1005 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus ncvDrawRects_8u_device(Ncv8u *d_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight,
CV_EXPORTS       1009 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus ncvDrawRects_32u_device(Ncv32u *d_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight,
CV_EXPORTS         99 modules/cudalegacy/include/opencv2/cudalegacy/NCVBroxOpticalFlow.hpp CV_EXPORTS
CV_EXPORTS        360 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvDetectObjectsMultiScale_device(NCVMatrix<Ncv8u> &d_srcImg,
CV_EXPORTS        387 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvApplyHaarClassifierCascade_device(NCVMatrix<Ncv32u> &d_integralImage,
CV_EXPORTS        406 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvApplyHaarClassifierCascade_host(NCVMatrix<Ncv32u> &h_integralImage,
CV_EXPORTS        423 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvGrowDetectionsVector_device(NCVVector<Ncv32u> &pixelMask,
CV_EXPORTS        434 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvGrowDetectionsVector_host(NCVVector<Ncv32u> &pixelMask,
CV_EXPORTS        444 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvHaarGetClassifierSize(const cv::String &filename, Ncv32u &numStages,
CV_EXPORTS        448 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvHaarLoadFromFile_host(const cv::String &filename,
CV_EXPORTS        455 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvHaarStoreNVBIN_host(const cv::String &filename,
CV_EXPORTS         57 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp         CV_EXPORTS void downsampleX2(PtrStepSzb src, PtrStepSzb dst, int depth, int cn, cudaStream_t stream);
CV_EXPORTS         58 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp         CV_EXPORTS void interpolateFrom1(PtrStepSzb src, PtrStepSzb dst, int depth, int cn, cudaStream_t stream);
CV_EXPORTS         65 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp class CV_EXPORTS NCVMatrixStack
CV_EXPORTS         86 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp class CV_EXPORTS NCVImagePyramid
CV_EXPORTS         61 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS         71 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        140 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        153 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        176 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        210 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        233 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        259 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        291 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        321 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        348 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        359 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        370 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        381 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        392 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        403 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        422 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        432 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        442 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        452 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        462 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        472 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        494 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        517 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        536 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        545 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        554 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        563 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        572 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        581 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        590 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        606 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        615 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        624 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        633 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        642 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        651 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        660 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        674 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        682 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        700 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        710 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        727 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        736 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        750 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        768 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        785 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        807 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        839 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        850 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        861 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        879 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        888 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS        897 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp CV_EXPORTS
CV_EXPORTS         80 modules/cudalegacy/include/opencv2/cudalegacy/private.hpp     CV_EXPORTS cv::String getNcvErrorMessage(int code);
CV_EXPORTS         78 modules/cudaobjdetect/include/opencv2/cudaobjdetect.hpp class CV_EXPORTS HOG : public Algorithm
CV_EXPORTS        203 modules/cudaobjdetect/include/opencv2/cudaobjdetect.hpp class CV_EXPORTS CascadeClassifier : public Algorithm
CV_EXPORTS         70 modules/cudaoptflow/include/opencv2/cudaoptflow.hpp class CV_EXPORTS DenseOpticalFlow : public Algorithm
CV_EXPORTS         85 modules/cudaoptflow/include/opencv2/cudaoptflow.hpp class CV_EXPORTS SparseOpticalFlow : public Algorithm
CV_EXPORTS        112 modules/cudaoptflow/include/opencv2/cudaoptflow.hpp class CV_EXPORTS BroxOpticalFlow : public DenseOpticalFlow
CV_EXPORTS        160 modules/cudaoptflow/include/opencv2/cudaoptflow.hpp class CV_EXPORTS SparsePyrLKOpticalFlow : public SparseOpticalFlow
CV_EXPORTS        187 modules/cudaoptflow/include/opencv2/cudaoptflow.hpp class CV_EXPORTS DensePyrLKOpticalFlow : public DenseOpticalFlow
CV_EXPORTS        215 modules/cudaoptflow/include/opencv2/cudaoptflow.hpp class CV_EXPORTS FarnebackOpticalFlow : public DenseOpticalFlow
CV_EXPORTS        262 modules/cudaoptflow/include/opencv2/cudaoptflow.hpp class CV_EXPORTS OpticalFlowDual_TVL1 : public DenseOpticalFlow
CV_EXPORTS         72 modules/cudastereo/include/opencv2/cudastereo.hpp class CV_EXPORTS StereoBM : public cv::StereoBM
CV_EXPORTS         90 modules/cudastereo/include/opencv2/cudastereo.hpp CV_EXPORTS Ptr<cuda::StereoBM> createStereoBM(int numDisparities = 64, int blockSize = 19);
CV_EXPORTS        128 modules/cudastereo/include/opencv2/cudastereo.hpp class CV_EXPORTS StereoBeliefPropagation : public cv::StereoMatcher
CV_EXPORTS        187 modules/cudastereo/include/opencv2/cudastereo.hpp CV_EXPORTS Ptr<cuda::StereoBeliefPropagation>
CV_EXPORTS        216 modules/cudastereo/include/opencv2/cudastereo.hpp class CV_EXPORTS StereoConstantSpaceBP : public cuda::StereoBeliefPropagation
CV_EXPORTS        240 modules/cudastereo/include/opencv2/cudastereo.hpp CV_EXPORTS Ptr<cuda::StereoConstantSpaceBP>
CV_EXPORTS        250 modules/cudastereo/include/opencv2/cudastereo.hpp class CV_EXPORTS DisparityBilateralFilter : public cv::Algorithm
CV_EXPORTS        290 modules/cudastereo/include/opencv2/cudastereo.hpp CV_EXPORTS Ptr<cuda::DisparityBilateralFilter>
CV_EXPORTS        308 modules/cudastereo/include/opencv2/cudastereo.hpp CV_EXPORTS void reprojectImageTo3D(InputArray disp, OutputArray xyzw, InputArray Q, int dst_cn = 4, Stream& stream = Stream::Null());
CV_EXPORTS        322 modules/cudastereo/include/opencv2/cudastereo.hpp CV_EXPORTS void drawColorDisp(InputArray src_disp, OutputArray dst_disp, int ndisp, Stream& stream = Stream::Null());
CV_EXPORTS         86 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void remap(InputArray src, OutputArray dst, InputArray xmap, InputArray ymap,
CV_EXPORTS        108 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void resize(InputArray src, OutputArray dst, Size dsize, double fx=0, double fy=0, int interpolation = INTER_LINEAR, Stream& stream = Stream::Null());
CV_EXPORTS        126 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void warpAffine(InputArray src, OutputArray dst, InputArray M, Size dsize, int flags = INTER_LINEAR,
CV_EXPORTS        140 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void buildWarpAffineMaps(InputArray M, bool inverse, Size dsize, OutputArray xmap, OutputArray ymap, Stream& stream = Stream::Null());
CV_EXPORTS        158 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void warpPerspective(InputArray src, OutputArray dst, InputArray M, Size dsize, int flags = INTER_LINEAR,
CV_EXPORTS        172 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void buildWarpPerspectiveMaps(InputArray M, bool inverse, Size dsize, OutputArray xmap, OutputArray ymap, Stream& stream = Stream::Null());
CV_EXPORTS        189 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void rotate(InputArray src, OutputArray dst, Size dsize, double angle, double xShift = 0, double yShift = 0,
CV_EXPORTS        201 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void pyrDown(InputArray src, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS        210 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void pyrUp(InputArray src, OutputArray dst, Stream& stream = Stream::Null());
CV_EXPORTS          5 modules/cudev/src/stub.cpp CV_EXPORTS void stubFunc();
CV_EXPORTS         98 modules/features2d/include/opencv2/features2d.hpp class CV_EXPORTS KeyPointsFilter
CV_EXPORTS        357 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void FAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
CV_EXPORTS        378 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void FAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
CV_EXPORTS        412 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void AGAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
CV_EXPORTS        430 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void AGAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
CV_EXPORTS        675 modules/features2d/include/opencv2/features2d.hpp struct CV_EXPORTS Accumulator
CV_EXPORTS        689 modules/features2d/include/opencv2/features2d.hpp struct CV_EXPORTS SL2
CV_EXPORTS        705 modules/features2d/include/opencv2/features2d.hpp struct CV_EXPORTS L2
CV_EXPORTS        721 modules/features2d/include/opencv2/features2d.hpp struct CV_EXPORTS L1
CV_EXPORTS        916 modules/features2d/include/opencv2/features2d.hpp     class CV_EXPORTS DescriptorCollection
CV_EXPORTS       1049 modules/features2d/include/opencv2/features2d.hpp struct CV_EXPORTS DrawMatchesFlags
CV_EXPORTS       1123 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void evaluateFeatureDetector( const Mat& img1, const Mat& img2, const Mat& H1to2,
CV_EXPORTS       1128 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void computeRecallPrecisionCurve( const std::vector<std::vector<DMatch> >& matches1to2,
CV_EXPORTS       1132 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS float getRecall( const std::vector<Point2f>& recallPrecisionCurve, float l_precision );
CV_EXPORTS       1133 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS int getNearestPoint( const std::vector<Point2f>& recallPrecisionCurve, float l_precision );
CV_EXPORTS         71 modules/features2d/src/blobdetector.cpp   struct CV_EXPORTS Center
CV_EXPORTS        146 modules/features2d/src/brisk.cpp class CV_EXPORTS BriskLayer
CV_EXPORTS        150 modules/features2d/src/brisk.cpp   struct CV_EXPORTS CommonParams
CV_EXPORTS        218 modules/features2d/src/brisk.cpp class CV_EXPORTS BriskScaleSpace
CV_EXPORTS         61 modules/flann/include/opencv2/flann.hpp     CV_EXPORTS flann_distance_t flann_distance_type();
CV_EXPORTS         62 modules/flann/include/opencv2/flann.hpp     FLANN_DEPRECATED CV_EXPORTS void set_distance_type(flann_distance_t distance_type, int order);
CV_EXPORTS         55 modules/flann/include/opencv2/flann/miniflann.hpp struct CV_EXPORTS IndexParams
CV_EXPORTS         79 modules/flann/include/opencv2/flann/miniflann.hpp struct CV_EXPORTS KDTreeIndexParams : public IndexParams
CV_EXPORTS         84 modules/flann/include/opencv2/flann/miniflann.hpp struct CV_EXPORTS LinearIndexParams : public IndexParams
CV_EXPORTS         89 modules/flann/include/opencv2/flann/miniflann.hpp struct CV_EXPORTS CompositeIndexParams : public IndexParams
CV_EXPORTS         95 modules/flann/include/opencv2/flann/miniflann.hpp struct CV_EXPORTS AutotunedIndexParams : public IndexParams
CV_EXPORTS        101 modules/flann/include/opencv2/flann/miniflann.hpp struct CV_EXPORTS HierarchicalClusteringIndexParams : public IndexParams
CV_EXPORTS        107 modules/flann/include/opencv2/flann/miniflann.hpp struct CV_EXPORTS KMeansIndexParams : public IndexParams
CV_EXPORTS        113 modules/flann/include/opencv2/flann/miniflann.hpp struct CV_EXPORTS LshIndexParams : public IndexParams
CV_EXPORTS        118 modules/flann/include/opencv2/flann/miniflann.hpp struct CV_EXPORTS SavedIndexParams : public IndexParams
CV_EXPORTS        123 modules/flann/include/opencv2/flann/miniflann.hpp struct CV_EXPORTS SearchParams : public IndexParams
CV_EXPORTS        380 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS void setMouseCallback(const String& winname, MouseCallback onMouse, void* userdata = 0);
CV_EXPORTS        402 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS int getMouseWheelDelta(int flags);
CV_EXPORTS        435 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS int createTrackbar(const String& trackbarname, const String& winname,
CV_EXPORTS        488 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS void imshow(const String& winname, const ogl::Texture2D& tex);
CV_EXPORTS        530 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS void setOpenGlDrawCallback(const String& winname, OpenGlDrawCallback onOpenGlDraw, void* userdata = 0);
CV_EXPORTS        536 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS void setOpenGlContext(const String& winname);
CV_EXPORTS        542 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS void updateWindow(const String& winname);
CV_EXPORTS        595 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS QtFont fontQt(const String& nameFont, int pointSize = -1,
CV_EXPORTS        609 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS void addText( const Mat& img, const String& text, Point org, const QtFont& font);
CV_EXPORTS        623 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS void displayOverlay(const String& winname, const String& text, int delayms = 0);
CV_EXPORTS        637 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS void displayStatusBar(const String& winname, const String& text, int delayms = 0);
CV_EXPORTS        646 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS void saveWindowParameters(const String& windowName);
CV_EXPORTS        655 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS void loadWindowParameters(const String& windowName);
CV_EXPORTS        657 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS  int startLoop(int (*pt2Func)(int argc, char *argv[]), int argc, char* argv[]);
CV_EXPORTS        659 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS  void stopLoop();
CV_EXPORTS        690 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS int createButton( const String& bar_name, ButtonCallback on_change,
CV_EXPORTS        227 modules/imgcodecs/include/opencv2/imgcodecs.hpp CV_EXPORTS Mat imdecode( InputArray buf, int flags, Mat* dst);
CV_EXPORTS        759 modules/imgproc/include/opencv2/imgproc.hpp class CV_EXPORTS GeneralizedHough : public Algorithm
CV_EXPORTS        793 modules/imgproc/include/opencv2/imgproc.hpp class CV_EXPORTS GeneralizedHoughBallard : public GeneralizedHough
CV_EXPORTS        807 modules/imgproc/include/opencv2/imgproc.hpp class CV_EXPORTS GeneralizedHoughGuil : public GeneralizedHough
CV_EXPORTS        932 modules/imgproc/include/opencv2/imgproc.hpp     struct CV_EXPORTS Vertex
CV_EXPORTS        944 modules/imgproc/include/opencv2/imgproc.hpp     struct CV_EXPORTS QuadEdge
CV_EXPORTS       2116 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS Mat getPerspectiveTransform( const Point2f src[], const Point2f dst[] );
CV_EXPORTS       2133 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS Mat getAffineTransform( const Point2f src[], const Point2f dst[] );
CV_EXPORTS       2541 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void buildPyramid( InputArray src, OutputArrayOfArrays dst,
CV_EXPORTS       2799 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void calcHist( const Mat* images, int nimages,
CV_EXPORTS       2808 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void calcHist( const Mat* images, int nimages,
CV_EXPORTS       2861 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void calcBackProject( const Mat* images, int nimages,
CV_EXPORTS       2867 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void calcBackProject( const Mat* images, int nimages,
CV_EXPORTS       2896 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS double compareHist( const SparseMat& H1, const SparseMat& H2, int method );
CV_EXPORTS       2947 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS float EMD( InputArray signature1, InputArray signature2,
CV_EXPORTS       3143 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS int floodFill( InputOutputArray image,
CV_EXPORTS       3308 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void HuMoments( const Moments& moments, double hu[7] );
CV_EXPORTS       3424 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void findContours( InputOutputArray image, OutputArrayOfArrays contours,
CV_EXPORTS       3718 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS Ptr<GeneralizedHoughBallard> createGeneralizedHoughBallard();
CV_EXPORTS       3722 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS Ptr<GeneralizedHoughGuil> createGeneralizedHoughGuil();
CV_EXPORTS       3725 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void blendLinear(InputArray src1, InputArray src2, InputArray weights1, InputArray weights2, OutputArray dst);
CV_EXPORTS       3818 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void rectangle(CV_IN_OUT Mat& img, Rect rec,
CV_EXPORTS       3879 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void fillConvexPoly(Mat& img, const Point* pts, int npts,
CV_EXPORTS       3901 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void fillPoly(Mat& img, const Point** pts,
CV_EXPORTS       3924 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void polylines(Mat& img, const Point* const* pts, const int* npts,
CV_EXPORTS       4031 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS bool clipLine(Size imgSize, CV_IN_OUT Point& pt1, CV_IN_OUT Point& pt2);
CV_EXPORTS       4161 modules/imgproc/include/opencv2/imgproc.hpp class CV_EXPORTS LineIterator
CV_EXPORTS        352 modules/imgproc/src/filterengine.hpp CV_EXPORTS Ptr<FilterEngine> createMorphologyFilter(int op, int type, InputArray kernel,
CV_EXPORTS        391 modules/imgproc/src/lsd.cpp CV_EXPORTS Ptr<LineSegmentDetector> createLineSegmentDetector(
CV_EXPORTS        107 modules/ml/include/opencv2/ml.hpp class CV_EXPORTS ParamGrid
CV_EXPORTS        483 modules/ml/include/opencv2/ml.hpp     class CV_EXPORTS Kernel : public Algorithm
CV_EXPORTS       1023 modules/ml/include/opencv2/ml.hpp     class CV_EXPORTS Node
CV_EXPORTS       1041 modules/ml/include/opencv2/ml.hpp     class CV_EXPORTS Split
CV_EXPORTS       1481 modules/ml/include/opencv2/ml.hpp CV_EXPORTS void randMVNormal( InputArray mean, InputArray cov, int nsamples, OutputArray samples);
CV_EXPORTS       1484 modules/ml/include/opencv2/ml.hpp CV_EXPORTS void randGaussMixture( InputArray means, InputArray covs, InputArray weights,
CV_EXPORTS       1488 modules/ml/include/opencv2/ml.hpp CV_EXPORTS void createConcentricSpheresTestSet( int nsamples, int nfeatures, int nclasses,
CV_EXPORTS         51 modules/ml/src/em.cpp class CV_EXPORTS EMImpl : public EM
CV_EXPORTS        121 modules/objdetect/include/opencv2/objdetect.hpp class CV_EXPORTS SimilarRects
CV_EXPORTS        151 modules/objdetect/include/opencv2/objdetect.hpp CV_EXPORTS   void groupRectangles(std::vector<Rect>& rectList, int groupThreshold, double eps = 0.2);
CV_EXPORTS        156 modules/objdetect/include/opencv2/objdetect.hpp CV_EXPORTS   void groupRectangles(std::vector<Rect>& rectList, int groupThreshold,
CV_EXPORTS        159 modules/objdetect/include/opencv2/objdetect.hpp CV_EXPORTS   void groupRectangles(std::vector<Rect>& rectList, std::vector<int>& rejectLevels,
CV_EXPORTS        162 modules/objdetect/include/opencv2/objdetect.hpp CV_EXPORTS   void groupRectangles_meanshift(std::vector<Rect>& rectList, std::vector<double>& foundWeights,
CV_EXPORTS        166 modules/objdetect/include/opencv2/objdetect.hpp template<> CV_EXPORTS void DefaultDeleter<CvHaarClassifierCascade>::operator ()(CvHaarClassifierCascade* obj) const;
CV_EXPORTS        207 modules/objdetect/include/opencv2/objdetect.hpp     class CV_EXPORTS MaskGenerator
CV_EXPORTS        322 modules/objdetect/include/opencv2/objdetect.hpp CV_EXPORTS Ptr<BaseCascadeClassifier::MaskGenerator> createFaceDetectionMaskGenerator();
CV_EXPORTS         58 modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp class CV_EXPORTS DetectionBasedTracker
CV_EXPORTS        155 modules/objdetect/include/opencv2/objdetect/objdetect_c.h CV_EXPORTS CvSeq* cvHaarDetectObjectsForROC( const CvArr* image,
CV_EXPORTS         67 modules/photo/include/opencv2/photo/cuda.hpp CV_EXPORTS void nonLocalMeans(InputArray src, OutputArray dst,
CV_EXPORTS         95 modules/photo/include/opencv2/photo/cuda.hpp CV_EXPORTS void fastNlMeansDenoising(InputArray src, OutputArray dst,
CV_EXPORTS        122 modules/photo/include/opencv2/photo/cuda.hpp CV_EXPORTS void fastNlMeansDenoisingColored(InputArray src, OutputArray dst,
CV_EXPORTS       1290 modules/python/src2/cv2.cpp extern "C" CV_EXPORTS PyObject* PyInit_cv2();
CV_EXPORTS       1303 modules/python/src2/cv2.cpp extern "C" CV_EXPORTS void initcv2();
CV_EXPORTS         66 modules/shape/include/opencv2/shape/emdL1.hpp CV_EXPORTS float EMDL1(InputArray signature1, InputArray signature2);
CV_EXPORTS         67 modules/stitching/include/opencv2/stitching/detail/autocalib.hpp void CV_EXPORTS focalsFromHomography(const Mat &H, double &f0, double &f1, bool &f0_ok, bool &f1_ok);
CV_EXPORTS         75 modules/stitching/include/opencv2/stitching/detail/autocalib.hpp void CV_EXPORTS estimateFocal(const std::vector<ImageFeatures> &features,
CV_EXPORTS         79 modules/stitching/include/opencv2/stitching/detail/autocalib.hpp bool CV_EXPORTS calibrateRotatingCamera(const std::vector<Mat> &Hs, Mat &K);
CV_EXPORTS         58 modules/stitching/include/opencv2/stitching/detail/blenders.hpp class CV_EXPORTS Blender
CV_EXPORTS         95 modules/stitching/include/opencv2/stitching/detail/blenders.hpp class CV_EXPORTS FeatherBlender : public Blender
CV_EXPORTS        122 modules/stitching/include/opencv2/stitching/detail/blenders.hpp class CV_EXPORTS MultiBandBlender : public Blender
CV_EXPORTS        147 modules/stitching/include/opencv2/stitching/detail/blenders.hpp void CV_EXPORTS normalizeUsingWeightMap(InputArray weight, InputOutputArray src);
CV_EXPORTS        149 modules/stitching/include/opencv2/stitching/detail/blenders.hpp void CV_EXPORTS createWeightMap(InputArray mask, float sharpness, InputOutputArray weight);
CV_EXPORTS        151 modules/stitching/include/opencv2/stitching/detail/blenders.hpp void CV_EXPORTS createLaplacePyr(InputArray img, int num_levels, std::vector<UMat>& pyr);
CV_EXPORTS        152 modules/stitching/include/opencv2/stitching/detail/blenders.hpp void CV_EXPORTS createLaplacePyrGpu(InputArray img, int num_levels, std::vector<UMat>& pyr);
CV_EXPORTS        155 modules/stitching/include/opencv2/stitching/detail/blenders.hpp void CV_EXPORTS restoreImageFromLaplacePyr(std::vector<UMat>& pyr);
CV_EXPORTS        156 modules/stitching/include/opencv2/stitching/detail/blenders.hpp void CV_EXPORTS restoreImageFromLaplacePyrGpu(std::vector<UMat>& pyr);
CV_EXPORTS         58 modules/stitching/include/opencv2/stitching/detail/camera.hpp struct CV_EXPORTS CameraParams
CV_EXPORTS         56 modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp class CV_EXPORTS ExposureCompensator
CV_EXPORTS         87 modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp class CV_EXPORTS NoExposureCompensator : public ExposureCompensator
CV_EXPORTS         98 modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp class CV_EXPORTS GainCompensator : public ExposureCompensator
CV_EXPORTS        113 modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp class CV_EXPORTS BlocksGainCompensator : public ExposureCompensator
CV_EXPORTS         62 modules/stitching/include/opencv2/stitching/detail/matchers.hpp struct CV_EXPORTS ImageFeatures
CV_EXPORTS         71 modules/stitching/include/opencv2/stitching/detail/matchers.hpp class CV_EXPORTS FeaturesFinder
CV_EXPORTS        104 modules/stitching/include/opencv2/stitching/detail/matchers.hpp class CV_EXPORTS SurfFeaturesFinder : public FeaturesFinder
CV_EXPORTS        122 modules/stitching/include/opencv2/stitching/detail/matchers.hpp class CV_EXPORTS OrbFeaturesFinder : public FeaturesFinder
CV_EXPORTS        136 modules/stitching/include/opencv2/stitching/detail/matchers.hpp class CV_EXPORTS SurfFeaturesFinderGpu : public FeaturesFinder
CV_EXPORTS        161 modules/stitching/include/opencv2/stitching/detail/matchers.hpp struct CV_EXPORTS MatchesInfo
CV_EXPORTS        176 modules/stitching/include/opencv2/stitching/detail/matchers.hpp class CV_EXPORTS FeaturesMatcher
CV_EXPORTS        231 modules/stitching/include/opencv2/stitching/detail/matchers.hpp class CV_EXPORTS BestOf2NearestMatcher : public FeaturesMatcher
CV_EXPORTS        256 modules/stitching/include/opencv2/stitching/detail/matchers.hpp class CV_EXPORTS BestOf2NearestRangeMatcher : public BestOf2NearestMatcher
CV_EXPORTS         65 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp class CV_EXPORTS Estimator
CV_EXPORTS         98 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp class CV_EXPORTS HomographyBasedEstimator : public Estimator
CV_EXPORTS        114 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp class CV_EXPORTS BundleAdjusterBase : public Estimator
CV_EXPORTS        204 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp class CV_EXPORTS BundleAdjusterReproj : public BundleAdjusterBase
CV_EXPORTS        224 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp class CV_EXPORTS BundleAdjusterRay : public BundleAdjusterBase
CV_EXPORTS        250 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp void CV_EXPORTS waveCorrect(std::vector<Mat> &rmats, WaveCorrectKind kind);
CV_EXPORTS        257 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp String CV_EXPORTS matchesGraphAsString(std::vector<String> &pathes, std::vector<MatchesInfo> &pairwise_matches,
CV_EXPORTS        260 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp std::vector<int> CV_EXPORTS leaveBiggestComponent(
CV_EXPORTS        265 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp void CV_EXPORTS findMaxSpanningTree(
CV_EXPORTS         58 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp class CV_EXPORTS SeamFinder
CV_EXPORTS         74 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp class CV_EXPORTS NoSeamFinder : public SeamFinder
CV_EXPORTS         82 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp class CV_EXPORTS PairwiseSeamFinder : public SeamFinder
CV_EXPORTS        106 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp class CV_EXPORTS VoronoiSeamFinder : public PairwiseSeamFinder
CV_EXPORTS        118 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp class CV_EXPORTS DpSeamFinder : public SeamFinder
CV_EXPORTS        228 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp class CV_EXPORTS GraphCutSeamFinderBase
CV_EXPORTS        236 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp class CV_EXPORTS GraphCutSeamFinder : public GraphCutSeamFinderBase, public SeamFinder
CV_EXPORTS        255 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp class CV_EXPORTS GraphCutSeamFinderGpu : public GraphCutSeamFinderBase, public PairwiseSeamFinder
CV_EXPORTS         57 modules/stitching/include/opencv2/stitching/detail/timelapsers.hpp class CV_EXPORTS Timelapser
CV_EXPORTS         80 modules/stitching/include/opencv2/stitching/detail/timelapsers.hpp class CV_EXPORTS TimelapserCrop : public Timelapser
CV_EXPORTS        105 modules/stitching/include/opencv2/stitching/detail/util.hpp class CV_EXPORTS DisjointSets
CV_EXPORTS        122 modules/stitching/include/opencv2/stitching/detail/util.hpp struct CV_EXPORTS GraphEdge
CV_EXPORTS        135 modules/stitching/include/opencv2/stitching/detail/util.hpp class CV_EXPORTS Graph
CV_EXPORTS        153 modules/stitching/include/opencv2/stitching/detail/util.hpp CV_EXPORTS bool overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi);
CV_EXPORTS        154 modules/stitching/include/opencv2/stitching/detail/util.hpp CV_EXPORTS Rect resultRoi(const std::vector<Point> &corners, const std::vector<UMat> &images);
CV_EXPORTS        155 modules/stitching/include/opencv2/stitching/detail/util.hpp CV_EXPORTS Rect resultRoi(const std::vector<Point> &corners, const std::vector<Size> &sizes);
CV_EXPORTS        156 modules/stitching/include/opencv2/stitching/detail/util.hpp CV_EXPORTS Rect resultRoiIntersection(const std::vector<Point> &corners, const std::vector<Size> &sizes);
CV_EXPORTS        157 modules/stitching/include/opencv2/stitching/detail/util.hpp CV_EXPORTS Point resultTl(const std::vector<Point> &corners);
CV_EXPORTS        160 modules/stitching/include/opencv2/stitching/detail/util.hpp CV_EXPORTS void selectRandomSubset(int count, int size, std::vector<int> &subset);
CV_EXPORTS        162 modules/stitching/include/opencv2/stitching/detail/util.hpp CV_EXPORTS int& stitchingLogLevel();
CV_EXPORTS         59 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS RotationWarper
CV_EXPORTS        124 modules/stitching/include/opencv2/stitching/detail/warpers.hpp struct CV_EXPORTS ProjectorBase
CV_EXPORTS        141 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS RotationWarperBase : public RotationWarper
CV_EXPORTS        172 modules/stitching/include/opencv2/stitching/detail/warpers.hpp struct CV_EXPORTS PlaneProjector : ProjectorBase
CV_EXPORTS        180 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS PlaneWarper : public RotationWarperBase<PlaneProjector>
CV_EXPORTS        208 modules/stitching/include/opencv2/stitching/detail/warpers.hpp struct CV_EXPORTS SphericalProjector : ProjectorBase
CV_EXPORTS        220 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS SphericalWarper : public RotationWarperBase<SphericalProjector>
CV_EXPORTS        236 modules/stitching/include/opencv2/stitching/detail/warpers.hpp struct CV_EXPORTS CylindricalProjector : ProjectorBase
CV_EXPORTS        245 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS CylindricalWarper : public RotationWarperBase<CylindricalProjector>
CV_EXPORTS        264 modules/stitching/include/opencv2/stitching/detail/warpers.hpp struct CV_EXPORTS FisheyeProjector : ProjectorBase
CV_EXPORTS        271 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS FisheyeWarper : public RotationWarperBase<FisheyeProjector>
CV_EXPORTS        278 modules/stitching/include/opencv2/stitching/detail/warpers.hpp struct CV_EXPORTS StereographicProjector : ProjectorBase
CV_EXPORTS        285 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS StereographicWarper : public RotationWarperBase<StereographicProjector>
CV_EXPORTS        292 modules/stitching/include/opencv2/stitching/detail/warpers.hpp struct CV_EXPORTS CompressedRectilinearProjector : ProjectorBase
CV_EXPORTS        301 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS CompressedRectilinearWarper : public RotationWarperBase<CompressedRectilinearProjector>
CV_EXPORTS        313 modules/stitching/include/opencv2/stitching/detail/warpers.hpp struct CV_EXPORTS CompressedRectilinearPortraitProjector : ProjectorBase
CV_EXPORTS        322 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS CompressedRectilinearPortraitWarper : public RotationWarperBase<CompressedRectilinearPortraitProjector>
CV_EXPORTS        334 modules/stitching/include/opencv2/stitching/detail/warpers.hpp struct CV_EXPORTS PaniniProjector : ProjectorBase
CV_EXPORTS        343 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS PaniniWarper : public RotationWarperBase<PaniniProjector>
CV_EXPORTS        355 modules/stitching/include/opencv2/stitching/detail/warpers.hpp struct CV_EXPORTS PaniniPortraitProjector : ProjectorBase
CV_EXPORTS        364 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS PaniniPortraitWarper : public RotationWarperBase<PaniniPortraitProjector>
CV_EXPORTS        377 modules/stitching/include/opencv2/stitching/detail/warpers.hpp struct CV_EXPORTS MercatorProjector : ProjectorBase
CV_EXPORTS        384 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS MercatorWarper : public RotationWarperBase<MercatorProjector>
CV_EXPORTS        391 modules/stitching/include/opencv2/stitching/detail/warpers.hpp struct CV_EXPORTS TransverseMercatorProjector : ProjectorBase
CV_EXPORTS        398 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS TransverseMercatorWarper : public RotationWarperBase<TransverseMercatorProjector>
CV_EXPORTS        405 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS PlaneWarperGpu : public PlaneWarper
CV_EXPORTS        459 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS SphericalWarperGpu : public SphericalWarper
CV_EXPORTS        491 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS CylindricalWarperGpu : public CylindricalWarper
CV_EXPORTS        532 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS SphericalPortraitWarper : public RotationWarperBase<SphericalPortraitProjector>
CV_EXPORTS        548 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS CylindricalPortraitWarper : public RotationWarperBase<CylindricalPortraitProjector>
CV_EXPORTS        567 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS PlanePortraitWarper : public RotationWarperBase<PlanePortraitProjector>
CV_EXPORTS         66 modules/superres/include/opencv2/superres.hpp         class CV_EXPORTS FrameSource
CV_EXPORTS         75 modules/superres/include/opencv2/superres.hpp         CV_EXPORTS Ptr<FrameSource> createFrameSource_Empty();
CV_EXPORTS         77 modules/superres/include/opencv2/superres.hpp         CV_EXPORTS Ptr<FrameSource> createFrameSource_Video(const String& fileName);
CV_EXPORTS         78 modules/superres/include/opencv2/superres.hpp         CV_EXPORTS Ptr<FrameSource> createFrameSource_Video_CUDA(const String& fileName);
CV_EXPORTS         80 modules/superres/include/opencv2/superres.hpp         CV_EXPORTS Ptr<FrameSource> createFrameSource_Camera(int deviceId = 0);
CV_EXPORTS         87 modules/superres/include/opencv2/superres.hpp         class CV_EXPORTS SuperResolution : public cv::Algorithm, public FrameSource
CV_EXPORTS        199 modules/superres/include/opencv2/superres.hpp         CV_EXPORTS Ptr<SuperResolution> createSuperResolution_BTVL1();
CV_EXPORTS        200 modules/superres/include/opencv2/superres.hpp         CV_EXPORTS Ptr<SuperResolution> createSuperResolution_BTVL1_CUDA();
CV_EXPORTS         56 modules/superres/include/opencv2/superres/optical_flow.hpp         class CV_EXPORTS DenseOpticalFlowExt : public cv::Algorithm
CV_EXPORTS         64 modules/superres/include/opencv2/superres/optical_flow.hpp         class CV_EXPORTS FarnebackOpticalFlow : public virtual DenseOpticalFlowExt
CV_EXPORTS         96 modules/superres/include/opencv2/superres/optical_flow.hpp         CV_EXPORTS Ptr<FarnebackOpticalFlow> createOptFlow_Farneback();
CV_EXPORTS         97 modules/superres/include/opencv2/superres/optical_flow.hpp         CV_EXPORTS Ptr<FarnebackOpticalFlow> createOptFlow_Farneback_CUDA();
CV_EXPORTS        103 modules/superres/include/opencv2/superres/optical_flow.hpp         class CV_EXPORTS DualTVL1OpticalFlow : public virtual DenseOpticalFlowExt
CV_EXPORTS        139 modules/superres/include/opencv2/superres/optical_flow.hpp         CV_EXPORTS Ptr<DualTVL1OpticalFlow> createOptFlow_DualTVL1();
CV_EXPORTS        140 modules/superres/include/opencv2/superres/optical_flow.hpp         CV_EXPORTS Ptr<DualTVL1OpticalFlow> createOptFlow_DualTVL1_CUDA();
CV_EXPORTS        143 modules/superres/include/opencv2/superres/optical_flow.hpp         class CV_EXPORTS BroxOpticalFlow : public virtual DenseOpticalFlowExt
CV_EXPORTS        177 modules/superres/include/opencv2/superres/optical_flow.hpp         CV_EXPORTS Ptr<BroxOpticalFlow> createOptFlow_Brox_CUDA();
CV_EXPORTS        196 modules/superres/include/opencv2/superres/optical_flow.hpp         CV_EXPORTS Ptr<PyrLKOpticalFlow> createOptFlow_PyrLK_CUDA();
CV_EXPORTS         53 modules/superres/src/input_array_utility.hpp         CV_EXPORTS Mat arrGetMat(InputArray arr, Mat& buf);
CV_EXPORTS         54 modules/superres/src/input_array_utility.hpp         CV_EXPORTS UMat arrGetUMat(InputArray arr, UMat& buf);
CV_EXPORTS         55 modules/superres/src/input_array_utility.hpp         CV_EXPORTS cuda::GpuMat arrGetGpuMat(InputArray arr, cuda::GpuMat& buf);
CV_EXPORTS         57 modules/superres/src/input_array_utility.hpp         CV_EXPORTS void arrCopy(InputArray src, OutputArray dst);
CV_EXPORTS         59 modules/superres/src/input_array_utility.hpp         CV_EXPORTS Mat convertToType(const Mat& src, int type, Mat& buf0, Mat& buf1);
CV_EXPORTS         60 modules/superres/src/input_array_utility.hpp         CV_EXPORTS UMat convertToType(const UMat& src, int type, UMat& buf0, UMat& buf1);
CV_EXPORTS         61 modules/superres/src/input_array_utility.hpp         CV_EXPORTS cuda::GpuMat convertToType(const cuda::GpuMat& src, int type, cuda::GpuMat& buf0, cuda::GpuMat& buf1);
CV_EXPORTS         55 modules/ts/include/opencv2/ts.hpp class CV_EXPORTS TS;
CV_EXPORTS         57 modules/ts/include/opencv2/ts.hpp CV_EXPORTS int64 readSeed(const char* str);
CV_EXPORTS         59 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void randUni( RNG& rng, Mat& a, const Scalar& param1, const Scalar& param2 );
CV_EXPORTS         72 modules/ts/include/opencv2/ts.hpp CV_EXPORTS const char* getTypeName( int type );
CV_EXPORTS         73 modules/ts/include/opencv2/ts.hpp CV_EXPORTS int typeByName( const char* type_name );
CV_EXPORTS         75 modules/ts/include/opencv2/ts.hpp CV_EXPORTS string vec2str(const string& sep, const int* v, size_t nelems);
CV_EXPORTS         86 modules/ts/include/opencv2/ts.hpp CV_EXPORTS double getMinVal(int depth);
CV_EXPORTS         87 modules/ts/include/opencv2/ts.hpp CV_EXPORTS double getMaxVal(int depth);
CV_EXPORTS         89 modules/ts/include/opencv2/ts.hpp CV_EXPORTS Size randomSize(RNG& rng, double maxSizeLog);
CV_EXPORTS         90 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void randomSize(RNG& rng, int minDims, int maxDims, double maxSizeLog, vector<int>& sz);
CV_EXPORTS         91 modules/ts/include/opencv2/ts.hpp CV_EXPORTS int randomType(RNG& rng, int typeMask, int minChannels, int maxChannels);
CV_EXPORTS         92 modules/ts/include/opencv2/ts.hpp CV_EXPORTS Mat randomMat(RNG& rng, Size size, int type, double minVal, double maxVal, bool useRoi);
CV_EXPORTS         93 modules/ts/include/opencv2/ts.hpp CV_EXPORTS Mat randomMat(RNG& rng, const vector<int>& size, int type, double minVal, double maxVal, bool useRoi);
CV_EXPORTS         94 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void add(const Mat& a, double alpha, const Mat& b, double beta,
CV_EXPORTS         96 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void multiply(const Mat& a, const Mat& b, Mat& c, double alpha=1);
CV_EXPORTS         97 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void divide(const Mat& a, const Mat& b, Mat& c, double alpha=1);
CV_EXPORTS         99 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void convert(const Mat& src, cv::OutputArray dst, int dtype, double alpha=1, double beta=0);
CV_EXPORTS        100 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void copy(const Mat& src, Mat& dst, const Mat& mask=Mat(), bool invertMask=false);
CV_EXPORTS        101 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void set(Mat& dst, const Scalar& gamma, const Mat& mask=Mat());
CV_EXPORTS        104 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void extract( const Mat& a, Mat& plane, int coi );
CV_EXPORTS        105 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void insert( const Mat& plane, Mat& a, int coi );
CV_EXPORTS        109 modules/ts/include/opencv2/ts.hpp CV_EXPORTS int check( const Mat& data, double min_val, double max_val, vector<int>* idx );
CV_EXPORTS        112 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void  patchZeros( Mat& mat, double level );
CV_EXPORTS        114 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void transpose(const Mat& src, Mat& dst);
CV_EXPORTS        115 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void erode(const Mat& src, Mat& dst, const Mat& _kernel, Point anchor=Point(-1,-1),
CV_EXPORTS        117 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void dilate(const Mat& src, Mat& dst, const Mat& _kernel, Point anchor=Point(-1,-1),
CV_EXPORTS        119 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void filter2D(const Mat& src, Mat& dst, int ddepth, const Mat& kernel,
CV_EXPORTS        122 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void copyMakeBorder(const Mat& src, Mat& dst, int top, int bottom, int left, int right,
CV_EXPORTS        124 modules/ts/include/opencv2/ts.hpp CV_EXPORTS Mat calcSobelKernel2D( int dx, int dy, int apertureSize, int origin=0 );
CV_EXPORTS        125 modules/ts/include/opencv2/ts.hpp CV_EXPORTS Mat calcLaplaceKernel2D( int aperture_size );
CV_EXPORTS        127 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void initUndistortMap( const Mat& a, const Mat& k, Size sz, Mat& mapx, Mat& mapy );
CV_EXPORTS        129 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void minMaxLoc(const Mat& src, double* minval, double* maxval,
CV_EXPORTS        131 modules/ts/include/opencv2/ts.hpp CV_EXPORTS double norm(InputArray src, int normType, InputArray mask=noArray());
CV_EXPORTS        132 modules/ts/include/opencv2/ts.hpp CV_EXPORTS double norm(InputArray src1, InputArray src2, int normType, InputArray mask=noArray());
CV_EXPORTS        133 modules/ts/include/opencv2/ts.hpp CV_EXPORTS Scalar mean(const Mat& src, const Mat& mask=Mat());
CV_EXPORTS        134 modules/ts/include/opencv2/ts.hpp CV_EXPORTS double PSNR(InputArray src1, InputArray src2);
CV_EXPORTS        136 modules/ts/include/opencv2/ts.hpp CV_EXPORTS bool cmpUlps(const Mat& data, const Mat& refdata, int expMaxDiff, double* realMaxDiff, vector<int>* idx);
CV_EXPORTS        142 modules/ts/include/opencv2/ts.hpp CV_EXPORTS int cmpEps( const Mat& data, const Mat& refdata, double* max_diff,
CV_EXPORTS        147 modules/ts/include/opencv2/ts.hpp CV_EXPORTS int cmpEps2( TS* ts, const Mat& data, const Mat& refdata, double success_err_level,
CV_EXPORTS        150 modules/ts/include/opencv2/ts.hpp CV_EXPORTS int cmpEps2_64f( TS* ts, const double* val, const double* refval, int len,
CV_EXPORTS        153 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void logicOp(const Mat& src1, const Mat& src2, Mat& dst, char c);
CV_EXPORTS        154 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void logicOp(const Mat& src, const Scalar& s, Mat& dst, char c);
CV_EXPORTS        155 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void min(const Mat& src1, const Mat& src2, Mat& dst);
CV_EXPORTS        156 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void min(const Mat& src, double s, Mat& dst);
CV_EXPORTS        157 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void max(const Mat& src1, const Mat& src2, Mat& dst);
CV_EXPORTS        158 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void max(const Mat& src, double s, Mat& dst);
CV_EXPORTS        160 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void compare(const Mat& src1, const Mat& src2, Mat& dst, int cmpop);
CV_EXPORTS        161 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void compare(const Mat& src, double s, Mat& dst, int cmpop);
CV_EXPORTS        162 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void gemm(const Mat& src1, const Mat& src2, double alpha,
CV_EXPORTS        164 modules/ts/include/opencv2/ts.hpp     CV_EXPORTS void transform( const Mat& src, Mat& dst, const Mat& transmat, const Mat& shift );
CV_EXPORTS        165 modules/ts/include/opencv2/ts.hpp CV_EXPORTS double crossCorr(const Mat& src1, const Mat& src2);
CV_EXPORTS        167 modules/ts/include/opencv2/ts.hpp struct CV_EXPORTS MatInfo
CV_EXPORTS        173 modules/ts/include/opencv2/ts.hpp CV_EXPORTS std::ostream& operator << (std::ostream& out, const MatInfo& m);
CV_EXPORTS        175 modules/ts/include/opencv2/ts.hpp struct CV_EXPORTS MatComparator
CV_EXPORTS        194 modules/ts/include/opencv2/ts.hpp class CV_EXPORTS BaseTest
CV_EXPORTS        278 modules/ts/include/opencv2/ts.hpp struct CV_EXPORTS TSParams
CV_EXPORTS        293 modules/ts/include/opencv2/ts.hpp class CV_EXPORTS TS
CV_EXPORTS        437 modules/ts/include/opencv2/ts.hpp class CV_EXPORTS ArrayTest : public BaseTest
CV_EXPORTS        474 modules/ts/include/opencv2/ts.hpp class CV_EXPORTS BadArgTest : public BaseTest
CV_EXPORTS        526 modules/ts/include/opencv2/ts.hpp struct CV_EXPORTS DefaultRngAuto
CV_EXPORTS        542 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void fillGradient(Mat& img, int delta = 5);
CV_EXPORTS        543 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void smoothBorder(Mat& img, const Scalar& color, int delta = 3);
CV_EXPORTS        545 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void printVersionInfo(bool useStdOut = true);
CV_EXPORTS         94 modules/ts/include/opencv2/ts/cuda_perf.hpp     CV_EXPORTS cv::Mat readImage(const std::string& fileName, int flags = cv::IMREAD_COLOR);
CV_EXPORTS        105 modules/ts/include/opencv2/ts/cuda_perf.hpp     CV_EXPORTS void PrintTo(const CvtColorInfo& info, std::ostream* os);
CV_EXPORTS        107 modules/ts/include/opencv2/ts/cuda_perf.hpp     CV_EXPORTS void printCudaInfo();
CV_EXPORTS        109 modules/ts/include/opencv2/ts/cuda_perf.hpp     CV_EXPORTS void sortKeyPoints(std::vector<cv::KeyPoint>& keypoints, cv::InputOutputArray _descriptors = cv::noArray());
CV_EXPORTS         60 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS int randomInt(int minVal, int maxVal);
CV_EXPORTS         61 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS double randomDouble(double minVal, double maxVal);
CV_EXPORTS         62 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS cv::Size randomSize(int minVal, int maxVal);
CV_EXPORTS         63 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS cv::Scalar randomScalar(double minVal, double maxVal);
CV_EXPORTS         64 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS cv::Mat randomMat(cv::Size size, int type, double minVal = 0.0, double maxVal = 255.0);
CV_EXPORTS         69 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS cv::cuda::GpuMat createMat(cv::Size size, int type, bool useRoi = false);
CV_EXPORTS         70 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS cv::cuda::GpuMat loadMat(const cv::Mat& m, bool useRoi = false);
CV_EXPORTS         76 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS cv::Mat readImage(const std::string& fileName, int flags = cv::IMREAD_COLOR);
CV_EXPORTS         79 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS cv::Mat readImageType(const std::string& fname, int type);
CV_EXPORTS         85 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS bool supportFeature(const cv::cuda::DeviceInfo& info, cv::cuda::FeatureSet feature);
CV_EXPORTS         87 modules/ts/include/opencv2/ts/cuda_test.hpp     class CV_EXPORTS DeviceManager
CV_EXPORTS        106 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS void minMaxLocGold(const cv::Mat& src, double* minVal_, double* maxVal_ = 0, cv::Point* minLoc_ = 0, cv::Point* maxLoc_ = 0, const cv::Mat& mask = cv::Mat());
CV_EXPORTS        108 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS cv::Mat getMat(cv::InputArray arr);
CV_EXPORTS        110 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS testing::AssertionResult assertMatNear(const char* expr1, const char* expr2, const char* eps_expr, cv::InputArray m1, cv::InputArray m2, double eps);
CV_EXPORTS        154 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS double checkSimilarity(cv::InputArray m1, cv::InputArray m2);
CV_EXPORTS        253 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS std::vector<MatType> types(int depth_start, int depth_end, int cn_start, int cn_end);
CV_EXPORTS        256 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS const std::vector<MatType>& all_types();
CV_EXPORTS        274 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS void PrintTo(const UseRoi& useRoi, std::ostream* os);
CV_EXPORTS        291 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS void PrintTo(const Inverse& useRoi, std::ostream* os);
CV_EXPORTS        330 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS testing::AssertionResult assertKeyPointsEquals(const char* gold_expr, const char* actual_expr, std::vector<cv::KeyPoint>& gold, std::vector<cv::KeyPoint>& actual);
CV_EXPORTS        334 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS int getMatchedPointsCount(std::vector<cv::KeyPoint>& gold, std::vector<cv::KeyPoint>& actual);
CV_EXPORTS        335 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS int getMatchedPointsCount(const std::vector<cv::KeyPoint>& keypoints1, const std::vector<cv::KeyPoint>& keypoints2, const std::vector<cv::DMatch>& matches);
CV_EXPORTS        340 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS void dumpImage(const std::string& fileName, const cv::Mat& image);
CV_EXPORTS        341 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS void showDiff(cv::InputArray gold, cv::InputArray actual, double eps);
CV_EXPORTS        343 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS void parseCudaDeviceOptions(int argc, char **argv);
CV_EXPORTS        344 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS void printCudaInfo();
CV_EXPORTS        349 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS void PrintTo(const DeviceInfo& info, std::ostream* os);
CV_EXPORTS        113 modules/ts/include/opencv2/ts/ocl_perf.hpp CV_EXPORTS void checkDeviceMaxMemoryAllocSize(const Size& size, int type, int factor = 1);
CV_EXPORTS        117 modules/ts/include/opencv2/ts/ocl_perf.hpp CV_EXPORTS void randu(InputOutputArray dst);
CV_EXPORTS        195 modules/ts/include/opencv2/ts/ocl_test.hpp struct CV_EXPORTS TestUtils
CV_EXPORTS        322 modules/ts/include/opencv2/ts/ocl_test.hpp struct CV_EXPORTS TSTestWithParam : public TestUtils, public ::testing::TestWithParam<T>
CV_EXPORTS       1926 modules/ts/include/opencv2/ts/ts_gtest.h # define GTEST_API_ CV_EXPORTS
CV_EXPORTS        166 modules/ts/include/opencv2/ts/ts_perf.hpp class CV_EXPORTS Regression
CV_EXPORTS        213 modules/ts/include/opencv2/ts/ts_perf.hpp class CV_EXPORTS GpuPerf
CV_EXPORTS        224 modules/ts/include/opencv2/ts/ts_perf.hpp typedef struct CV_EXPORTS performance_metrics
CV_EXPORTS        357 modules/ts/include/opencv2/ts/ts_perf.hpp class CV_EXPORTS TestBase: public ::testing::Test
CV_EXPORTS        439 modules/ts/include/opencv2/ts/ts_perf.hpp     class CV_EXPORTS _declareHelper
CV_EXPORTS        486 modules/ts/include/opencv2/ts/ts_perf.hpp CV_EXPORTS void PrintTo(const MatType& t, std::ostream* os);
CV_EXPORTS        493 modules/ts/include/opencv2/ts/ts_perf.hpp CV_EXPORTS void PrintTo(const String& str, ::std::ostream* os);
CV_EXPORTS        494 modules/ts/include/opencv2/ts/ts_perf.hpp CV_EXPORTS void PrintTo(const Size& sz, ::std::ostream* os);
CV_EXPORTS        656 modules/ts/include/opencv2/ts/ts_perf.hpp struct CV_EXPORTS RectLess_ :
CV_EXPORTS        670 modules/ts/include/opencv2/ts/ts_perf.hpp struct CV_EXPORTS KeypointGreater :
CV_EXPORTS        689 modules/ts/include/opencv2/ts/ts_perf.hpp void CV_EXPORTS sort(std::vector<cv::KeyPoint>& pts, cv::InputOutputArray descriptors);
CV_EXPORTS         54 modules/ts/src/cuda_test.cpp     CV_EXPORTS void printCudaInfo();
CV_EXPORTS        641 modules/videoio/include/opencv2/videoio.hpp template<> CV_EXPORTS void DefaultDeleter<CvCapture>::operator ()(CvCapture* obj) const;
CV_EXPORTS        642 modules/videoio/include/opencv2/videoio.hpp template<> CV_EXPORTS void DefaultDeleter<CvVideoWriter>::operator ()(CvVideoWriter* obj) const;
CV_EXPORTS         50 modules/videoio/include/opencv2/videoio/cap_winrt.hpp CV_EXPORTS void winrt_startMessageLoop(std::function<void(Args...)>&& callback, Args... args);
CV_EXPORTS         53 modules/videoio/include/opencv2/videoio/cap_winrt.hpp CV_EXPORTS void winrt_startMessageLoop(void callback(Args...), Args... args);
CV_EXPORTS         94 modules/videoio/include/opencv2/videoio/cap_winrt.hpp CV_EXPORTS void winrt_startMessageLoop(void callback(void));
CV_EXPORTS        115 modules/videoio/include/opencv2/videoio/cap_winrt.hpp CV_EXPORTS void winrt_onVisibilityChanged(bool visible);
CV_EXPORTS        122 modules/videoio/include/opencv2/videoio/cap_winrt.hpp CV_EXPORTS void winrt_setFrameContainer(::Windows::UI::Xaml::Controls::Image^ image);
CV_EXPORTS        129 modules/videoio/include/opencv2/videoio/cap_winrt.hpp CV_EXPORTS void winrt_imshow();
CV_EXPORTS         57 modules/videostab/include/opencv2/videostab/deblurring.hpp CV_EXPORTS float calcBlurriness(const Mat &frame);
CV_EXPORTS         59 modules/videostab/include/opencv2/videostab/deblurring.hpp class CV_EXPORTS DeblurerBase
CV_EXPORTS         90 modules/videostab/include/opencv2/videostab/deblurring.hpp class CV_EXPORTS NullDeblurer : public DeblurerBase
CV_EXPORTS         96 modules/videostab/include/opencv2/videostab/deblurring.hpp class CV_EXPORTS WeightingDeblurer : public DeblurerBase
CV_EXPORTS         63 modules/videostab/include/opencv2/videostab/fast_marching.hpp class CV_EXPORTS FastMarchingMethod
CV_EXPORTS         57 modules/videostab/include/opencv2/videostab/frame_source.hpp class CV_EXPORTS IFrameSource
CV_EXPORTS         65 modules/videostab/include/opencv2/videostab/frame_source.hpp class CV_EXPORTS NullFrameSource : public IFrameSource
CV_EXPORTS         72 modules/videostab/include/opencv2/videostab/frame_source.hpp class CV_EXPORTS VideoFileSource : public IFrameSource
CV_EXPORTS         77 modules/videostab/include/opencv2/videostab/global_motion.hpp CV_EXPORTS Mat estimateGlobalMotionLeastSquares(
CV_EXPORTS         90 modules/videostab/include/opencv2/videostab/global_motion.hpp CV_EXPORTS Mat estimateGlobalMotionRansac(
CV_EXPORTS         97 modules/videostab/include/opencv2/videostab/global_motion.hpp class CV_EXPORTS MotionEstimatorBase
CV_EXPORTS        131 modules/videostab/include/opencv2/videostab/global_motion.hpp class CV_EXPORTS MotionEstimatorRansacL2 : public MotionEstimatorBase
CV_EXPORTS        153 modules/videostab/include/opencv2/videostab/global_motion.hpp class CV_EXPORTS MotionEstimatorL1 : public MotionEstimatorBase
CV_EXPORTS        175 modules/videostab/include/opencv2/videostab/global_motion.hpp class CV_EXPORTS ImageMotionEstimatorBase
CV_EXPORTS        192 modules/videostab/include/opencv2/videostab/global_motion.hpp class CV_EXPORTS FromFileMotionReader : public ImageMotionEstimatorBase
CV_EXPORTS        203 modules/videostab/include/opencv2/videostab/global_motion.hpp class CV_EXPORTS ToFileMotionWriter : public ImageMotionEstimatorBase
CV_EXPORTS        221 modules/videostab/include/opencv2/videostab/global_motion.hpp class CV_EXPORTS KeypointBasedMotionEstimator : public ImageMotionEstimatorBase
CV_EXPORTS        254 modules/videostab/include/opencv2/videostab/global_motion.hpp class CV_EXPORTS KeypointBasedMotionEstimatorGpu : public ImageMotionEstimatorBase
CV_EXPORTS        292 modules/videostab/include/opencv2/videostab/global_motion.hpp CV_EXPORTS Mat getMotion(int from, int to, const std::vector<Mat> &motions);
CV_EXPORTS         61 modules/videostab/include/opencv2/videostab/inpainting.hpp class CV_EXPORTS InpainterBase
CV_EXPORTS        102 modules/videostab/include/opencv2/videostab/inpainting.hpp class CV_EXPORTS NullInpainter : public InpainterBase
CV_EXPORTS        108 modules/videostab/include/opencv2/videostab/inpainting.hpp class CV_EXPORTS InpaintingPipeline : public InpainterBase
CV_EXPORTS        127 modules/videostab/include/opencv2/videostab/inpainting.hpp class CV_EXPORTS ConsistentMosaicInpainter : public InpainterBase
CV_EXPORTS        141 modules/videostab/include/opencv2/videostab/inpainting.hpp class CV_EXPORTS MotionInpainter : public InpainterBase
CV_EXPORTS        174 modules/videostab/include/opencv2/videostab/inpainting.hpp class CV_EXPORTS ColorAverageInpainter : public InpainterBase
CV_EXPORTS        183 modules/videostab/include/opencv2/videostab/inpainting.hpp class CV_EXPORTS ColorInpainter : public InpainterBase
CV_EXPORTS        199 modules/videostab/include/opencv2/videostab/inpainting.hpp CV_EXPORTS void calcFlowMask(
CV_EXPORTS        203 modules/videostab/include/opencv2/videostab/inpainting.hpp CV_EXPORTS void completeFrameAccordingToFlow(
CV_EXPORTS         56 modules/videostab/include/opencv2/videostab/log.hpp class CV_EXPORTS ILog
CV_EXPORTS         63 modules/videostab/include/opencv2/videostab/log.hpp class CV_EXPORTS NullLog : public ILog
CV_EXPORTS         69 modules/videostab/include/opencv2/videostab/log.hpp class CV_EXPORTS LogToStdout : public ILog
CV_EXPORTS         73 modules/videostab/include/opencv2/videostab/motion_core.hpp struct CV_EXPORTS RansacParams
CV_EXPORTS         59 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp class CV_EXPORTS IMotionStabilizer
CV_EXPORTS         70 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp class CV_EXPORTS MotionStabilizationPipeline : public IMotionStabilizer
CV_EXPORTS         84 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp class CV_EXPORTS MotionFilterBase : public IMotionStabilizer
CV_EXPORTS         97 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp class CV_EXPORTS GaussianMotionFilter : public MotionFilterBase
CV_EXPORTS        117 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp class CV_EXPORTS LpMotionStabilizer : public IMotionStabilizer
CV_EXPORTS        165 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp CV_EXPORTS Mat ensureInclusionConstraint(const Mat &M, Size size, float trimRatio);
CV_EXPORTS        167 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp CV_EXPORTS float estimateOptimalTrimRatio(const Mat &M, Size size);
CV_EXPORTS         61 modules/videostab/include/opencv2/videostab/optical_flow.hpp class CV_EXPORTS ISparseOptFlowEstimator
CV_EXPORTS         70 modules/videostab/include/opencv2/videostab/optical_flow.hpp class CV_EXPORTS IDenseOptFlowEstimator
CV_EXPORTS         79 modules/videostab/include/opencv2/videostab/optical_flow.hpp class CV_EXPORTS PyrLkOptFlowEstimatorBase
CV_EXPORTS         96 modules/videostab/include/opencv2/videostab/optical_flow.hpp class CV_EXPORTS SparsePyrLkOptFlowEstimator
CV_EXPORTS        107 modules/videostab/include/opencv2/videostab/optical_flow.hpp class CV_EXPORTS SparsePyrLkOptFlowEstimatorGpu
CV_EXPORTS        128 modules/videostab/include/opencv2/videostab/optical_flow.hpp class CV_EXPORTS DensePyrLkOptFlowEstimatorGpu
CV_EXPORTS         58 modules/videostab/include/opencv2/videostab/outlier_rejection.hpp class CV_EXPORTS IOutlierRejector
CV_EXPORTS         67 modules/videostab/include/opencv2/videostab/outlier_rejection.hpp class CV_EXPORTS NullOutlierRejector : public IOutlierRejector
CV_EXPORTS         74 modules/videostab/include/opencv2/videostab/outlier_rejection.hpp class CV_EXPORTS TranslationBasedLocalOutlierRejector : public IOutlierRejector
CV_EXPORTS         66 modules/videostab/include/opencv2/videostab/stabilizer.hpp class CV_EXPORTS StabilizerBase
CV_EXPORTS        139 modules/videostab/include/opencv2/videostab/stabilizer.hpp class CV_EXPORTS OnePassStabilizer : public StabilizerBase, public IFrameSource
CV_EXPORTS        159 modules/videostab/include/opencv2/videostab/stabilizer.hpp class CV_EXPORTS TwoPassStabilizer : public StabilizerBase, public IFrameSource
CV_EXPORTS         60 modules/videostab/include/opencv2/videostab/wobble_suppression.hpp class CV_EXPORTS WobbleSuppressorBase
CV_EXPORTS         95 modules/videostab/include/opencv2/videostab/wobble_suppression.hpp class CV_EXPORTS NullWobbleSuppressor : public WobbleSuppressorBase
CV_EXPORTS        101 modules/videostab/include/opencv2/videostab/wobble_suppression.hpp class CV_EXPORTS MoreAccurateMotionWobbleSuppressorBase : public WobbleSuppressorBase
CV_EXPORTS        113 modules/videostab/include/opencv2/videostab/wobble_suppression.hpp class CV_EXPORTS MoreAccurateMotionWobbleSuppressor : public MoreAccurateMotionWobbleSuppressorBase
CV_EXPORTS        123 modules/videostab/include/opencv2/videostab/wobble_suppression.hpp class CV_EXPORTS MoreAccurateMotionWobbleSuppressorGpu : public MoreAccurateMotionWobbleSuppressorBase
CV_EXPORTS        119 modules/viz/include/opencv2/viz/types.hpp         class CV_EXPORTS Mesh
CV_EXPORTS        142 modules/viz/include/opencv2/viz/types.hpp         class CV_EXPORTS Camera
CV_EXPORTS        212 modules/viz/include/opencv2/viz/types.hpp         class CV_EXPORTS KeyboardEvent
CV_EXPORTS        235 modules/viz/include/opencv2/viz/types.hpp         class CV_EXPORTS MouseEvent
CV_EXPORTS         67 modules/viz/include/opencv2/viz/viz3d.hpp         class CV_EXPORTS Viz3d
CV_EXPORTS         70 modules/viz/include/opencv2/viz/vizcore.hpp         CV_EXPORTS Affine3d makeTransformToGlobal(const Vec3d& axis_x, const Vec3d& axis_y, const Vec3d& axis_z, const Vec3d& origin = Vec3d::all(0));
CV_EXPORTS         81 modules/viz/include/opencv2/viz/vizcore.hpp         CV_EXPORTS Affine3d makeCameraPose(const Vec3d& position, const Vec3d& focal_point, const Vec3d& y_dir);
CV_EXPORTS         99 modules/viz/include/opencv2/viz/vizcore.hpp         CV_EXPORTS Viz3d getWindowByName(const String &window_name);
CV_EXPORTS        102 modules/viz/include/opencv2/viz/vizcore.hpp         CV_EXPORTS void unregisterAllWindows();
CV_EXPORTS        105 modules/viz/include/opencv2/viz/vizcore.hpp         CV_EXPORTS Viz3d imshow(const String& window_name, InputArray image, const Size& window_size = Size(-1, -1));
CV_EXPORTS        145 modules/viz/include/opencv2/viz/vizcore.hpp         CV_EXPORTS void writeCloud(const String& file, InputArray cloud, InputArray colors = noArray(), InputArray normals = noArray(), bool binary = false);
CV_EXPORTS        146 modules/viz/include/opencv2/viz/vizcore.hpp         CV_EXPORTS Mat  readCloud (const String& file, OutputArray colors = noArray(), OutputArray normals = noArray());
CV_EXPORTS        151 modules/viz/include/opencv2/viz/vizcore.hpp         CV_EXPORTS Mesh readMesh(const String& file);
CV_EXPORTS        156 modules/viz/include/opencv2/viz/vizcore.hpp         CV_EXPORTS bool readPose(const String& file, Affine3d& pose, const String& tag = "pose");
CV_EXPORTS        157 modules/viz/include/opencv2/viz/vizcore.hpp         CV_EXPORTS void writePose(const String& file, const Affine3d& pose, const String& tag = "pose");
CV_EXPORTS        160 modules/viz/include/opencv2/viz/vizcore.hpp         CV_EXPORTS void writeTrajectory(InputArray traj, const String& files_format = "pose%05d.xml", int start = 0, const String& tag = "pose");
CV_EXPORTS        163 modules/viz/include/opencv2/viz/vizcore.hpp         CV_EXPORTS void readTrajectory(OutputArray traj, const String& files_format = "pose%05d.xml", int start = 0, int end = INT_MAX, const String& tag = "pose");
CV_EXPORTS        169 modules/viz/include/opencv2/viz/vizcore.hpp         CV_EXPORTS void computeNormals(const Mesh& mesh, OutputArray normals);
CV_EXPORTS         65 modules/viz/include/opencv2/viz/widget_accessor.hpp         struct CV_EXPORTS WidgetAccessor
CV_EXPORTS         90 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS Widget
CV_EXPORTS        178 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS Widget3D : public Widget
CV_EXPORTS        215 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS Widget2D : public Widget
CV_EXPORTS        232 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WLine : public Widget3D
CV_EXPORTS        246 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WPlane : public Widget3D
CV_EXPORTS        270 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WSphere : public Widget3D
CV_EXPORTS        285 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WArrow : public Widget3D
CV_EXPORTS        303 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WCircle : public Widget3D
CV_EXPORTS        327 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WCone : public Widget3D
CV_EXPORTS        353 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WCylinder : public Widget3D
CV_EXPORTS        369 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WCube : public Widget3D
CV_EXPORTS        387 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WPolyLine : public Widget3D
CV_EXPORTS        404 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WText : public Widget2D
CV_EXPORTS        428 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WText3D : public Widget3D
CV_EXPORTS        454 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WImageOverlay : public Widget2D
CV_EXPORTS        472 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WImage3D : public Widget3D
CV_EXPORTS        504 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WCoordinateSystem : public Widget3D
CV_EXPORTS        516 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WGrid : public Widget3D
CV_EXPORTS        534 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WCameraPosition : public Widget3D
CV_EXPORTS        595 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WTrajectory : public Widget3D
CV_EXPORTS        618 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WTrajectoryFrustums : public Widget3D
CV_EXPORTS        649 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WTrajectorySpheres: public Widget3D
CV_EXPORTS        671 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WCloud: public Widget3D
CV_EXPORTS        711 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WPaintedCloud: public Widget3D
CV_EXPORTS        727 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WCloudCollection : public Widget3D
CV_EXPORTS        755 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WCloudNormals : public Widget3D
CV_EXPORTS        779 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WMesh : public Widget3D
CV_EXPORTS        793 modules/viz/include/opencv2/viz/widgets.hpp         class CV_EXPORTS WWidgetMerger : public Widget3D
CV_EXPORTS        808 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS Widget2D Widget::cast<Widget2D>();
CV_EXPORTS        809 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS Widget3D Widget::cast<Widget3D>();
CV_EXPORTS        810 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WLine Widget::cast<WLine>();
CV_EXPORTS        811 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WPlane Widget::cast<WPlane>();
CV_EXPORTS        812 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WSphere Widget::cast<WSphere>();
CV_EXPORTS        813 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WCylinder Widget::cast<WCylinder>();
CV_EXPORTS        814 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WArrow Widget::cast<WArrow>();
CV_EXPORTS        815 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WCircle Widget::cast<WCircle>();
CV_EXPORTS        816 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WCone Widget::cast<WCone>();
CV_EXPORTS        817 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WCube Widget::cast<WCube>();
CV_EXPORTS        818 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WCoordinateSystem Widget::cast<WCoordinateSystem>();
CV_EXPORTS        819 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WPolyLine Widget::cast<WPolyLine>();
CV_EXPORTS        820 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WGrid Widget::cast<WGrid>();
CV_EXPORTS        821 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WText3D Widget::cast<WText3D>();
CV_EXPORTS        822 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WText Widget::cast<WText>();
CV_EXPORTS        823 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WImageOverlay Widget::cast<WImageOverlay>();
CV_EXPORTS        824 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WImage3D Widget::cast<WImage3D>();
CV_EXPORTS        825 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WCameraPosition Widget::cast<WCameraPosition>();
CV_EXPORTS        826 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WTrajectory Widget::cast<WTrajectory>();
CV_EXPORTS        827 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WTrajectoryFrustums Widget::cast<WTrajectoryFrustums>();
CV_EXPORTS        828 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WTrajectorySpheres Widget::cast<WTrajectorySpheres>();
CV_EXPORTS        829 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WCloud Widget::cast<WCloud>();
CV_EXPORTS        830 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WPaintedCloud Widget::cast<WPaintedCloud>();
CV_EXPORTS        831 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WCloudCollection Widget::cast<WCloudCollection>();
CV_EXPORTS        832 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WCloudNormals Widget::cast<WCloudNormals>();
CV_EXPORTS        833 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WMesh Widget::cast<WMesh>();
CV_EXPORTS        834 modules/viz/include/opencv2/viz/widgets.hpp         template<> CV_EXPORTS WWidgetMerger Widget::cast<WWidgetMerger>();
CV_EXPORTS        454 modules/viz/src/clouds.cpp template<> CV_EXPORTS cv::viz::WMesh cv::viz::Widget::cast<cv::viz::WMesh>()
CV_EXPORTS        514 modules/viz/src/clouds.cpp template<> CV_EXPORTS cv::viz::WWidgetMerger cv::viz::Widget::cast<cv::viz::WWidgetMerger>()
CV_EXPORTS          4 samples/gpu/tick_meter.hpp class CV_EXPORTS TickMeter