Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до 15 апреля 2025 года, должны подтвердить некоммерческое право на сохранение доступа к Earth Engine.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-24 UTC."],[[["Generates a plus-shaped kernel (a matrix of weights) for image processing."],["The kernel's radius, units of measurement, normalization, and magnitude can be customized."],["By default, the kernel values are normalized to sum to 1 and have a magnitude of 1."],["This kernel can be applied to images to perform operations like edge detection or feature extraction where a cross-shaped neighborhood is relevant."]]],["A plus-shaped kernel is generated using `ee.Kernel.plus`, taking a `radius` to define its size. The `units` parameter, defaulting to 'pixels', can be set to 'meters' for zoom-responsive sizing. The kernel values can be normalized to sum to 1 with the `normalize` parameter (default true) or scaled by a `magnitude`. The kernel output is shown as a matrix with weighted values.\n"]]