ee.Image.matrixTranspose
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สลับมิติข้อมูล 2 มิติของพิกเซลอาร์เรย์แต่ละรายการ
การใช้งาน | การคืนสินค้า |
---|
Image.matrixTranspose(axis1, axis2) | รูปภาพ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ input | รูปภาพ | รูปภาพที่ป้อน |
axis1 | จำนวนเต็ม ค่าเริ่มต้น: 0 | แกนแรกที่จะสลับ |
axis2 | จำนวนเต็ม ค่าเริ่มต้น: 1 | แกนที่ 2 ที่จะสลับ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThe \u003ccode\u003eImage.matrixTranspose()\u003c/code\u003e function swaps two dimensions of an image's pixels, effectively transposing it.\u003c/p\u003e\n"],["\u003cp\u003eIt takes the input image and two arguments, \u003ccode\u003eaxis1\u003c/code\u003e and \u003ccode\u003eaxis2\u003c/code\u003e, representing the dimensions to be transposed, defaulting to 0 and 1 respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns a new Image object with the transposed dimensions.\u003c/p\u003e\n"]]],[],null,["# ee.Image.matrixTranspose\n\nTransposes two dimensions of each array pixel.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------------------------|---------|\n| Image.matrixTranspose`(`*axis1* `, `*axis2*`)` | Image |\n\n| Argument | Type | Details |\n|---------------|---------------------|----------------------|\n| this: `input` | Image | Input image. |\n| `axis1` | Integer, default: 0 | First axis to swap. |\n| `axis2` | Integer, default: 1 | Second axis to swap. |"]]