System information (version)
- OpenCV => 4.1.0
- Operating System / Platform => Ubuntu 18.10
- Compiler => Emscripten
Detailed description
I am wanting to use the findHomography function in the webassembly build of opencv. However, no bindings are provided for the calib3d module. By the comment in the build script this is intentional.
However, I wanted to start a discussion on whether it is feasible to include this module, and if so what would be needed to be done to get this working.
System information (version)
Detailed description
I am wanting to use the
findHomographyfunction in the webassembly build of opencv. However, no bindings are provided for the calib3d module. By the comment in the build script this is intentional.However, I wanted to start a discussion on whether it is feasible to include this module, and if so what would be needed to be done to get this working.