PlaneConfiguration Constructor (Image)

CVB.Net Documentation
Create an appropriate default plane configuration for an image.

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

public PlaneConfiguration(
	Image img
)

Parameters

img
Type: Stemmer.CvbImage
Image to create the configuration for
Exceptions

ExceptionCondition
NullReferenceExceptionIf img is null
ObjectDisposedExceptionIf img has already been disposed
See Also

Reference