node-opencv
node-opencv copied to clipboard
api cannot find all the api
i want to use node-opencv where can i find all the node-opencv api describe like http://docs.opencv.org/2.4/doc/tutorials/tutorials.html
thanks
+1, is node-opencv limited to face detection, matrices, and contours? What about SURF, SIFT, thresholds, countless other apis?
+1, I just cannot find filter2D.
Hi, I just want to ask if you find any source that you can use SIFT or SURF within opencv?
+1
SIFT and SURF are algorithms that must be paid for. I use ORB in opencv and get the same if not slightly quicker results.
@wher0001 thanks for the tip!
Ok, now that the particulars are out of the way...
https://github.com/abhinavgupta/SURF/
+1