Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ee.Image.cos
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Menghitung kosinus input dalam radian.
Penggunaan | Hasil |
---|
Image.cos() | Gambar |
Argumen | Jenis | Detail |
---|
ini: value | Gambar | Gambar yang akan diterapkan operasi. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003e\u003ccode\u003eImage.cos()\u003c/code\u003e calculates the cosine of each pixel value (assumed to be in radians) within an image.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns a new image where each pixel holds the calculated cosine value of the corresponding pixel in the original image.\u003c/p\u003e\n"],["\u003cp\u003eThis operation is applied to an existing image, meaning it modifies a copy of the original rather than directly altering it.\u003c/p\u003e\n"]]],[],null,["Computes the cosine of the input in radians.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------|---------|\n| Image.cos`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|----------------------------------------------|\n| this: `value` | Image | The image to which the operation is applied. |"]]