ImagePlaneGetAllPixelsIn Method (Rect)

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(
	Rect aoi
)

Parameters

aoi
Type: Stemmer.CvbRect
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.
See Also

Reference