Class PlausibilityCheck.Crossovers

java.lang.Object
sc.fiji.snt.analysis.curation.PlausibilityCheck.DeepCheck
sc.fiji.snt.analysis.curation.PlausibilityCheck.Crossovers
Enclosing class:
PlausibilityCheck

public static class PlausibilityCheck.Crossovers extends PlausibilityCheck.DeepCheck
Detects suspicious crossings between paths via CrossoverFinder: X-shape near-coincidences where two paths almost touch. Complementary to PlausibilityCheck.BundledPaths (||-shape parallel runs).

By default ignores self-crossovers (a path crossing itself) and direct parent/child overlap at fork points. Enable setIncludeSelfCrossovers(boolean) to also catch paths that loop back through themselves.