PixelListConversionToLocalMaxima Method

CVB.Net Documentation
Convert a pixel list (with pixels with at least 3 components) to a List of LocalMaximum objects.

Namespace:  Stemmer.Cvb.Runtime.InteropServices
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static LocalMaximum[] ToLocalMaxima(
	IntPtr pl
)

Parameters

pl
Type: SystemIntPtr
Unmanaged pixel list object.

Return Value

Type: LocalMaximum
null if pl was Zero, a list of LocalMaximum objects otherwise.
See Also

Reference