Home
last modified time | relevance | path

Searched refs:squareSum (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvtexture.cpp575 double average = 0, squareSum = 0; in cvGetGLCMDescriptorStatistics() local
592 squareSum += temp*temp; in cvGetGLCMDescriptorStatistics()
601 *_standardDeviation = sqrt( (squareSum - average*average*numMatrices)/(numMatrices-1)); in cvGetGLCMDescriptorStatistics()