Class PlausibilityCheck

java.lang.Object
sc.fiji.snt.analysis.curation.PlausibilityCheck

public final class PlausibilityCheck extends Object
Framework for evaluating the morphological plausibility of path operations and reconstructions. Checks come in two tiers:
  • PlausibilityCheck.LiveCheck: lightweight checks that run inline during interactive tracing (at fork, segment, and edit hook points).
  • PlausibilityCheck.DeepCheck: heavier checks that scan an entire reconstruction on demand (e.g., overlap detection, global radius analysis).
Both tiers share the same PlausibilityCheck.Warning type and severity model.
Author:
Tiago Ferreira