radsym 0.1.3

Radial symmetry detection: center proposals, local support analysis, scoring, and refinement
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "image_path": "testdata/ringgrid.png",
  "polarity": "Dark",
  "radius_hint": 12.0,
  "frst": {
    "radii": [8, 10, 12, 14, 16],
    "alpha": 2.0,
    "gradient_threshold": 2.0
  },
  "nms": {
    "radius": 12,
    "threshold": 0.01,
    "max_detections": 30
  },
  "output_dir": "output"
}