EROIC24 Class

The EROIC24 class is used to represent rectangular regions of interest inside C24 color images. See ROIs.

Base Class:EBaseROI

Derived Class(es):EImageC24

Namespace: Euresys::Open_eVision

License(s): Any

Constructors

Properties

See GetFirstSubROI in the derived classes

This method returns the ROI that is the next sibling of this ROI.

Returns the hierarchical parent of this object.

Returns the top parent of this object.

Methods

Returns the next ROI in the list starting at startROI or null if there is no next ROI.

Allows reading a single pixel value in the ROI or image.

Assignment operator.

Allows writing a single pixel value in the ROI or image.

EROIC24 Class

The EROIC24 class is used to represent rectangular regions of interest inside C24 color images. See ROIs.

Base Class:EBaseROI

Derived Class(es):EImageC24

Namespace: Euresys.Open_eVision

License(s): Any

Constructors

Constructs the EROIC24 object.

Properties

See GetFirstSubROI in the derived classes

This method returns the ROI that is the next sibling of this ROI.

Returns the hierarchical parent of this object.

Returns the top parent of this object.

Methods

Returns the next ROI in the list starting at startROI or null if there is no next ROI.

Allows reading a single pixel value in the ROI or image.

Allows writing a single pixel value in the ROI or image.

EROIC24 Class

The EROIC24 class is used to represent rectangular regions of interest inside C24 color images. See ROIs.

Base Class:EBaseROI

Derived Class(es):EImageC24

Module: open_evision

License(s): Any

Constructors

Constructs the EROIC24 object.

Properties

See GetFirstSubROI in the derived classes

This method returns the ROI that is the next sibling of this ROI.

Returns the hierarchical parent of this object.

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) ```

Returns the top parent of this object.

Methods

Constructs the EROIC24 object.

Returns the next ROI in the list starting at startROI or null if there is no next ROI.

Allows reading a single pixel value in the ROI or image.

Allows writing a single pixel value in the ROI or image.