Show / Hide Table of Contents

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 Source

Pos

Declaration
public Point Pos { get; }
Property Value
Type Description
OpenCvSharp.Point
| Improve this Doc View Source

Ptr

Declaration
public IntPtr Ptr { get; }
Property Value
Type Description
IntPtr
| Improve this Doc View Source

ValuePointer

Declaration
public byte *ValuePointer { get; }
Property Value
Type Description
System.Byte*

Methods

| Improve this Doc View Source

GetValue<T>()

Declaration
public T GetValue<T>()
    where T : struct
Returns
Type Description
T
Type Parameters
Name Description
T
| Improve this Doc View Source

SetValue<T>(T)

Declaration
public void SetValue<T>(T value)
    where T : struct
Parameters
Type Name Description
T value
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX