| 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 | |
|---|---|---|
| Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
| 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 | (Inherited from Object.) | |
| GetInputArray |
The pointer to the input array
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (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 | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| (Double to ScalarArray) |
Convert double scalar to InputArray
| |
| (MCvScalar to ScalarArray) |
Convert MCvSalar to InputArray
|
| Name | Description | |
|---|---|---|
| _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
| Name | Description | |
|---|---|---|
| IsUmat |
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.) |