theothergrantdavidson / opencv-ts

A place for the typescript bindings for OpencvJS
Apache License 2.0
52 stars 19 forks source link

MORPH_OPEN is not declared #16

Closed ythknakamura closed 2 years ago

ythknakamura commented 2 years ago

Thank you for the wonderful project. I found that MORPH_OPEN, a member of the MorphTypes, is not declared in both ImageFiltering.d.ts and opencv.d.ts.

Piemontez commented 2 years ago

Thanks, I will check it,

theothergrantdavidson commented 2 years ago

Added in this PR and published with version 1.2.27 https://github.com/theothergrantdavidson/opencv-ts/pull/24