Releases: lukaszkurantdev/react-native-fast-opencv
Releases Β· lukaszkurantdev/react-native-fast-opencv
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)
Release 0.2.8
0.2.8 (2024-10-12)
Features
- additional fields in gaussianBlur, getStructuringElement and morphologyEx (278c7cf)
Release 0.2.7
0.2.7 (2024-10-04)
Features
- add getPerspectiveTransform and warpPerspective (1d580ab)
- rotate function (a077384)
Release 0.2.6
0.2.6 (2024-09-17)
Bug Fixes
Features
- add Sobel function (855c0df)
- add support for the function 'getStructuringElement' (cb2be45)
- add support for the function 'morphologyDefaultBorderValue' (1bb7a7e)
- update arcLength and approxPolyDP to accept PointVector typed contours/curves (f9a63bf)
Release 0.2.5
0.2.5 (2024-09-14)
Bug Fixes
- frame memory deallocation issue (3cf555b)
- initial camera passthrough setup (bb36c0b)
- revert development team (a3b8cf9)
- try-catch opencv invoke errors (1e0b5ff)
Release 0.2.4
0.2.4 (2024-09-08)
Features
- point vector of vectors with changes in contours functions (55b39ae)