Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

as you can see here, SIFT is not currently available from opencv.js. try to use ORB or AKAZE instead.

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)