ee.Image.bitCount
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
تعداد تک بیت ها را در نمایش دودویی مکمل 64 بیتی ورودی محاسبه می کند.
استفاده | برمی گرداند | Image. bitCount () | تصویر |
استدلال | تایپ کنید | جزئیات | این: value | تصویر | تصویری که عملیات روی آن اعمال می شود. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eThis operation calculates the number of one-bits in a 64-bit binary representation of an image input.\u003c/p\u003e\n"],["\u003cp\u003eIt applies to an image and returns the modified image.\u003c/p\u003e\n"],["\u003cp\u003eThe function \u003ccode\u003eImage.bitCount()\u003c/code\u003e is used for this operation.\u003c/p\u003e\n"]]],["The core functionality determines the count of one-bits within the 64-bit two's complement binary form of an input image. The operation, `bitCount()`, is applied to an image (`value`) and outputs a new image. The result represents the number of set bits within the binary representation of each pixel in the provided input `Image`. The function does not take other inputs than the `value` to process.\n"],null,["# ee.Image.bitCount\n\nCalculates the number of one-bits in the 64-bit two's complement binary representation of the input.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------|---------|\n| Image.bitCount`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|----------------------------------------------|\n| this: `value` | Image | The image to which the operation is applied. |"]]