maksimumioperaator
Maksimumioperaator, known in English as the maximum operator, is a basic binary operator in mathematics that yields the larger of two elements in a totally ordered set. For real numbers, it is written as max(a, b) and equals a if a ≥ b, otherwise b. The operator extends to more arguments by associativity: max(a1, a2, ..., an) = max(max(a1, a2), a3, ..., an).
Algebraic properties: It is commutative, associative, and idempotent: max(a, b) = max(b, a); max(a, a) = a. It
Context and theory: In lattice theory and order theory, the maximum operator is the join operation. It
Applications: In image processing, the maximum filter (or dilation) uses the maximum operator to enhance bright
See also: minimum operator, t-norms and t-conorms, supremum, lattice theory, pooling operators.