ee.Image.bitsToArrayImage
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เปลี่ยนบิตของจำนวนเต็มเป็นอาร์เรย์ 1 มิติ อาร์เรย์มีความยาวสูงสุดเท่ากับบิต "เปิด" ที่สูงสุดในอินพุต
การใช้งาน | การคืนสินค้า |
---|
Image.bitsToArrayImage() | รูปภาพ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ input | รูปภาพ | รูปภาพที่ป้อน |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 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. |"]]