Package sc.fiji.snt.analysis.detection
package sc.fiji.snt.analysis.detection
Feature detectors for traced paths. Contains detectors that find
morphological features along or around neuronal paths:
PeripathDetector: Detects intensity maxima in perpendicular cross-sections around paths (spines, synaptic puncta)AlongPathDetector: Detects swellings (boutons, varicosities) along paths using longitudinal radius and intensity profiles
DetectorUtils
and the common result type is Detection.-
ClassesClassDescriptionDetects features (boutons, varicosities) along traced paths by analyzing longitudinal radius and intensity profiles.Configuration for along-path detection with builder-like setters.One detected feature along or around a traced path (varicosity, spine, bouton, punctum, etc.).Shared utilities for path-based detectors (
PeripathDetector,AlongPathDetector).Detects contact points between traced paths and labeled surfaces (from a segmentation/label image).Configuration forLabelProximityDetector.Detects intensity maxima (varicosities, spines, synaptic puncta) in annular cross-sections around traced paths.Immutable configuration with builder-like setters.