Closed ythknakamura closed 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.
MORPH_OPEN
MorphTypes
ImageFiltering.d.ts
opencv.d.ts
Thanks, I will check it,
Added in this PR and published with version 1.2.27 https://github.com/theothergrantdavidson/opencv-ts/pull/24
Thank you for the wonderful project. I found that
MORPH_OPEN
, a member of theMorphTypes
, is not declared in bothImageFiltering.d.ts
andopencv.d.ts
.