node-opencv icon indicating copy to clipboard operation
node-opencv copied to clipboard

api cannot find all the api

Open tomorrowthief opened this issue 8 years ago • 8 comments

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

tomorrowthief avatar Nov 29 '16 02:11 tomorrowthief

+1, is node-opencv limited to face detection, matrices, and contours? What about SURF, SIFT, thresholds, countless other apis?

egalpin avatar Dec 20 '16 21:12 egalpin

+1, I just cannot find filter2D.

b-z avatar Jan 04 '17 15:01 b-z

Hi, I just want to ask if you find any source that you can use SIFT or SURF within opencv?

cyberphantom avatar Jan 23 '17 22:01 cyberphantom

+1

jazzz13 avatar Apr 03 '17 12:04 jazzz13

SIFT and SURF are algorithms that must be paid for. I use ORB in opencv and get the same if not slightly quicker results.

RichardSWheatley avatar Apr 03 '17 13:04 RichardSWheatley

@wher0001 thanks for the tip!

egalpin avatar Apr 03 '17 13:04 egalpin

Ok, now that the particulars are out of the way...

https://github.com/abhinavgupta/SURF/

RichardSWheatley avatar Apr 03 '17 13:04 RichardSWheatley

+1

xmflswood avatar Feb 09 '18 03:02 xmflswood