mattholl
|
e507377a80
|
fixed tiny issue where err is missing as the first argument to read from a video stream
|
2013-05-07 19:37:07 +01: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 |
|
Peter Braden
|
769d6ebf77
|
v0.1.0
|
2013-05-01 11:53:17 -07:00 |
|
Peter Braden
|
21917f3f17
|
Merge branch 'master' of github.com:peterbraden/node-opencv
|
2013-05-01 11:49:50 -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
|
67abbf4c24
|
Merge pull request #45 from shykes/dockerfile
Build instructions for docker
|
2013-04-23 10:26:37 -07:00 |
|
Solomon Hykes
|
d364f64b84
|
Added a Dockerfile describing how to build node-opencv and all its dependencies into a ready-to-use linux container
|
2013-04-21 11:35:29 -07: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 |
|
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 |
|