Simplifying arithmetic and comparison operator implementation.
authorMarc Rollins <mrollins@gravityjack.com>
Mon, 18 Aug 2014 19:25:48 +0000 (12:25 -0700)
committerMarc Rollins <mrollins@gravityjack.com>
Mon, 18 Aug 2014 19:25:48 +0000 (12:25 -0700)
commit8fc1848918bf3714e47dca3c054a95122baf7b7b
tree5670761b6db0e637b6c202f3e99c05bea9d780fc
parentd3d9b538c7ec02c9b4fac09e5829d78305fccbea
Simplifying arithmetic and comparison operator implementation.

Implementing + and - in terms of += and -=.
Implementing != in terms of ==.
modules/core/include/opencv2/core/types.hpp