renamed sum() to sumElems() in Python/Java bindings (ticket #902)
This commit is contained in:
parent
6407093463
commit
30020a7350
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user