EWedgeShape::SetRadii

Sets the nominal radius and breadth of the EWedgeShape.

Namespace: Euresys::Open_eVision

[C++]

void SetRadii(
   float outerRadius,
   float breadth
)

void SetRadii(
   float outerRadius
)

Parameters

outerRadius

Outer radius of the EWedgeShape. The default value is 50.

breadth

Breadth of the EWedgeShape, which must be negative or zero. Its default value is -50.

Remarks

A EWedgeShape is fully defined knowing its nominal position (given by the coordinates of its center), its nominal radius (diameter), its breadth, the angular position from where it extents, its angular amplitude and its outline tolerance.

By default, the EWedgeShape radius value is 50, which means 50 pixels when the field of view is not calibrated and 50 "units" in case of a calibrated field of view.

EWedgeShape.SetRadii

Sets the nominal radius and breadth of the EWedgeShape.

Namespace: Euresys.Open_eVision

[C#]

void SetRadii(
   float outerRadius,
   float breadth
)

void SetRadii(
   float outerRadius
)

Parameters

outerRadius

Outer radius of the EWedgeShape. The default value is 50.

breadth

Breadth of the EWedgeShape, which must be negative or zero. Its default value is -50.

Remarks

A EWedgeShape is fully defined knowing its nominal position (given by the coordinates of its center), its nominal radius (diameter), its breadth, the angular position from where it extents, its angular amplitude and its outline tolerance.

By default, the EWedgeShape radius value is 50, which means 50 pixels when the field of view is not calibrated and 50 "units" in case of a calibrated field of view.

EWedgeShape.SetRadii

Sets the nominal radius and breadth of the EWedgeShape.

Module: open_evision

[Python]

SetRadii(
    outerRadius: float
    breadth: float
) -> None

SetRadii(
    outerRadius: float
) -> None

Parameters

outerRadius

Outer radius of the EWedgeShape. The default value is 50.

breadth

Breadth of the EWedgeShape, which must be negative or zero. Its default value is -50.

Remarks

A EWedgeShape is fully defined knowing its nominal position (given by the coordinates of its center), its nominal radius (diameter), its breadth, the angular position from where it extents, its angular amplitude and its outline tolerance.

By default, the EWedgeShape radius value is 50, which means 50 pixels when the field of view is not calibrated and 50 "units" in case of a calibrated field of view.