EdgeWriteProjection Method (ImagePlane, Area2D, Double)

CVB.Net Documentation
Write the projection that Edge is using internally as the basis for its calculations into an image plane (might be useful for debugging purposes).

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

public static void WriteProjection(
	ImagePlane plane,
	Area2D aoi,
	double density
)

Parameters

plane
Type: Stemmer.CvbImagePlane
plane to write the projection to
aoi
Type: Stemmer.CvbArea2D
area of interest to project
density
Type: SystemDouble
density at which to scan
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the plane to work on has already been disposed.
See Also

Reference