ImageFromPlanes Method

CVB.Net Documentation
Create an image that is the result of concatenating a series of input planes.

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

public static Image FromPlanes(
	MappingOption mapping,
	params ImagePlane[] planes
)

Parameters

mapping
Type: Stemmer.CvbMappingOption
Selects the relationship between the result Image and the input image
planes
Type: Stemmer.CvbImagePlane
Planes to be concatenated; all images in the input array must be valid and have equal size

Return Value

Type: Image
Concatenated image
Exceptions

ExceptionCondition
ArgumentNullExceptionIf planes is null
InvalidOperationExceptionIf there are no source planes
FormatExceptionIf the input planes do not have matching width/height
See Also

Reference