LineIterator Class |
Namespace: Emgu.CV
The LineIterator type exposes the following members.
Name | Description | |
---|---|---|
![]() | LineIterator |
Create a LineIterator that can be used to get each pixel of a raster line. The line will be clipped on the image boundaries
|
Name | Description | |
---|---|---|
![]() | Count |
The total number of pixels in the line
|
![]() | Data |
Get or set the pixel data in the current position
|
![]() | DataPtr |
Native pointer to the pixel data at the current position
|
![]() | Pos |
returns the current position in the image
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release unmanaged resources
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MoveNext |
Move to the next point
|
![]() | 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.) |
![]() ![]() | SampleLine |
Copy the pixel data in the line to a new Mat that is of the same type.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |