* feat: add resize() method and benchmark stage * perf: optimise resize() — vectorised coords, L3 direct RLE * refactor: split _rle_resize and extract _resize_crop * test: expand resize() tests for scaling and edge cases * refactor: switch resize helpers to F-order (column-major) RLE * fix: merge True/True RLE junctions in _rle_join_cols * perf: vectorize _rle_scale_col RLE re-encoding * test: add density-dispatch and parallel-path resize tests * refactor: harden resize() threading and RLE invariants * fix: accurate resize timing and exact nearest-neighbour parity * type: add explicit numpy typing to ndarray declarations --------- Co-authored-by: Claude Code <noreply@anthropic.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| annotators | ||
| assets | ||
| classification | ||
| dataset | ||
| detection | ||
| draw | ||
| geometry | ||
| key_points | ||
| metrics | ||
| tracker | ||
| utils | ||
| __init__.py | ||
| conftest.py | ||
| helpers.py | ||