Skip to content

Releases: TechStark/opencv-js

v4.11.0-release.1

04 Jun 14:40

Choose a tag to compare

Breaking Changes

  • needs to use a different way to import opencv.js 4.11.0 (see README)

What's Changed

New Contributors

Full Changelog: v4.10.0-release.1...v4.11.0-release.1

v4.10.0-release.1

25 Aug 12:30

Choose a tag to compare

What's Changed

  • Complement Mat class and BackgroundSubtractorMOG2 declaration by @Piemontez in #61
  • Change import to import type when importing _types.ts by @tbmc in #68

New Contributors

Full Changelog: v4.9.0-release.3...v4.10.0-release.1

v4.9.0-release.3

17 Mar 02:33

Choose a tag to compare

What's Changed

  • Correct TypeScript signature for minEnclosingCircle to match opencv.js single parameter by @th-alexmak in #57

New Contributors

Full Changelog: v4.9.0-release.2...v4.9.0-release.3

v4.9.0-release.2

16 Jan 05:04

Choose a tag to compare

  • export TypeScript declaration cv.fisheye_initUndistortRectifyMap (#51)

v4.9.0-release.1

10 Jan 03:16

Choose a tag to compare

  • Update opencv.js to version 4.9.0

v4.8.0-release.10

06 Nov 04:15

Choose a tag to compare

Fix TypeScript declaration issue #43

v4.8.0-release.9

23 Oct 07:48

Choose a tag to compare

  • Fix TypeScript declaration #40

v4.8.0-release.8

12 Oct 10:34

Choose a tag to compare

  • Fix issue #39

v4.8.0-release.6

03 Oct 07:50

Choose a tag to compare

  • Fix several TypeScript declaration issues (#11, #21, #22, #34)

v4.8.0-release.5

03 Oct 03:41

Choose a tag to compare

  • Copy TypeScript declaration source code from mirada project so that it could be maintained easily