PixelView
Sorry, this function does not exist in C++.
PixelView
Sorry, this function does not exist in C#.
EROIC24.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 = EImageC24(100, 100) np_view = numpy.asarray(image.PixelView) ```
Module: open_evision