Proxy datatype for passing Mat's and vector<>'s as input parameters.
Synonym for OutputArray.
Inheritance Hierarchy
OpenCvSharpDisposableObject
OpenCvSharpDisposableCvObject
OpenCvSharp.CPlusPlusOutputArray
OpenCvSharp.CPlusPlusInputOutputArray
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The InputOutputArray type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) | |
AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) | |
CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) |
Methods
Name | Description | |
---|---|---|
AllocGCHandle |
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.) | |
AllocMemory |
Allocates the specified size of memory.
(Inherited from DisposableObject.) | |
AssignResult | (Inherited from OutputArray.) | |
Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
Dispose(Boolean) | (Inherited from OutputArray.) | |
Equals | (Inherited from Object.) | |
Finalize |
Destructor
(Inherited from DisposableObject.) | |
Fix | (Inherited from OutputArray.) | |
GetGpuMat | (Inherited from OutputArray.) | |
GetHashCode | (Inherited from Object.) | |
GetMat | (Inherited from OutputArray.) | |
GetType | (Inherited from Object.) | |
GetVectorOfMat | (Inherited from OutputArray.) | |
IsGpuMat | (Inherited from OutputArray.) | |
IsMat | (Inherited from OutputArray.) | |
IsReady | (Inherited from OutputArray.) | |
IsVectorOfMat | (Inherited from OutputArray.) | |
MemberwiseClone | (Inherited from Object.) | |
NotifyMemoryPressure |
Notifies the allocated size of memory.
(Inherited from DisposableObject.) | |
ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
ThrowIfNotReady | (Inherited from OutputArray.) | |
ToString | (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
(Mat to InputOutputArray) |
Fields
Name | Description | |
---|---|---|
dataHandle |
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.) | |
ptr |
Data pointer
(Inherited from DisposableCvObject.) |
See Also