Building Stitcher to OpenCV.js

hmmm, i’ve never done this (and i won’t !) but:

  • you probably also need to add the stitching module to the whitelist here:
    opencv/platforms/js/opencv_js.config.py at 450e741f8d53ff12b4e194c7762adaefb952555a · opencv/opencv · GitHub

  • how do you expect a function like setSeamFinder to work w/o the resp. class in the api ?

  • you probably need to pare it down to the bare bones minimum for a start
    (create, stitch, and nothing else …)
    start with plain vanilla, then add the chocolate chips…

  • … and then write bloody tests for it !!!

  • a lot of functions expose cv::UMat in the api, but afaik, there’s no such thing in js (or java). major bummer.

  • look at this and be afraid, what else might be lurking anywhere