ImagePlaneCollectionMap Method (IEnumerableInt32)

CVB.Net Documentation
Creates a mapped image of this image, containing only a subset of the original image planes. The mapped image will share its memory with the input planes.

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

public MappedImage Map(
	IEnumerable<int> indices
)

Parameters

indices
Type: System.Collections.GenericIEnumerableInt32
Indices of the planes to map into the new image.

Return Value

Type: MappedImage
Mapped image.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the indices enumeration is null.
ArgumentOutOfRangeExceptionIf one of the indices is outside the range [0...num planes[
See Also

Reference