ee.Image.sin
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คำนวณไซน์ของอินพุตในหน่วยเรเดียน
การใช้งาน | การคืนสินค้า |
---|
Image.sin() | รูปภาพ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ value | รูปภาพ | รูปภาพที่จะใช้การดำเนินการ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThe \u003ccode\u003esin()\u003c/code\u003e function calculates the sine of each pixel value in an image, assuming the values represent angles in radians.\u003c/p\u003e\n"],["\u003cp\u003eIt operates directly on an image, returning a new image with the calculated sine values for each corresponding pixel.\u003c/p\u003e\n"],["\u003cp\u003eInput is an image; output is a modified image with sine operation applied.\u003c/p\u003e\n"]]],[],null,["# ee.Image.sin\n\nComputes the sine of the input in radians.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------|---------|\n| Image.sin`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|----------------------------------------------|\n| this: `value` | Image | The image to which the operation is applied. |"]]