Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is is possible to use stitcher class in openCV.js?

Currently using Stitcher class in python opencv and would like to develop a javascript version. Is this possible?

Since image stitching is not listed in the [tutorial page] (https://docs.opencv.org/master/d5/d10/tutorial_js_root.html) I am concerned that it's too complex a function for opencv.js.

While I know that many functions are not included in opencv.js (see reference below); Is there a list of what is/isn't included.

''Some of OpenCV functions are only used in certain application domains that are not common in typical web development. For instance, camera calibration module ("calib3d") has applications in automation and robotics. In order to reduce the size of the generated library for the general usage, we have identi ed the least commonly used functions from OpenCV and excluded them from the library. However, since there are still many functions that might be useful for special use cases, we have provided a way to build the library with a list of user-selected functions.'' https://sajjadt.github.io/assets/opencvjs-paper.pdf

FYI, you can see my python stitcher application here: https://youtu.be/xIEPgeUOURQ

Thank You