| Class and Description |
|---|
| CvMat
Deprecated.
CvMat is now obsolete; consider using Mat instead.
|
| CvRect |
| CvScalar |
| IplImage
The IplImage is taken from the Intel Image Processing Library, in which the format is native.
|
| Class and Description |
|---|
| ByteVectorVector |
| Cv_iplAllocateImageData |
| Cv_iplCloneImage |
| Cv_iplCreateImageHeader |
| Cv_iplCreateROI |
| Cv_iplDeallocate |
| CvArr |
| CvBox2D |
| CvChain
Chain/Contour
|
| CvCmpFunc
a < b ? -1 : a > b ? 1 : 0
|
| CvContour |
| CvErrorCallback |
| CvGraph |
| CvGraphEdge |
| CvGraphScanner |
| CvGraphVtx |
| CvLineIterator
Line iterator state:
|
| CvMat
Deprecated.
CvMat is now obsolete; consider using Mat instead.
|
| CvMemStorage |
| CvMemStoragePos |
| CvPoint
CvPoint and variants
|
| CvPoint2D32f |
| CvPoint2D64f |
| CvPoint3D32f |
| CvPoint3D64f |
| CvRect |
| CvScalar |
| CvSeq |
| CvSeqBlock
Sequence
|
| CvSeqReader |
| CvSeqWriter |
| CvSet |
| CvSetElem |
| CvSize
CvSize's & CvBox
|
| CvSize2D32f |
| CvSlice |
| CvSparseMat |
| CvSparseMatIterator |
| CvSparseNode
iteration through a sparse array
|
| CvTermCriteria |
| CvTreeNodeIterator
Iteration through the sequence tree
|
| DMatch
\brief Class for matching keypoint descriptors
|
| DMatchVector |
| DMatchVectorVector |
| ErrorCallback |
| FileNode
\brief File Storage Node class.
|
| FileNodeIterator
\brief used to iterate through sequences and mappings.
|
| FileStorage
\brief XML/YAML/JSON file storage class that encapsulates all the information necessary for writing or
reading data to/from a file.
|
| float16_t |
| Formatted
\} core_cluster
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| GpuMatVector |
| InstrNode
\endcond
|
| IntIntPairVector |
| IplConvKernel |
| IplImage
The IplImage is taken from the Intel Image Processing Library, in which the format is native.
|
| IplROI |
| KeyPoint
\brief Data structure for salient point detectors.
|
| KeyPointVector |
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatAllocator
\brief Custom array allocator
|
| MatExpr
\brief Matrix expression representation
\anchor MatrixExpressions
This is a list of implemented matrix operations that can be combined in arbitrary complex
expressions (here A, B stand for matrices ( Mat ), s for a scalar ( Scalar ), alpha for a
real-valued scalar ( double )):
- Addition, subtraction, negation:
A+B, A-B, A+s, A-s, s+A, s-A, -A
- Scaling: A*alpha
- Per-element multiplication and division: A.mul(B), A/B, alpha/A
- Matrix multiplication: A*B
- Transposition: A.t() (means AT)
- Matrix inversion and pseudo-inversion, solving linear systems and least-squares problems:
A.inv([method]) (~ A<sup>-1</sup>), A.inv([method])*B (~ X: AX=B)
- Comparison: A cmpop B, A cmpop alpha, alpha cmpop A, where *cmpop* is one of
>, >=, ==, !=, <=, <. |
| MatSize |
| MatVector |
| Moments
\} core_basic
|
| NodeData |
| ParallelLoopBody
\brief Base class for parallel data processors
|
| PlatformInfo |
| Point
\brief Template class for 2D points specified by its coordinates
x and y. |
| Point2d |
| Point2dVector |
| Point2f |
| Point2fVector |
| Point2fVectorVector |
| Point3d |
| Point3fVectorVector |
| PointVector |
| PointVectorVector |
| Range
\brief Template class specifying a continuous subsequence (slice) of a sequence.
|
| Rect
\brief Template class for 2D rectangles
|
| Rect2d |
| Rect2dVector |
| RectVector |
| RNG
\brief Random Number Generator
|
| RotatedRect
\brief The class represents rotated (i.e.
|
| Scalar
\brief Template class for a 4-element vector derived from Vec.
|
| Scalar4i |
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| Size2d |
| SizeVector |
| SparseMat
\brief The class SparseMat represents multi-dimensional sparse numerical arrays.
|
| Stream
\brief This class encapsulates a queue of asynchronous calls.
|
| StringVector |
| TermCriteria
\brief The class defining termination criteria for iterative algorithms.
|
| Texture2D |
| TickMeter
\brief a Class to measure passing time.
|
| UMat
\todo document
|
| UMatVector |
| Class and Description |
|---|
| CvArr |
| CvHistogram |
| CvMatND
Deprecated.
consider using cv::Mat instead
|
| CvMemStorage |
| CvNArrayIterator
matrix iterator: used for n-ary operations on dense arrays
|
| CvPoint
CvPoint and variants
|
| CvScalar |
| CvSeq |
| CvSize
CvSize's & CvBox
|
| IplImage
The IplImage is taken from the Intel Image Processing Library, in which the format is native.
|
| IplImageArray |
| Scalar
\brief Template class for a 4-element vector derived from Vec.
|
| Class and Description |
|---|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| GpuMatVector |
| IntVectorVector |
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatVector |
| Point3fVector |
| Point3fVectorVector |
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| UMat
\todo document
|
| UMatVector |
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Point
\brief Template class for 2D points specified by its coordinates
x and y. |
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| FileStorage
\brief XML/YAML/JSON file storage class that encapsulates all the information necessary for writing or
reading data to/from a file.
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| CvMat
Deprecated.
CvMat is now obsolete; consider using Mat instead.
|
| CvTermCriteria |
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Rect
\brief Template class for 2D rectangles
|
| Size2f |
| UMat
\todo document
|
| Class and Description |
|---|
| AbstractArray |
| AbstractCvBox2D |
| AbstractCvGraph |
| AbstractCvGraphScanner |
| AbstractCvMat |
| AbstractCvMatND |
| AbstractCvMemStorage |
| AbstractCvPoint |
| AbstractCvPoint2D32f |
| AbstractCvPoint2D64f |
| AbstractCvPoint3D32f |
| AbstractCvPoint3D64f |
| AbstractCvRect |
| AbstractCvScalar |
| AbstractCvSeq |
| AbstractCvSet |
| AbstractCvSize |
| AbstractCvSize2D32f |
| AbstractCvSparseMat |
| AbstractIplImage |
| AbstractMat |
| AbstractScalar |
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| AsyncArray
\brief Returns result of asynchronous operations
|
| BufferPoolController
\addtogroup core
\{
|
| ByteVectorVector |
| Complexd |
| Complexf
\addtogroup core_basic
\{
|
| ConjGradSolver
\brief This class is used to perform the non-linear non-constrained minimization of a function
with known gradient,
|
| Context |
| Context.Impl |
| Cv16suf |
| Cv32suf |
| Cv64suf |
| CvArr |
| CvArrArray |
| CvBox2D |
| CvChain
Chain/Contour
|
| CvContour |
| CvGraph |
| CvGraphEdge |
| CvGraphScanner |
| CvGraphVtx |
| CvGraphVtx2D |
| CvHistogram |
| CvLineIterator
Line iterator state:
|
| CvMat
Deprecated.
CvMat is now obsolete; consider using Mat instead.
|
| CvMatArray |
| CvMatDefaultDeleter |
| CvMatND
Deprecated.
consider using cv::Mat instead
|
| CvMatNDArray |
| CvMemBlock
Memory storage
|
| CvMemStorage |
| CvMemStoragePos |
| CvNArrayIterator
matrix iterator: used for n-ary operations on dense arrays
|
| CvPoint
CvPoint and variants
|
| CvPoint2D32f |
| CvPoint2D64f |
| CvPoint3D32f |
| CvPoint3D64f |
| CvRect |
| CvScalar |
| CvSeq |
| CvSeqBlock
Sequence
|
| CvSeqReader |
| CvSeqWriter |
| CvSet |
| CvSetElem |
| CvSize
CvSize's & CvBox
|
| CvSize2D32f |
| CvSlice |
| CvSparseMat |
| CvSparseMatIterator |
| CvSparseNode
iteration through a sparse array
|
| CvTermCriteria |
| CvTreeNodeIterator
Iteration through the sequence tree
|
| DCT2D |
| Device |
| DFT1D |
| DFT2D |
| DMatch
\brief Class for matching keypoint descriptors
|
| DMatchVector |
| DMatchVector.Iterator |
| DMatchVectorVector |
| DMatchVectorVector.Iterator |
| DownhillSolver
\brief This class is used to perform the non-linear non-constrained minimization of a function,
|
| Event |
| FileNode
\brief File Storage Node class.
|
| FileNodeIterator
\brief used to iterate through sequences and mappings.
|
| FileStorage
\brief XML/YAML/JSON file storage class that encapsulates all the information necessary for writing or
reading data to/from a file.
|
| float16_t |
| Formatted
\} core_cluster
|
| Formatter
\todo document
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| GpuMat.Allocator |
| GpuMatVector |
| GpuMatVector.Iterator |
| Hamming |
| HostMem
\brief Class with reference counting wrapping special memory type allocation functions from CUDA.
|
| Image2D |
| InstrNode
\endcond
|
| IntDoubleMap |
| IntDoubleMap.Iterator |
| IntDoublePairVector |
| IntIntPair |
| IntIntPairVector |
| IntVectorVector |
| IplConvKernel |
| IplConvKernelFP |
| IplImage
The IplImage is taken from the Intel Image Processing Library, in which the format is native.
|
| IplImageArray |
| IplROI |
| IplTileInfo |
| Kernel |
| KernelArg |
| KeyPoint
\brief Data structure for salient point detectors.
|
| KeyPointVector |
| KeyPointVector.Iterator |
| KeyPointVectorVector |
| KeyPointVectorVector.Iterator |
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatAllocator
\brief Custom array allocator
|
| MatBytePairVector |
| MatConstIterator |
| MatExpr
\brief Matrix expression representation
\anchor MatrixExpressions
This is a list of implemented matrix operations that can be combined in arbitrary complex
expressions (here A, B stand for matrices ( Mat ), s for a scalar ( Scalar ), alpha for a
real-valued scalar ( double )):
- Addition, subtraction, negation:
A+B, A-B, A+s, A-s, s+A, s-A, -A
- Scaling: A*alpha
- Per-element multiplication and division: A.mul(B), A/B, alpha/A
- Matrix multiplication: A*B
- Transposition: A.t() (means AT)
- Matrix inversion and pseudo-inversion, solving linear systems and least-squares problems:
A.inv([method]) (~ A<sup>-1</sup>), A.inv([method])*B (~ X: AX=B)
- Comparison: A cmpop B, A cmpop alpha, alpha cmpop A, where *cmpop* is one of
>, >=, ==, !=, <=, <. |
| MatOp |
| MatSize |
| MatStep |
| MatVector |
| MatVector.Iterator |
| MatVectorVector |
| MatVectorVector.Iterator |
| MinProblemSolver
\brief Basic interface for all solvers
|
| MinProblemSolver.Function
\brief Represents function being optimized
|
| Moments
\} core_basic
|
| NAryMatIterator
\brief n-ary multi-dimensional array iterator.
|
| NodeData |
| NodeDataTls |
| NodeDataTlsData
\brief Simple TLS data class
|
| NodeDataTlsVector |
| NodeDataTlsVector.Iterator |
| OclPlatform |
| ParallelLoopBody
\brief Base class for parallel data processors
|
| PCA
\brief Principal Component Analysis
|
| PlatformInfo |
| Point
\brief Template class for 2D points specified by its coordinates
x and y. |
| Point2d |
| Point2dVector |
| Point2dVector.Iterator |
| Point2dVectorVector |
| Point2dVectorVector.Iterator |
| Point2f |
| Point2fVector |
| Point2fVector.Iterator |
| Point2fVectorVector |
| Point2fVectorVector.Iterator |
| Point3d |
| Point3f |
| Point3fVector |
| Point3fVector.Iterator |
| Point3fVectorVector |
| Point3fVectorVector.Iterator |
| Point3i
\brief Template class for 3D points specified by its coordinates
x, y and z. |
| Point3iVector |
| Point3iVector.Iterator |
| PointVector |
| PointVector.Iterator |
| PointVectorVector |
| PointVectorVector.Iterator |
| Program |
| ProgramSource |
| Queue |
| Range
\brief Template class specifying a continuous subsequence (slice) of a sequence.
|
| Rect
\brief Template class for 2D rectangles
|
| Rect2d |
| Rect2dVector |
| Rect2dVector.Iterator |
| Rect2f |
| RectVector |
| RectVector.Iterator |
| RectVectorVector |
| RectVectorVector.Iterator |
| RNG
\brief Random Number Generator
|
| RotatedRect
\brief The class represents rotated (i.e.
|
| Scalar
\brief Template class for a 4-element vector derived from Vec.
|
| Scalar4f |
| Scalar4i |
| ScalarVector |
| ScalarVector.Iterator |
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| Size2d |
| Size2f |
| SizeVector |
| SizeVector.Iterator |
| SparseMat
\brief The class SparseMat represents multi-dimensional sparse numerical arrays.
|
| SparseMat.Hdr
the sparse matrix header
|
| SparseMat.Node
sparse matrix node - element of a hash table
|
| SparseMatConstIterator
\brief Read-Only Sparse Matrix Iterator.
|
| SparseMatIterator
\brief Read-write Sparse Matrix Iterator
|
| Stream
\brief This class encapsulates a queue of asynchronous calls.
|
| Stream.StreamCallback |
| StringVector |
| StringVector.Iterator |
| SVD
\brief Singular Value Decomposition
|
| TargetArchs
\brief Class providing a set of static methods to check what NVIDIA\* card architecture the CUDA module was
built for.
|
| TermCriteria
\brief The class defining termination criteria for iterative algorithms.
|
| TickMeter
\brief a Class to measure passing time.
|
| UMat
\todo document
|
| UMatBytePairVector |
| UMatData |
| UMatVector |
| UMatVector.Iterator |
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Stream
\brief This class encapsulates a queue of asynchronous calls.
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Stream
\brief This class encapsulates a queue of asynchronous calls.
|
| UMat
\todo document
|
| Class and Description |
|---|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Stream
\brief This class encapsulates a queue of asynchronous calls.
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| DMatchVector |
| DMatchVectorVector |
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| GpuMatVector |
| KeyPointVector |
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Stream
\brief This class encapsulates a queue of asynchronous calls.
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Stream
\brief This class encapsulates a queue of asynchronous calls.
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Stream
\brief This class encapsulates a queue of asynchronous calls.
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| FileStorage
\brief XML/YAML/JSON file storage class that encapsulates all the information necessary for writing or
reading data to/from a file.
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| PointVector |
| RectVector |
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| Stream
\brief This class encapsulates a queue of asynchronous calls.
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| Stream
\brief This class encapsulates a queue of asynchronous calls.
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Stream
\brief This class encapsulates a queue of asynchronous calls.
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| AsyncArray
\brief Returns result of asynchronous operations
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| GpuMatVector |
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatVector |
| MatVectorVector |
| Point2fVector |
| Range
\brief Template class specifying a continuous subsequence (slice) of a sequence.
|
| RectVector |
| Scalar
\brief Template class for a 4-element vector derived from Vec.
|
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| StringVector |
| UMat
\todo document
|
| UMatVector |
| Class and Description |
|---|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatVector |
| StringVector |
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| FileNode
\brief File Storage Node class.
|
| FileStorage
\brief XML/YAML/JSON file storage class that encapsulates all the information necessary for writing or
reading data to/from a file.
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| GpuMatVector |
| IntDoubleMap |
| IntDoublePairVector |
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatVector |
| Point2f |
| Point2fVector |
| Point2fVectorVector |
| Point3iVector |
| PointVectorVector |
| Rect
\brief Template class for 2D rectangles
|
| RectVector |
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| UMat
\todo document
|
| UMatVector |
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| FileNode
\brief File Storage Node class.
|
| FileStorage
\brief XML/YAML/JSON file storage class that encapsulates all the information necessary for writing or
reading data to/from a file.
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| GpuMatVector |
| IntVectorVector |
| KeyPointVector |
| KeyPointVectorVector |
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatVector |
| PointVectorVector |
| RectVector |
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| TermCriteria
\brief The class defining termination criteria for iterative algorithms.
|
| UMat
\todo document
|
| UMatVector |
| Class and Description |
|---|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| StringVector |
| UMat
\todo document
|
| Class and Description |
|---|
| Scalar
\brief Template class for a 4-element vector derived from Vec.
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| UMat
\todo document
|
| Class and Description |
|---|
| AbstractCvFont |
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| CvHistogram |
| CvPoint
CvPoint and variants
|
| CvRect |
| CvScalar |
| CvSeq |
| CvSeqBlock
Sequence
|
| CvSeqReader |
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| IplConvKernel |
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Point
\brief Template class for 2D points specified by its coordinates
x and y. |
| Point2f |
| Point2fVector |
| Point2fVectorVector |
| Point3f |
| Rect
\brief Template class for 2D rectangles
|
| Scalar4f |
| Scalar4i |
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatVector |
| Point2d |
| RNG
\brief Random Number Generator
|
| StringVector |
| TermCriteria
\brief The class defining termination criteria for iterative algorithms.
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| FileNode
\brief File Storage Node class.
|
| FileStorage
\brief XML/YAML/JSON file storage class that encapsulates all the information necessary for writing or
reading data to/from a file.
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| GpuMatVector |
| IntIntPair |
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatVector |
| PointVector |
| Rect
\brief Template class for 2D rectangles
|
| RectVector |
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| StringVector |
| UMat
\todo document
|
| UMatVector |
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| GpuMatVector |
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatVector |
| Point
\brief Template class for 2D points specified by its coordinates
x and y. |
| UMat
\todo document
|
| UMatVector |
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Scalar
\brief Template class for a 4-element vector derived from Vec.
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Scalar
\brief Template class for a 4-element vector derived from Vec.
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| FileNode
\brief File Storage Node class.
|
| FileStorage
\brief XML/YAML/JSON file storage class that encapsulates all the information necessary for writing or
reading data to/from a file.
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| DMatchVector |
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Scalar
\brief Template class for a 4-element vector derived from Vec.
|
| UMat
\todo document
|
| Class and Description |
|---|
| DMatchVector |
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| GpuMatVector |
| KeyPointVector |
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatVector |
| Point
\brief Template class for 2D points specified by its coordinates
x and y. |
| Point2f |
| PointVector |
| Rect
\brief Template class for 2D rectangles
|
| ScalarVector |
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| SizeVector |
| TermCriteria
\brief The class defining termination criteria for iterative algorithms.
|
| UMat
\todo document
|
| UMatBytePairVector |
| UMatVector |
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| GpuMatVector |
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatVector |
| MatVectorVector |
| Point
\brief Template class for 2D points specified by its coordinates
x and y. |
| Point2fVector |
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| UMat
\todo document
|
| UMatVector |
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Rect
\brief Template class for 2D rectangles
|
| RectVector |
| SizeVector |
| StringVector |
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| FileNode
\brief File Storage Node class.
|
| FileStorage
\brief XML/YAML/JSON file storage class that encapsulates all the information necessary for writing or
reading data to/from a file.
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatVector |
| Point2f |
| Rect
\brief Template class for 2D rectangles
|
| Rect2d |
| Rect2dVector |
| RectVector |
| ScalarVector |
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| TermCriteria
\brief The class defining termination criteria for iterative algorithms.
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| TermCriteria
\brief The class defining termination criteria for iterative algorithms.
|
| UMat
\todo document
|
| Class and Description |
|---|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| UMat
\todo document
|
| Class and Description |
|---|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatVector |
| Range
\brief Template class specifying a continuous subsequence (slice) of a sequence.
|
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| GpuMatVector |
| KeyPoint
\brief Data structure for salient point detectors.
|
| KeyPointVector |
| KeyPointVectorVector |
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| MatVector |
| Point2f |
| Point2fVector |
| Rect
\brief Template class for 2D rectangles
|
| Size
\brief Template class for specifying the size of an image or rectangle.
|
| Size2f |
| UMat
\todo document
|
| UMatVector |
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| Rect
\brief Template class for 2D rectangles
|
| RectVector |
| UMat
\todo document
|
| Class and Description |
|---|
| Algorithm
\brief This is a base class for all more or less complex algorithms in OpenCV
|
| GpuMat
\brief Base storage class for GPU memory with reference counting.
|
| Mat
\brief n-dimensional dense array class \anchor CVMat_Details
|
| UMat
\todo document
|
Copyright © 2020. All rights reserved.