|
PointsMarker Constructor (IListIFeaturePoint)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic PointsMarker(
IList<IFeaturePoint> points
)
Public Sub New (
points As IList(Of IFeaturePoint)
)
Request Example
View SourceParameters
- points
- Type: System.Collections.GenericIListIFeaturePoint
See Also