|
MorphologicalAttributeFilters
Public API documentation
|
Compile-time contract for a rule valued in an additive Abelian group. More...
#include <FiniteWindowLocalAttributeComputer.hpp>
Compile-time contract for a rule valued in an additive Abelian group.
C++ can verify the required operations but not their algebraic laws. A model of this concept must therefore ensure that additiveIdentity, addAssign, and subtractAssign implement the identity, commutative addition, and additive inverse of one Abelian group.
Definition at line 230 of file FiniteWindowLocalAttributeComputer.hpp.