TechStark / opencv-js

OpenCV JavaScript version for node.js or browser
Apache License 2.0
357 stars 32 forks source link

getRectSubPix is undefined #6

Closed pioz closed 2 years ago

pioz commented 2 years ago

Cannot find the function getRectSubPix

If I call cv.getRectSubPix I get undefined. This function is missing or is called with a different name?

ttt43ttt commented 2 years ago

@pioz you can get the available functions/properties on cv from https://github.com/TechStark/opencv-js#what-methodsproerties-are-available cv.getRectSubPix is not exposed to JS module.