Click or drag to resize
Accord.NET (logo)

BlobCounterBaseGetBlobsEdgePoints Method

Get list of object's edge points.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public List<IntPoint> GetBlobsEdgePoints(
	Blob blob
)
Request Example View Source

Parameters

blob
Type: Accord.ImagingBlob
Blob to collect edge points for.

Return Value

Type: ListIntPoint
Returns unsorted list of blob's edge points.
Exceptions
ExceptionCondition
ApplicationExceptionNo image was processed before, so blob can not be extracted.
Remarks
See Also