* refactor: centralize geometry-aware dispatch for detection_area and detection_iou * fix(detection): centralize geometry-aware merge IoU * docs(detection): add code examples to geometry calculation docstrings * code: reuse count_mask_pixels; relocate geometry dispatch out of utils/ * docs: fix changelog framing and filter_detections.md wording * test: add edge-case coverage for geometry dispatch and merge chains * fix(tests): repair syntax-broken docstrings in geometry dispatch/merge tests * refactor(detection): make geometry dispatch module private --------- Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: jirka <6035284+Borda@users.noreply.github.com> Co-authored-by: Codex <codex@openai.com> Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| benchmark_a_model.md | ||
| count_in_zone.md | ||
| detect_and_annotate.md | ||
| detect_small_objects.md | ||
| filter_detections.md | ||
| process_datasets.md | ||
| save_detections.md | ||
| track_objects.md | ||
| use_compact_masks.md | ||