ee.Image.convolve
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
هر باند از یک تصویر را با هسته داده شده در هم میپیچد.
استفاده | برمی گرداند | Image. convolve (kernel) | تصویر |
استدلال | تایپ کنید | جزئیات | این: image | تصویر | تصویر برای در هم پیچیدن |
kernel | هسته | هسته برای درگیر شدن با. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eApplies a kernel to each band of an image, modifying pixel values based on surrounding pixels.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003econvolve\u003c/code\u003e method takes a \u003ccode\u003ekernel\u003c/code\u003e as input and returns a modified \u003ccode\u003eImage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eUseful for various image processing tasks like blurring, sharpening, and edge detection, depending on the kernel used.\u003c/p\u003e\n"]]],[],null,["# ee.Image.convolve\n\nConvolves each band of an image with the given kernel.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------|---------|\n| Image.convolve`(kernel)` | Image |\n\n| Argument | Type | Details |\n|---------------|--------|------------------------------|\n| this: `image` | Image | The image to convolve. |\n| `kernel` | Kernel | The kernel to convolve with. |"]]