Skip to content

Releases: TechStark/opencv-js

v4.10.0-release.1

25 Aug 12:30
Compare
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
Compare
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
Compare
Choose a tag to compare
  • export TypeScript declaration cv.fisheye_initUndistortRectifyMap (#51)

v4.9.0-release.1

10 Jan 03:16
Compare
Choose a tag to compare
  • Update opencv.js to version 4.9.0

v4.8.0-release.10

06 Nov 04:15
Compare
Choose a tag to compare

Fix TypeScript declaration issue #43

v4.8.0-release.9

23 Oct 07:48
Compare
Choose a tag to compare
  • Fix TypeScript declaration #40

v4.8.0-release.8

12 Oct 10:34
Compare
Choose a tag to compare
  • Fix issue #39

v4.8.0-release.6

03 Oct 07:50
Compare
Choose a tag to compare
  • Fix several TypeScript declaration issues (#11, #21, #22, #34)

v4.8.0-release.5

03 Oct 03:41
Compare
Choose a tag to compare
  • Copy TypeScript declaration source code from mirada project so that it could be maintained easily

v4.8.0-release.4

08 Aug 14:25
Compare
Choose a tag to compare
  • use official build opencv.js 4.8.0
  • revert the async loading from README