ImageExtensionsInit Method (Image, Double)

CVB.Net Documentation
Initialize the planes of this image to different values.

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

public static void Init(
	this Image img,
	double[] values
)

Parameters

img
Type: Stemmer.CvbImage
Image to be initialized.
values
Type: SystemDouble
Values to which the various planes are to be initialized (needs at least one value per plane).

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Image. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the input img is null
ObjectDisposedExceptionIf the input img has already been disposed
See Also

Reference