Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
ee.Image.bitsToArrayImage
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bir tam sayının bitlerini 1 boyutlu bir diziye dönüştürür. Dizinin uzunluğu, girişteki en yüksek "on" bitine kadardır.
Kullanım | İadeler |
---|
Image.bitsToArrayImage() | Resim |
Bağımsız Değişken | Tür | Ayrıntılar |
---|
bu: input | Resim | Giriş resmi. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eThis function transforms an integer's bits into a 1-D array, with the array's length determined by the highest 'on' bit in the integer.\u003c/p\u003e\n"],["\u003cp\u003eIt is accessed through the \u003ccode\u003eImage.bitsToArrayImage()\u003c/code\u003e method and returns an Image object.\u003c/p\u003e\n"],["\u003cp\u003eThe method takes one argument, 'input', which represents the Image to be processed.\u003c/p\u003e\n"]]],[],null,["# ee.Image.bitsToArrayImage\n\nTurns the bits of an integer into a 1-D array. The array has a length up to the highest 'on' bit in the input.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------|---------|\n| Image.bitsToArrayImage`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|--------------|\n| this: `input` | Image | Input image. |"]]