Releases: TechStark/opencv-js
Releases · TechStark/opencv-js
v4.10.0-release.1
What's Changed
- Complement Mat class and BackgroundSubtractorMOG2 declaration by @Piemontez in #61
- Change
import
toimport type
when importing _types.ts by @tbmc in #68
New Contributors
- @Piemontez made their first contribution in #61
- @tbmc made their first contribution in #68
Full Changelog: v4.9.0-release.3...v4.10.0-release.1
v4.9.0-release.3
What's Changed
- Correct TypeScript signature for
minEnclosingCircle
to match opencv.js single parameter by @th-alexmak in #57
New Contributors
- @th-alexmak made their first contribution in #57
Full Changelog: v4.9.0-release.2...v4.9.0-release.3
v4.9.0-release.2
- export TypeScript declaration
cv.fisheye_initUndistortRectifyMap
(#51)
v4.9.0-release.1
- Update
opencv.js
to version4.9.0
v4.8.0-release.10
Fix TypeScript declaration issue #43
v4.8.0-release.9
- Fix TypeScript declaration #40
v4.8.0-release.8
- Fix issue #39
v4.8.0-release.6
v4.8.0-release.5
- Copy TypeScript declaration source code from mirada project so that it could be maintained easily
v4.8.0-release.4
- use official build opencv.js 4.8.0
- revert the async loading from README