theothergrantdavidson / opencv-ts

A place for the typescript bindings for OpencvJS
Apache License 2.0
51 stars 18 forks source link

Update type for optional parameters #21

Closed Dullson closed 2 years ago

Dullson commented 2 years ago

Some functions have optional parameters but they are not properly defined in this package. Updated types to reflect this behavior. cv.matchTemplate has optional parameters cv.reduce has optional parameters

Piemontez commented 2 years ago

I tested this commit and it's work well.