OEHighestTverskyCombo

class OEHighestTverskyCombo : public OESystem::OEBinaryPredicate<OEBestOverlayScore, OEBestOverlayScore>

This class represents OEHighestTverskyCombo, predicte to compare OEBestOverlayScore based on shape plus color Tversky.

Constructors

OEHighestTverskyCombo(const double)

Default constructor. The argument requires the desired alpha value for Tversky calculation.

operator()

bool operator()(const OEBestOverlayScore &s1,
                const OEBestOverlayScore &s2) const

CreateCopy

OESystem::OEBinaryFunction<OEBestOverlayScore , OEBestOverlayScore , bool> *
  CreateCopy() const