Skip to content

Releases: lukaszkurantdev/react-native-fast-opencv

Release 0.3.0

26 Oct 12:24
Compare
Choose a tag to compare

0.3.0 (2024-10-26)

Release 0.2.13

21 Oct 07:44
Compare
Choose a tag to compare

0.2.13 (2024-10-21)

Features

Release 0.2.12

20 Oct 07:22
Compare
Choose a tag to compare

0.2.12 (2024-10-20)

Features

  • multiple buffer types in matToBuffer function (8817c34)

Release 0.2.11

15 Oct 06:38
Compare
Choose a tag to compare

0.2.11 (2024-10-15)

Features

  • floodfill function support (e681f9a)

Release 0.2.9

12 Oct 14:00
Compare
Choose a tag to compare

0.2.9 (2024-10-12)

Bug Fixes

  • argument types in morphology fuctions and functions arguments (357eca1)

Release 0.2.8

12 Oct 10:51
Compare
Choose a tag to compare

0.2.8 (2024-10-12)

Features

  • additional fields in gaussianBlur, getStructuringElement and morphologyEx (278c7cf)

Release 0.2.7

04 Oct 06:08
Compare
Choose a tag to compare

0.2.7 (2024-10-04)

Features

  • add getPerspectiveTransform and warpPerspective (1d580ab)
  • rotate function (a077384)

Release 0.2.6

17 Sep 16:18
Compare
Choose a tag to compare

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

14 Sep 14:22
Compare
Choose a tag to compare

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

08 Sep 07:46
Compare
Choose a tag to compare

0.2.4 (2024-09-08)

Features

  • point vector of vectors with changes in contours functions (55b39ae)