ee.Image.bitCount

Calculates the number of one-bits in the 64-bit two's complement binary representation of the input.

UsageReturns
Image.bitCount()Image
ArgumentTypeDetails
this: valueImageThe image to which the operation is applied.