MatNDTDepth Methods |
The MatNDTDepth generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | _And |
Inplace And operation with otherArray (Inherited from CvArrayTDepth.) |
![]() | _Max(Double) |
Inplace compute the elementwise maximum value with value (Inherited from CvArrayTDepth.) |
![]() | _Max(CvArrayTDepth) |
Inplace elementwise maximize the current Array with other (Inherited from CvArrayTDepth.) |
![]() | _Min(Double) |
Inplace compute the elementwise minimum value
(Inherited from CvArrayTDepth.) |
![]() | _Min(CvArrayTDepth) |
Inplace elementwise minimize the current Array with other (Inherited from CvArrayTDepth.) |
![]() | _Mul(Double) |
Inplace multiply elements of the Array by scale (Inherited from CvArrayTDepth.) |
![]() | _Mul(CvArrayTDepth) |
Inplace elementwise multiply the current Array with src2 (Inherited from CvArrayTDepth.) |
![]() | _Not |
Inplace compute the complement for all array elements
(Inherited from CvArrayTDepth.) |
![]() | _Or |
Inplace Or operation with otherArray (Inherited from CvArrayTDepth.) |
![]() | AllocateData |
This function is not implemented for MatND
(Overrides CvArrayTDepthAllocateData(Int32, Int32, Int32).) |
![]() | CheckRange |
Check that every array element is neither NaN nor +- inf. The functions also check that each value
is between min and max. in the case of multi-channel arrays each channel is processed
independently. If some values are out of range, position of the first outlier is stored in pos,
and then the functions return false.
(Inherited from CvArrayTDepth.) |
![]() | ConvertTOtherDepth |
Convert this matrix to different depth
|
![]() | CopyTo |
Copy the current array to destination (Inherited from CvArrayTDepth.) |
![]() | DeserializeObjectData |
A function used for runtime deserailization of the object
(Overrides CvArrayTDepthDeserializeObjectData(SerializationInfo, StreamingContext).) |
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the matrix and all the memory associate with it
(Overrides CvArrayTDepthDisposeObject.) |
![]() | DotProduct |
Calculates and returns the Euclidean dot product of two arrays.
src1 dot src2 = sumI(src1(I)*src2(I))
(Inherited from CvArrayTDepth.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Equals(MatNDTDepth) |
Check if the two MatND are equal
|
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetInputArray |
The unmanaged pointer to the input array.
(Inherited from CvArrayTDepth.) |
![]() | GetInputOutputArray |
The unmanaged pointer to the input output array.
(Inherited from CvArrayTDepth.) |
![]() | GetObjectData |
A function used for runtime serialization of the object
(Overrides CvArrayTDepthGetObjectData(SerializationInfo, StreamingContext).) |
![]() | GetOutputArray |
The unmanaged pointer to the output array.
(Inherited from CvArrayTDepth.) |
![]() | GetSchema |
Get the xml schema
(Inherited from CvArrayTDepth.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReadXml |
Not Implemented
(Overrides CvArrayTDepthReadXml(XmlReader).) |
![]() | ReduceTOtherDepth |
Reduces matrix to a vector by treating the matrix rows/columns as a set of 1D vectors and performing the specified operation on the vectors until a single row/column is obtained.
(Inherited from CvArrayTDepth.) |
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | Save |
Save the CvArray as image
(Inherited from CvArrayTDepth.) |
![]() | SetIdentity |
Initialize the identity matrix
(Inherited from CvArrayTDepth.) |
![]() | SetIdentity(MCvScalar) |
Initializes scaled identity matrix
(Inherited from CvArrayTDepth.) |
![]() | SetRandNormal |
Inplace fills Array with normally distributed random numbers
(Inherited from CvArrayTDepth.) |
![]() | SetRandUniform |
Inplace fills Array with uniformly distributed random numbers
(Inherited from CvArrayTDepth.) |
![]() | SetValue(Double, CvArrayByte) |
Set the element of the Array to value, using the specific mask (Inherited from CvArrayTDepth.) |
![]() | SetValue(MCvScalar, CvArrayByte) |
Set the element of the Array to value, using the specific mask (Inherited from CvArrayTDepth.) |
![]() | SetZero |
Set the values to zero
(Inherited from CvArrayTDepth.) |
![]() | ToString | (Inherited from Object.) |
![]() | ToUMat |
Get the umat representation of this mat
(Inherited from CvArrayTDepth.) |
![]() | WriteXml |
Not Implemented
(Overrides CvArrayTDepthWriteXml(XmlWriter).) |