PixelView

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

PixelView

Sorry, this function does not exist in C#.

EROIBW8.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 = EImageBW8(100, 100) np_view = numpy.asarray(image.PixelView) ```

Module: open_evision

[Python]

PixelView: EPixelViewBW8

{get}