1.0.0-alpha.4
visioncortex/vtracer1.0.0-alpha.4Aug 29, 2026by tyt2y3
AI Summary
This alpha release significantly enhances segmentation precision by removing the upper limit on the `watershed-detail` parameter, allowing for extremely fine segmentation. It also includes a minor update to the upstream `visioncortex` dependency to address a bug.
Key Highlights
- Removed the 255 cap on `watershed-detail` to support finer segmentation
- Default `watershed-detail` value remains 128
- Each increment of +25.5 roughly doubles the region count
- Upgraded `visioncortex` to version 0.9.3
New Features
- Support for arbitrary values in `watershed-detail` parameter
- Increased precision for watershed segmentation
Full Release Notes
### Changed * `--watershed-detail` (and `watershed_detail` on `Config` and in the Python and Node bindings) is no longer capped at 255 — it now accepts any value, so extremely fine segmentation is reachable past the old ceiling. The default stays 128 and each +25.5 still roughly doubles the region count. * Bump `visioncortex` to 0.9.3 — a minor upstream bug fix.