Releases: lukaszkurantdev/react-native-fast-opencv
Releases · lukaszkurantdev/react-native-fast-opencv
Release 0.4.1
Release 0.4.0
0.4.0 (2025-01-09)
Features
- Added support for
phaseCorrelate
function, - Better error support,
- Possibility to skip clear some objects from memory using whitelist in
clearBuffers()
, TermCriteria
type support.
Fixes
- Fixed checks for optional arguments,
- Fixed Mat creation.
Docs
- Added Document Scan example,
- Fixed rotate function doc example.