OEHighestTverskyCombo
class OEHighestTverskyCombo : public OESystem::OEBinaryPredicate<OEBestOverlayScore, OEBestOverlayScore>
Predicate to compare OEBestOverlayScore based on shape plus color Tversky.
Constructors
OEHighestTverskyCombo(alpha: float) -> OEHighestTverskyCombo
Default constructor. The argument requires the desired alpha value for Tversky calculation.
operator()
__call__(s1: OEBestOverlayScore, s2: OEBestOverlayScore) -> bool
CreateCopy
CreateCopy() -> OEBestOverlayScoreSorterFunc