Commit 30020a73 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

renamed sum() to sumElems() in Python/Java bindings (ticket #902)

parent 64070934
......@@ -1996,7 +1996,7 @@ CV_EXPORTS_W void LUT(InputArray src, InputArray lut, OutputArray dst,
int interpolation=0);
//! computes sum of array elements
CV_EXPORTS_W Scalar sum(InputArray src);
CV_EXPORTS_AS(sumElems) Scalar sum(InputArray src);
//! computes the number of nonzero array elements
CV_EXPORTS_W int countNonZero( InputArray src );
//! computes mean value of selected array elements
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment