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