إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Image.matrixTranspose
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تبدّل موضع بُعدَين من كل بكسل في الصفيفة.
الاستخدام | المرتجعات |
---|
Image.matrixTranspose(axis1, axis2) | صورة |
الوسيطة | النوع | التفاصيل |
---|
هذا: input | صورة | الصورة المدخَلة |
axis1 | عدد صحيح، القيمة التلقائية: 0 | المحور الأول المطلوب تبديله. |
axis2 | عدد صحيح، القيمة التلقائية: 1 | المحور الثاني المطلوب تبديله |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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. |"]]