Class LineIterator.Pixel
LineIterator pixel data
Inheritance
System.Object
LineIterator.Pixel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class Pixel
Properties
| Improve this Doc View SourcePos
Declaration
public Point Pos { get; }
Property Value
Type | Description |
---|---|
OpenCvSharp.Point |
Ptr
Declaration
public IntPtr Ptr { get; }
Property Value
Type | Description |
---|---|
IntPtr |
ValuePointer
Declaration
public byte *ValuePointer { get; }
Property Value
Type | Description |
---|---|
System.Byte* |
Methods
| Improve this Doc View SourceGetValue<T>()
Declaration
public T GetValue<T>()
where T : struct
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
SetValue<T>(T)
Declaration
public void SetValue<T>(T value)
where T : struct
Parameters
Type | Name | Description |
---|---|---|
T | value |
Type Parameters
Name | Description |
---|---|
T |