The CvArray<(Of <(TDepth>)>) type exposes the following methods.
Methods
![]() ![]() | ![]() ![]() | ![]() ![]() | ![]() ![]() |
Member | Description | |
---|---|---|
![]() | _And(CvArray<(Of <(TDepth>)>)) |
Inplace And operation with src2 |
![]() | _Max(CvArray<(Of <(TDepth>)>)) |
Inplace elementwise maximize the current Array with other |
![]() | _Max(Double) |
Inplace compute the elementwise maximum value with val |
![]() | _Min(CvArray<(Of <(TDepth>)>)) |
Inplace elementwise minimize the current Array with other |
![]() | _Min(Double) |
Inplace compute the elementwise minimum value
|
![]() | _Mul(CvArray<(Of <(TDepth>)>)) |
Inplace elementwise multiply the current Array with src2 |
![]() | _Mul(Double) |
Inplace multiply elements of the Array by scale |
![]() | _Not()()() |
Inplace compute the complement for all array elements
|
![]() | _Or(CvArray<(Of <(TDepth>)>)) |
Inplace Or operation with src2 |
![]() | AllocateData(Int32, Int32, Int32) |
Allocate data for the array
|
![]() | CopyTo(CvArray<(Of <(TDepth>)>)) |
Copy the current array to dest |
![]() | DeserializeObjectData(SerializationInfo, StreamingContext) |
A function used for runtime deserailization of the object
|
![]() | Dispose()()() |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject()()() |
Free the _dataHandle if it is set
(Overrides DisposableObject..::.DisposeObject()()().) |
![]() | DotProduct(CvArray<(Of <(TDepth>)>)) |
Calculates and returns the Euclidean dot product of two arrays.
src1 dot src2 = sumI(src1(I)*src2(I))
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) |
A function used for runtime serilization of the object
|
![]() | GetSchema()()() |
Get the xml schema
|
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadXml(XmlReader) |
Function to call when deserializing this object from XML
|
![]() | Reduce<(Of <(TOtherDepth>)>)(CvArray<(Of <(TOtherDepth>)>), REDUCE_DIMENSION, REDUCE_TYPE) |
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.
|
![]() | ReleaseManagedResources()()() |
Release the managed resouces. 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(String) |
Save the CvArray as image
|
![]() | SetIdentity()()() |
Initialize the identity matrix
|
![]() | SetIdentity(MCvScalar) |
Initializs scaled identity matrix
|
![]() | SetRandNormal(MCvScalar, MCvScalar) |
Inplace fills Array with normally distributed random numbers
|
![]() | SetRandNormal(UInt64, MCvScalar, MCvScalar) |
Inplace fills Array with normally distributed random numbers
|
![]() | SetRandUniform(MCvScalar, MCvScalar) |
Inplace fills Array with uniformly distributed random numbers
|
![]() | SetRandUniform(UInt64, MCvScalar, MCvScalar) |
Inplace fills Array with uniformly distributed random numbers
|
![]() | SetValue(MCvScalar) |
Set the element of the Array to val |
![]() | SetValue(Double) |
Set the element of the Array to val |
![]() | SetValue(MCvScalar, CvArray<(Of <(Byte>)>)) |
Set the element of the Array to val, using the specific mask |
![]() | SetValue(Double, CvArray<(Of <(Byte>)>)) |
Set the element of the Array to val, using the specific mask |
![]() | SetZero()()() |
Set the values to zero
|
![]() | ToString()()() | (Inherited from Object.) |
![]() | WriteXml(XmlWriter) |
Function to call when serializing this object to XML
|