CvArrayTDepth Methods |
The CvArrayTDepth generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | _And |
Inplace And operation with otherArray |
![]() | _Max(Double) |
Inplace compute the elementwise maximum value with value |
![]() | _Max(CvArrayTDepth) |
Inplace elementwise maximize the current Array with other |
![]() | _Min(Double) |
Inplace compute the elementwise minimum value
|
![]() | _Min(CvArrayTDepth) |
Inplace elementwise minimize the current Array with other |
![]() | _Mul(Double) |
Inplace multiply elements of the Array by scale |
![]() | _Mul(CvArrayTDepth) |
Inplace elementwise multiply the current Array with src2 |
![]() | _Not |
Inplace compute the complement for all array elements
|
![]() | _Or |
Inplace Or operation with otherArray |
![]() | AllocateData |
Allocate data for the array
|
![]() | 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.
|
![]() | CopyTo |
Copy the current array to destination |
![]() | DeserializeObjectData |
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 DisposableObjectDisposeObject.) |
![]() | DotProduct |
Calculates and returns the Euclidean dot product of two arrays.
src1 dot src2 = sumI(src1(I)*src2(I))
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetInputArray |
The unmanaged pointer to the input array.
|
![]() | GetInputOutputArray |
The unmanaged pointer to the input output array.
|
![]() | GetObjectData |
A function used for runtime serialization of the object
|
![]() | GetOutputArray |
The unmanaged pointer to the output array.
|
![]() | GetSchema |
Get the xml schema
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReadXml |
Function to call when deserializing this object from XML
|
![]() | 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.
|
![]() | 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
|
![]() | SetIdentity |
Initialize the identity matrix
|
![]() | SetIdentity(MCvScalar) |
Initializes scaled identity matrix
|
![]() | SetRandNormal |
Inplace fills Array with normally distributed random numbers
|
![]() | SetRandUniform |
Inplace fills Array with uniformly distributed random numbers
|
![]() | SetValue(Double, CvArrayByte) |
Set the element of the Array to value, using the specific mask |
![]() | SetValue(MCvScalar, CvArrayByte) |
Set the element of the Array to value, using the specific mask |
![]() | SetZero |
Set the values to zero
|
![]() | ToString | (Inherited from Object.) |
![]() | ToUMat |
Get the umat representation of this mat
|
![]() | WriteXml |
Function to call when serializing this object to XML
|
Name | Description | |
---|---|---|
![]() | ForEachDuplicateChannel(ActionIInputArray, Int32) | Overloaded.
Apply converter and compute result for each channel of the image, for single channel image, apply converter directly, for multiple channel image, make a copy of each channel to a temperary image and apply the convertor
(Defined by IInputArrayExtensions.) |
![]() | ForEachDuplicateChannelTReturn(FuncIInputArray, Int32, TReturn) | Overloaded.
Apply converter and compute result for each channel of the image, for single channel image, apply converter directly, for multiple channel image, make a copy of each channel to a temperary image and apply the convertor
(Defined by IInputArrayExtensions.) |
![]() | IsUmat |
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.) |