ee.Image.gradient
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คำนวณการไล่ระดับสีในแนวแกน x และ y
การใช้งาน | การคืนสินค้า |
---|
Image.gradient() | รูปภาพ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ input | รูปภาพ | รูปภาพที่อินพุตเข้ามา |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eCalculates the x and y gradient of an image, returning a new image that represents the gradient.\u003c/p\u003e\n"],["\u003cp\u003eThe function, \u003ccode\u003eImage.gradient()\u003c/code\u003e, takes one argument: the input image to calculate the gradient from.\u003c/p\u003e\n"]]],["The function `gradient()` computes the x and y gradients of an input image. It takes one argument, `input`, which is the image to process. The function then returns a new image representing the calculated gradients. This new image will be the result of applying the gradient calculation to the provided input image.\n"],null,["# ee.Image.gradient\n\nCalculates the x and y gradient.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------|---------|\n| Image.gradient`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|------------------|\n| this: `input` | Image | The input image. |"]]