ImageTColor, TDepthSample Method (LineSegment2D) |
http://www.emgu.com Sample the pixel values on the specific line segment
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic TDepth[,] Sample(
LineSegment2D line
)
Public Function Sample (
line As LineSegment2D
) As TDepth(,)
public:
array<TDepth,2>^ Sample(
LineSegment2D line
)
member Sample :
line : LineSegment2D -> 'TDepth[,]
Parameters
- line
- Type: Emgu.CV.StructureLineSegment2D
The line to obtain samples
Return Value
Type:
TDepthThe values on the (Eight-connected) line
See Also