@thi.ng/pixel-flow
Version:
Naive, lightweight CPU-based dense optical flow implementation
30 lines (20 loc) • 1.2 kB
Markdown
# Change Log
- **Last updated**: 2025-08-04T09:13:01Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
All notable changes to this project will be documented in this file.
Only versions published since **2022-01-01** are listed here.
Please consult the Git history for older version information.
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.
# [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-flow@1.0.0) (2025-07-09)
#### 🛑 Breaking changes
- update `OpticalFlow` impl, return type & options ([cfd783f](https://github.com/thi-ng/umbrella/commit/cfd783f))
- BREAKING CHANGE: update `OpticalFlow.update()` result type
- add `mode` option to select window with min/max delta
- add pixel value `range` option
- update `threshold` option
- update result type (flat array, tensor compatible)
## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-flow@0.1.0) (2025-03-18)
#### 🚀 Features
- import as new pkg ([691254a](https://github.com/thi-ng/umbrella/commit/691254a))