AntislandFunktionen
AntislandFunktionen are a class of discrete transformation rules used primarily in the analysis of spatial data sets to identify and eliminate isolated pixel clusters, often referred to as “islands.” The concept was introduced by computer vision researcher Dr. Lena Köhler in 2014 as part of her work on artifact removal in satellite imagery. An antisland transformation operates on a binary grid by evaluating the local connectivity of each pixel with its eight neighboring cells. If a pixel belongs to a cluster whose total area is below a user‑defined threshold and that cluster is completely surrounded by background pixels, the transformation replaces the cluster with background values. The rule can be generalized to weighted graphs, where the strength of a connection between nodes is used to determine whether an “island” should be removed.
Key properties of AntislandFunktionen include idempotence—applying the same transformation repeatedly yields the same result after the