Releases: lukaszkurantdev/react-native-fast-opencv
Releases · lukaszkurantdev/react-native-fast-opencv
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.
Release 0.3.4
0.3.4 (2024-12-09)
Features
Release 0.3.3
0.3.3 (2024-11-22)
Bug Fixes
Release 0.3.2
0.3.2 (2024-11-20)
Features
- rn 0.76 support on android (8bbed7a)
Release 0.3.1
0.3.1 (2024-11-19)
Bug Fixes
Release 0.2.12
0.2.12 (2024-10-20)
Features
- multiple buffer types in matToBuffer function (8817c34)
Release 0.2.11
0.2.11 (2024-10-15)
Features
- floodfill function support (e681f9a)
Release 0.2.9
0.2.9 (2024-10-12)
Bug Fixes
- argument types in morphology fuctions and functions arguments (357eca1)