Emgu CV Library Documentation
Sample Method (line)
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)Sample(LineSegment2D<(Of <(Int32>)>))

www.emgu.com/wiki
Sample the pixel values on the specific line segment
Declaration Syntax
C#Visual BasicVisual C++
public TDepth[,] Sample(
	LineSegment2D<int> line
)
Public Function Sample ( _
	line As LineSegment2D(Of Integer) _
) As TDepth(,)
public:
array<TDepth,2>^ Sample(
	LineSegment2D<int>^ line
)
Parameters
line (LineSegment2D<(Of <(Int32>)>))
The line to obtain samples
Return Value
The values on the (Eight-connected) line

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)