EObjectSelection::FloatFeatureMaximum
Computes the maximum value of the given feature Geometrical property of a coded element. across the selection.
Namespace: Euresys::Open_eVision
[C++]
float FloatFeatureMaximum(
EFeature
feature
) const
Parameters
feature
The feature of interest.
Remarks
Most features are floating-point. This method thus tends to be the most widely used.
EObjectSelection.FloatFeatureMaximum
Computes the maximum value of the given feature across the selection.
Namespace: Euresys.Open_eVision
[C#]
float FloatFeatureMaximum(
EFeature
feature
)
Parameters
feature
The feature of interest.
Remarks
Most features are floating-point. This method thus tends to be the most widely used.
EObjectSelection.FloatFeatureMaximum
Computes the maximum value of the given feature across the selection.
Module: open_evision
[Python]
FloatFeatureMaximum(
feature: EFeature
) -> float
Parameters
feature
The feature of interest.
Remarks
Most features are floating-point. This method thus tends to be the most widely used.