|
BlobID v2.2.2
|
The identification of connected components can be a simple CCL method, the ICL method [Hendrickson2020], which uses both cell values and calculated normal vectors, the single pass threshold method described by [Chan2021], or a mix. Within one processor, the structure used to track connected components is an equivalent label set (ELS), as described in [He2007].
This program does not currently support multiple thresholds (ICL-M from [Hendrickson2020]).
The parallel process is broken into five phases, the first four based on [Harrison2011] :
localIDglobalIDSolving the global connections in step 4 is done using the UFM method described in [Iverson2015].