223 Commits

Author SHA1 Message Date
Yu Jiang Tham
7ec393ac09 Added matchTemplate and minMaxLoc 2014-02-28 23:14:55 -08:00
Edgar O Silva
db3322ebcd Fix to use always the first param as timeout if only that one was provided while keeping backwards compatability with 2 params. 2014-01-07 20:36:08 -06:00
Edgar O Silva
c7ae7140ea Added coffee script examples based on opencv tutorials and updated blockWaitKey function. 2014-01-07 20:28:06 -06:00
Peter Braden
1d9072aefb Merge branch 'master' of github.com:magicode/node-opencv into magicode-master
Conflicts:
	src/Matrix.cc
	src/Matrix.h
2013-12-23 17:22:42 -08:00
Sebastian Fastner
bbf36e72b1 Add parameter support to async buffer generation 2013-10-03 16:32:13 +02:00
Sebastian Fastner
b79c30069f Add arguments support for async toBuffer 2013-10-03 16:01:33 +02:00
magicode
fddd01a3d1 add pixel function and floodFill function 2013-09-29 21:39:56 +03:00
Laurent Eschenauer
0520e6dcea Compute the moments of a contour
Added a moments method to the contour object and an example
using resulting moments to display a cross at the "center
of gravity" of a contour.
2013-08-27 22:13:22 +02:00
Paul
824ffceeb2 removed unneeded stuff 2013-08-22 23:48:45 +04:00
Paul
187b6d073a added some functions: cvtColor, split, merge, equalizeHist 2013-08-22 23:43:41 +04:00
Paul
146925ee6d provided interpolation option for the resize() func 2013-08-22 19:37:08 +04:00
Paul
e7300b1cfc added options for toBuffer() func 2013-08-22 19:07:10 +04:00
Paul
b2ed603a2a fixed the rotate() func for angles which are multiple of 90 2013-08-22 16:55:32 +04:00
Paul
3105e14f25 implemented copyTo() func 2013-08-22 05:06:58 +04:00
Tim Park
d60e3d11d5 add countNonZero to Matrix operations 2013-07-29 12:54:38 -07:00
Tim Park
4ce14beb96 Add bitwiseXor and absDiff to Matrix operations 2013-07-28 11:25:01 -07:00
Peter Braden
7548d39616 Merge branch 'master' of github.com:peterbraden/node-opencv
Conflicts:
	src/Matrix.cc
	src/Matrix.h
2013-06-19 11:26:56 -07:00
Peter Braden
45846cd3b2 Open Source Bridge Live coding - woohoo 2013-06-19 11:21:59 -07:00
Peter Braden
bae7a1bfd9 threshold 2013-05-16 18:57:26 -07:00
Alessio Caiazza
f5df8f6599 meanStdDev for Matrix 2013-05-09 18:03:38 +02:00
Peter Braden
aa7b3317fe Merge pull request #46 from RNELord/master
Matrix::flip, Matrix::ROI, Matrix::rotate
2013-05-01 13:07:53 -07:00
Ryan Lord
7b3835bbf5 Matrix::rotate bind using cv::warpAffine 2013-05-01 14:12:30 +01:00
Ryan Lord
c3d1379cd5 Added ROI bindings to Matrix 2013-05-01 11:50:37 +01:00
Ryan Lord
c4a20bb279 Made exception from ::flip throw a type error 2013-05-01 02:18:55 +01:00
Ryan Lord
cca52ad691 Added cv::flip function to Matrix objects 2013-05-01 02:10:27 +01:00
Peter Braden
440a72c38e Merge branch 'master' of github.com:peterbraden/node-opencv into beta 2013-04-09 21:34:41 -07:00
Peter Braden
865962c845 videocapture read now uses err, im convention 2013-04-09 21:34:00 -07:00
Peter Braden
a347ab682e add adjustROI 2013-04-06 18:34:08 -07:00
Carter Thaxton
507ecbf832 Add async save, triggering off existence of callback 2013-03-28 01:01:55 -07:00
Peter Braden
1d542bc056 Cast cb for node 0.10 2013-03-19 16:53:50 -07:00
Peter Braden
76f3847321 get mat etc 2013-03-15 15:28:58 -07:00
Peter Braden
8e55b380cd add updateSync 2013-03-15 15:07:16 -07:00
Peter Braden
0efbd11d0c Constructors for other algorithms 2013-03-15 14:48:43 -07:00
Peter Braden
b8ce5d0def Correct basic case with feedback from jraadt 2013-03-15 13:55:01 -07:00
Peter Braden
053a693c9a Basic version of Face recognition working 2013-03-13 18:08:05 -07:00
Peter Braden
64f933f2a9 WIP on face recognition 2013-03-13 17:42:05 -07:00
Peter Braden
b17fceca72 Initial work on face recognition using the FaceRecognizer class from opencv 2.4.4 2013-03-13 16:15:29 -07:00
Peter Braden
ebd1f6e4e8 Merge branch 'waitkey' into beta 2013-03-11 15:41:58 -07:00
Peter Braden
e88d2d6b8a Blocking waitKey for development 2013-03-11 15:41:36 -07:00
Peter Braden
daca1a14cb PyrDown / PyrUp 2013-03-05 11:28:37 -08:00
Peter Braden
55cbf0a37f add matrix clone 2013-03-04 12:03:35 -08:00
Peter Braden
77279a33c0 Add basic highgui window support 2013-03-04 11:12:33 -08:00
Peter Braden
454fd1188a s/cols,rows/rows,cols/g re #30 2013-02-13 13:30:31 -08:00
Peter Braden
0de039956e Clarify width, height params re #30 2013-02-12 05:24:50 -08:00
Michael Smith
84e5f255df Add ConvexHull binding for Contours class 2013-02-10 15:26:58 -08:00
Michael Smith
4f7968e567
Expose MinAreaRect binding for Contours 2013-02-10 15:25:26 -08:00
Michael Smith
a197586673 Expose point data from Contours
Add in a Point method to the Contours class to access the underlying
point coordinates from the JavaScript side.
2013-02-10 15:04:37 -08:00
Peter Braden
fb55cec501 Merge pull request #29 from jtlebi/master
New bindings
2013-02-05 14:25:55 -08:00
Peter Braden
be92fe5e65 Strip trailing spaces in matrix.cc re #29 2013-02-05 14:24:05 -08:00
Brandon Cheng
22bdf646b1 Add bindings for cv::inRange 2013-01-27 18:16:30 -05:00