http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Sample the pixel values on the specific line segment
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public TDepth[,] Sample( LineSegment2D line ) |
Visual Basic |
---|
Public Function Sample ( _ line As LineSegment2D _ ) As TDepth(,) |
Visual C++ |
---|
public: array<TDepth,2>^ Sample( LineSegment2D line ) |
Parameters
- line
- Type: Emgu.CV.Structure..::..LineSegment2D
The line to obtain samples