Searched refs:sumSq (Results 1 – 1 of 1) sorted by relevance
166 std::vector<double> sumSq(numOfChannels, 0); in computeSingleCellStats() local182 sumSq[ch] += pixelValue * pixelValue; in computeSingleCellStats()198 double mSq = sumSq[ch] / (double) count[ch]; in computeSingleCellStats()