ee.Image.log10
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
لگاریتم پایه 10 ورودی را محاسبه می کند.
استفاده | برمی گرداند | Image. log10 () | تصویر |
استدلال | تایپ کنید | جزئیات | این: value | تصویر | تصویری که عملیات روی آن اعمال می شود. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eThis operation calculates the base-10 logarithm of pixel values within an image.\u003c/p\u003e\n"],["\u003cp\u003eIt takes an image as input and returns a new image with the transformed values.\u003c/p\u003e\n"],["\u003cp\u003eThe result represents the power to which 10 must be raised to obtain the original pixel value.\u003c/p\u003e\n"]]],["The `log10()` function calculates the base-10 logarithm of an image. It takes a single argument, `value`, which represents the input image. The function processes this image and returns a new `Image` object, where each pixel's value is the base-10 logarithm of the corresponding pixel in the input image.\n"],null,["# ee.Image.log10\n\nComputes the base-10 logarithm of the input.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------|---------|\n| Image.log10`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|----------------------------------------------|\n| this: `value` | Image | The image to which the operation is applied. |"]]