PixelView

Sorry, this function does not exist in C++.

PixelView

Sorry, this function does not exist in C#.

EROIBW32.PixelView

Returns a pixel view of the ROI, allowing usage of the pixels defined in that ROI with the buffer protocol in Python.

Example usage in Python:

```python import open_evision import numpy

image = EImageBW32(100, 100) np_view = numpy.asarray(image.PixelView) ```

Module: open_evision

[Python]

PixelView: EPixelViewBW32

{get}