ECodedImage2::GetHeight

Returns the height of the coded image.

Namespace: Euresys::Open_eVision

[C++]

OEV_UINT32 GetHeight() const

Remarks

If the continuous mode is not activated, this height corresponds to the height of the source image. If the continuous mode is activated, this value equals to the highest row index, for all the runs of all the objects in the coded image, augmented by the number of rows index that are below zero.

ECodedImage2.Height

Returns the height of the coded image.

Namespace: Euresys.Open_eVision

[C#]

uint Height

{ get; }

Remarks

If the continuous mode is not activated, this height corresponds to the height of the source image. If the continuous mode is activated, this value equals to the highest row index, for all the runs of all the objects in the coded image, augmented by the number of rows index that are below zero.