ScalarArray Class |
Namespace: Emgu.CV
The ScalarArray type exposes the following members.
Name | Description | |
---|---|---|
![]() | ScalarArray(Double) |
Create an InputArray from a double value
|
![]() | ScalarArray(MCvScalar) |
Create an InputArray from MCvScalar
|
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release all the unmanaged memory associated with this InputArray
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetInputArray |
The pointer to the input array
|
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | (Double to ScalarArray) |
Convert double scalar to InputArray
|
![]() ![]() | (MCvScalar to ScalarArray) |
Convert MCvSalar to InputArray
|
Name | Description | |
---|---|---|
![]() | IsUmat |
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Name | Description | |
---|---|---|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |