357 Commits

Author SHA1 Message Date
Peter Braden
f1d629bfb3 Merge pull request #43 from carter-thaxton/master
Add async save method
2013-03-28 10:21:40 -07:00
Carter Thaxton
507ecbf832 Add async save, triggering off existence of callback 2013-03-28 01:01:55 -07:00
Peter Braden
f0461db126 Merge pull request #42 from mrnugget/patch-1
Fix travis.yml to run with correct Node.js version
2013-03-25 10:55:31 -07:00
Thorsten Ball
3c6028e0e3 Fix travis.yml to run with correct Node.js version
This changes the `.travis.yml` to use the correct Node.js version
by using strings as version numbers.

Relevant Travis CI documentation page: http://about.travis-ci.org/docs/user/languages/javascript-with-nodejs/#Choosing-Node-versions-to-test-against

Without using strings to specify the desired versions Travis CI
runs on Node.js 0.1 instead of 0.10.
2013-03-25 10:49:20 +01:00
Peter Braden
95b2585838 Merge branch 'master' of github.com:peterbraden/node-opencv 2013-03-19 17:18:49 -07:00
Peter Braden
289c519362 add 0.10 to tests 2013-03-19 16:54:54 -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
e5be89c813 Merge pull request #40 from jraadt/master
Fixed pausing a video stream.
2013-03-12 21:43:41 -07:00
Jeremy Raadt
fd25b58e43 Fixed an invalid reference to this for pausing a video stream. 2013-03-12 23:34:58 -05: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
11db468dcf v0.0.12 2013-03-05 11:19:25 -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
6225a3c0f0 add keywords to package.json 2013-02-28 18:14:37 -08:00
Peter Braden
f2ec2cd3ed Allow video capture to be streamed 2013-02-26 19:07:39 -08:00
Peter Braden
c3d3f0f4b4 beta 0.0.11 2013-02-26 17:23:19 -08:00
Peter Braden
0840e0b2e2 Merge branch 'provide-cascades' into beta
Conflicts:
	lib/opencv.js
2013-02-26 16:52:36 -08:00
Peter Braden
4ca165635e provide image to event 2013-02-26 16:51:45 -08:00
Peter Braden
a8e5ac4b6b Fix path 2013-02-26 16:27:34 -08:00
Peter Braden
24f255a161 unit test for imagestream 2013-02-26 16:23:14 -08:00
Peter Braden
0bb7fe9918 Add shortcut for face cascade file -> cv.FACE_CASCADE 2013-02-26 15:34:27 -08:00
Peter Braden
0cb436e930 Changing ImageStream -> ImageDataStream and creating ImageStream.
To pipe data into an image matrix, you now use ImageDataStream.

ImageStream is now a stream that transforms image buffers into matrices.
2013-02-26 15:26:54 -08:00
Peter Braden
3a7469fe52 catch older versions in build step 2013-02-26 15:00:29 -08:00
Peter Braden
e1e1267bc3 Merge pull request #37 from ryansouza/node-08
Have travis test against node 0.8 as well
2013-02-26 10:43:49 -08:00
Peter Braden
32a1b76852 Merge pull request #36 from ryansouza/contour-stuff
Include more info about working with contours
2013-02-26 10:43:30 -08:00
Ryan Souza
a320ff9af0 Have travis test against node 0.8 as well 2013-02-25 23:06:21 -08:00
Ryan Souza
521139a76e Include more info about working with contours
Some readme examples for using functions on a Contours object
Examples detecting and playing with simple shapes and contours
2013-02-25 22:58:14 -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
Peter Braden
bb1fa037f3 Merge pull request #34 from mintplant/contours
Contours expansion: minAreaRect and convexHull bindings, expose underlying point data
2013-02-11 12:18:16 -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
e64b558bbd v0.0.10 2013-02-05 14:39:19 -08:00
Peter Braden
c057d411a5 Remove todo - that's what github issues are for 2013-02-05 14:27:46 -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
Peter Braden
642f111f9d Merge branch 'master' of github.com:peterbraden/node-opencv 2013-02-05 14:21:35 -08:00
Peter Braden
8d6180bcaf Merge pull request #26 from prabirshrestha/buffers
fixed require('buffers')
2013-02-04 09:00:34 -08:00
Peter Braden
63891ae4fa Merge pull request #31 from gluxon/master
Add bindings for inRange
2013-02-03 11:01:33 -08:00
Brandon Cheng
22bdf646b1 Add bindings for cv::inRange 2013-01-27 18:16:30 -05:00