ImagePlaneGetAllPixelsIn Method (Area2D)

CVB.Net Documentation
Gets an enumerator to enumerate all pixel values of this plane in the given aoi.

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

public IEnumerable<IntPtr> GetAllPixelsIn(
	Area2D aoi
)

Parameters

aoi
Type: Stemmer.CvbArea2D
Area to scan for pixel values.

Return Value

Type: IEnumerableIntPtr
Enumerator to enumerate all pixel values of this plane in the given aoi.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf Parent has already been disposed
InvalidOperationExceptionThrown if the size of T and BytesPerPixel are unequal.
Remarks

Touches every pixel in the aoi exactly once.

Attention: no interpolation is done!

See Also

Reference