EdgeWriteProjection Method (ImagePlane, Area2D)

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
)

Parameters

plane
Type: Stemmer.CvbImagePlane
plane to write the projection to
aoi
Type: Stemmer.CvbArea2D
area of interest to project
Exceptions

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

Reference