ee.Image.tan
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
مماس ورودی را بر حسب رادیان محاسبه می کند.
استفاده | برمی گرداند | Image. tan () | تصویر |
استدلال | تایپ کنید | جزئیات | این: value | تصویر | تصویری که عملیات روی آن اعمال می شود. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003e\u003ccode\u003eImage.tan()\u003c/code\u003e calculates the tangent of pixel values within an image, assuming the values represent angles in radians.\u003c/p\u003e\n"],["\u003cp\u003eThe function operates directly on an image, returning a modified copy with the tangent applied to each pixel's value.\u003c/p\u003e\n"],["\u003cp\u003eThis method is useful for mathematical image manipulation and potentially specific image processing techniques where tangent calculations on pixel values are required.\u003c/p\u003e\n"]]],["The `tan()` function calculates the tangent of an image's pixel values, which are assumed to be in radians. It operates on an `Image` object and returns a new `Image` where each pixel's value represents the tangent of the corresponding input pixel. The function takes the input image as an argument (`this: value`).\n"],null,["# ee.Image.tan\n\nComputes the tangent of the input in radians.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------|---------|\n| Image.tan`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|----------------------------------------------|\n| this: `value` | Image | The image to which the operation is applied. |"]]