ee.Image.matrixIdentity
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
יוצר תמונה שבה כל פיקסל הוא מטריצת זהות דו-ממדית בגודל שצוין.
שימוש | החזרות |
---|
ee.Image.matrixIdentity(size) | תמונה |
ארגומנט | סוג | פרטים |
---|
size | מספר שלם | האורך של כל ציר. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eCreates an image comprising of pixels, each represented by a 2D identity matrix of a specified size.\u003c/p\u003e\n"],["\u003cp\u003eThe function \u003ccode\u003eee.Image.matrixIdentity(size)\u003c/code\u003e is used, where 'size' denotes the dimensions of the identity matrix.\u003c/p\u003e\n"],["\u003cp\u003eThe output is an Earth Engine Image.\u003c/p\u003e\n"]]],[],null,["# ee.Image.matrixIdentity\n\nCreates an image where each pixel is a 2D identity matrix of the given size.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------|---------|\n| `ee.Image.matrixIdentity(size)` | Image |\n\n| Argument | Type | Details |\n|----------|---------|--------------------------|\n| `size` | Integer | The length of each axis. |"]]