PixelListConversion Class

CVB.Net Documentation
Conversion functions from unmanaged PIXELLIST objects to managed lists.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Runtime.InteropServicesPixelListConversion

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

public static class PixelListConversion

The PixelListConversion type exposes the following members.

Methods

  NameDescription
Public methodStatic memberFromPositions
Convert a list of positions to an unmanaged pixel list object.
Public methodStatic memberReleaseNativeHandle
Releases the given native object handle.
Public methodStatic memberToLocalMaxima
Convert a pixel list (with pixels with at least 3 components) to a List of LocalMaximum objects.
Public methodStatic memberToPoints
Convert a pixel list (with pixels with at least 2 components) to a List of Point2Dd objects.
Top
See Also

Reference