EImageStatisticsBW16::SetImage

Sets the reference to the image on which the statistics will be computed.

Namespace: Euresys::Open_eVision

[C++]

void SetImage(
   const EROIBW16* image,
   const ERegion* region
)

void SetImage(
   const EROIBW16* image
)

Parameters

image

Reference to the image on which statistics are computed.

region

Reference to the region used to delimit the image.

Remarks

Image and region aren't copied inside the class. Consequently, modifying them after calling this method will have an influence on the behavior of this class.

EImageStatisticsBW16.SetImage

Sets the reference to the image on which the statistics will be computed.

Namespace: Euresys.Open_eVision

[C#]

void SetImage(
   EROIBW16 image,
   ERegion region
)

void SetImage(
   EROIBW16 image
)

Parameters

image

Reference to the image on which statistics are computed.

region

Reference to the region used to delimit the image.

Remarks

Image and region aren't copied inside the class. Consequently, modifying them after calling this method will have an influence on the behavior of this class.

EImageStatisticsBW16.SetImage

Sets the reference to the image on which the statistics will be computed.

Module: open_evision

[Python]

SetImage(
    image: EROIBW16
    region: ERegion
) -> None

SetImage(
    image: EROIBW16
) -> None

Parameters

image

Reference to the image on which statistics are computed.

region

Reference to the region used to delimit the image.

Remarks

Image and region aren't copied inside the class. Consequently, modifying them after calling this method will have an influence on the behavior of this class.