Stay organized with collections
Save and categorize content based on your preferences.
Superpixel clustering based on SNIC (Simple Non-Iterative Clustering). Outputs a band of cluster IDs and the per-cluster averages for each of the input bands. If the 'seeds' image isn't provided as input, the output will include a 'seeds' band containing the generated seed locations. See: Achanta, Radhakrishna and Susstrunk, Sabine, 'Superpixels and Polygons using Simple Non-Iterative Clustering', CVPR, 2017.
If provided, any non-zero valued pixels are used as seed locations. Pixels that touch (as specified by 'connectivity') are considered to belong to the same cluster.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-13 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."]]],[]]