הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-Earth Engine לפני 15 באפריל 2025 חייבים לעבור אימות של הזכאות לשימוש לא מסחרי כדי לשמור על הגישה ל-Earth Engine.
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
אשכולות של סופר-פיקסלים שמבוססים על SNIC (Simple Non-Iterative Clustering). הפונקציה מחזירה טווח של מזהי אשכולות ואת הממוצעים לכל אשכול עבור כל אחד מטווחים הקלט. אם לא מספקים את תמונת ה'זרעים' כקלט, הפלט יכלול פס 'זרעים' שמכיל את מיקומי הזרעים שנוצרו. ראו: Achanta, Radhakrishna and Susstrunk, Sabine, 'Superpixels and Polygons using Simple Non-Iterative Clustering', CVPR, 2017.
[[["התוכן קל להבנה","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-26 (שעון UTC)."],[[["Applies the Simple Non-Iterative Clustering (SNIC) algorithm to generate superpixels from an image."],["Outputs an image containing cluster IDs and per-cluster band averages."],["Algorithm parameters like `size` and `compactness` impact the resulting superpixel shapes and sizes and may require adjustments."],["If no seed locations are provided, the algorithm generates them based on a grid defined by the `size` parameter."],["Superpixel clustering is sensitive to pixel scale and zoom level during interactive visualization."]]],["SNIC clustering segments an image into superpixels, outputting cluster IDs and per-cluster averages for each input band. Key parameters include `size` (seed spacing), `compactness` (cluster shape), and `connectivity`. A user can provide `seeds` to define seed locations; otherwise, they are generated. The output `Image` includes cluster IDs, band averages, and optionally generated seed locations. Adjusting `size` and `compactness` is crucial for optimal results, which are also affected by pixel scale.\n"]]