1 | initial version |
as you can see here, SIFT is not currently available from opencv.js. try to use ORB or AKAZE instead.
2 | No.2 Revision |
as you can see here, SIFT is not currently available from opencv.js. try to use ORB or AKAZE instead.
p.s. it also would have been: cv.SIFT.create()
or cv.ORB.create()
(as in: no constructor, but a factory function to make instances)