Package sc.fiji.snt.seed


package sc.fiji.snt.seed
  • Class
    Description
    Helper that turns a labels image (e.g. cellpose, Labkit, StarDist segmentation output) into a list of SeedPoints, one per non-zero label.
    Transient, in-memory store of SeedPoints used to render candidate tracing seeds (e.g., the output of a deep-learning point detector) on SNT's canvas and to feed them to downstream consumers (autotracers, click-to-trace anchors).
    How SeedOverlayRenderer should pick each seed's LUT slot.
    Listener fired on any change to the overlay (add/clear/threshold/visibility).
    Attaches a lightweight MouseListener to a TracerCanvas that lets the user click on a rendered seed (with Alt held) to open the per-seed edit dialog.
    Immutable candidate seed point used to bootstrap auto-tracing or as a visualization aid for the output of upstream point detectors (e.g., deep-learning probability maps + local-max suppression).
    Modal seed editor with two modes: Single: One seed, all nine fields (X, Y, Z, confidence, radius, channel, frame, type, source) are shown and editable; Save rebuilds an immutable SeedPoint and applies it via SeedOverlay.replaceAt(int, SeedPoint); Delete removes the seed.
    Bidirectional SeedPoint-Roi converter.
    TableModel backed by a SeedOverlay.