Peter Braden
f537ec25d5
Clarify version requirements re #168
2014-09-24 20:11:31 +02:00
Peter Braden
c1edd1b1ab
v0.7.0
2014-09-24 20:10:11 +02:00
Peter Braden
349b79863a
Merge pull request #175 from oskardahlberg/fix-split
...
Fixes split, prefills vector with empty matrices
2014-09-24 20:07:00 +02:00
Peter Braden
56f39b86ab
Merge pull request #173 from oskardahlberg/contours-serialize
...
Contours serializing
2014-09-24 20:04:55 +02:00
Peter Braden
e6f9ee971f
Merge pull request #174 from oskardahlberg/synced
...
Added Zeros, Ones constructors
2014-09-24 20:03:47 +02:00
Peter Braden
88aecbb4e7
Merge pull request #169 from emallson/master
...
Implement `new cv.Matrix(rows, cols, type)` constructor
2014-09-24 20:03:29 +02:00
Oskar Dahlberg
6dfab4168a
Fixes split, prefills vector with empty matrices
2014-09-22 23:45:07 +02:00
Oskar Dahlberg
188a3fe11f
Revert "Fixed split not working"
...
This reverts commit bc9be2f1086ecb5e9227e6cac846041d26b2e3eb.
2014-09-22 23:41:49 +02:00
Oskar Dahlberg
af67ae0905
Revert "Revert "Added Zeros, Ones constructors""
...
This reverts commit d4b9d0edffad3de105d981219cdb08e210d633f4.
2014-09-22 23:41:39 +02:00
Oskar Dahlberg
3f2f74e819
Revert "Revert "Fixed split not working""
...
This reverts commit 20efb8313bd6f101782f3a6cc60468052bc34f00.
2014-09-22 23:41:30 +02:00
Oskar Dahlberg
3ba64a7e3d
Revert "Fixed split not working"
...
This reverts commit 28253d1226f2380ce7120543fc8aa6b9d7bd5892.
2014-09-22 23:41:23 +02:00
Oskar Dahlberg
28253d1226
Fixed split not working
2014-09-22 23:36:24 +02:00
Oskar Dahlberg
d4b9d0edff
Revert "Added Zeros, Ones constructors"
...
This reverts commit ee3ae4c1968b1acd54d389bac742c5c6d8e32ca3.
2014-09-22 23:35:38 +02:00
Oskar Dahlberg
20efb8313b
Revert "Fixed split not working"
...
This reverts commit bc9be2f1086ecb5e9227e6cac846041d26b2e3eb.
2014-09-22 23:35:34 +02:00
Oskar Dahlberg
bc9be2f108
Fixed split not working
2014-09-22 23:31:40 +02:00
Oskar Dahlberg
ee3ae4c196
Added Zeros, Ones constructors
2014-09-22 21:54:40 +02:00
Oskar Dahlberg
1e3842a0ac
Added space between >>
2014-09-22 15:44:11 +02:00
Oskar Dahlberg
d9af0e7ee4
New methods for easier access of contour data
2014-09-22 14:50:11 +02:00
Oskar Dahlberg
1341a83a7a
Added hierarchy to Contours
2014-09-22 14:40:39 +02:00
Mark Moissette
416fe0a6d5
- migrate the async methods of VideoCaptureWrap to NAN
2014-09-21 16:08:43 +02:00
Mark Moissette
52a1e827f2
- implemented NAN version of async methods for Matrix.cc
2014-09-21 15:54:36 +02:00
Mark Moissette
a793f21561
- first pass migration of all relevant source done
...
* compiling ok under node 0.11.13
* missing a number of async methods
2014-09-21 12:42:55 +02:00
Mark Moissette
3bf2ee7fac
- finished converting Matrix.cc (preliminary pass)
...
* no compile error in nw-gyp v0.10.5
2014-09-20 17:08:19 +02:00
Mark Moissette
0a23d23636
- ported Contours.cc
2014-09-20 16:16:00 +02:00
Mark Moissette
d0351f336f
- migration of OpenCV.h/.cc done
...
- migration of init.cc done
- migration of Matrix.cc about half done
- migration of Contours.cc in progress
2014-09-20 16:01:08 +02:00
J David Smith
ede3feaf3d
Exposed a bunch of OpenCV type constants.
2014-09-18 13:33:47 -04:00
J David Smith
21afdcd787
Added Matrix constructor with integer type field.
2014-09-18 10:24:46 -04:00
Peter Braden
dcf6ae4571
Bump version to 0.6.0
2014-09-17 22:37:38 +02:00
Peter Braden
1304750f6f
Merge pull request #162 from oskardahlberg/master
...
Changed MatchTemplate arg from path to matrix
2014-09-17 22:29:10 +02:00
Peter Braden
25c79cd653
Merge branch 'issue-150' of github.com:salmanulhaq/node-opencv
...
Conflicts:
examples/convert_image.js
2014-09-17 22:27:22 +02:00
Peter Braden
99c2592510
Merge pull request #160 from jcao75/issue-101
...
Added a delete for the matrix - Issue 101
2014-09-12 09:44:49 +02:00
Oskar Dahlberg
056b6cd68e
New method for filtering template matches
2014-09-11 16:59:22 +02:00
Oskar Dahlberg
46b09aa181
Changed MatchTemplate arg from path to matrix
2014-09-11 16:45:25 +02:00
John Cao
eca9be85c1
Added a delete for the matrix - Issue 101
2014-09-10 23:44:57 +08:00
Mark kaosat-dev Moissette
cd303829de
- continued work migrating api to nan
2014-09-10 15:23:57 +02:00
Mark kaosat-dev Moissette
8db4e0ed2d
- added nan dependency
...
- updated binding.gyp
- ported all header files to the nan api
2014-09-10 13:41:09 +02:00
Peter Braden
38a672d499
Merge pull request #158 from salmanulhaq/issue-147
...
Added nchannel check. Fixes issue #147
2014-09-10 08:28:12 +02:00
Salman
49d5cbbb68
added check for number of channels in fetching pixel value. Addresses issue #147
2014-09-07 13:41:26 +05:00
Salman
86d277f1b3
added image.crop(x,y,width,height) to address #150
2014-09-07 13:21:09 +05:00
Mark kaosat-dev Moissette
668c21dc44
- added close() method to VideoCapture base on opencv capture's "release"
...
method
- added experimental ReadSync method : this serves two purposes:
* usefull when not using callbacks
* a possible workaround for huge memoryleaks in videocapture
2014-09-05 16:07:47 +02:00
Peter Braden
545a60620f
Merge pull request #154 from salmanulhaq/153
...
153
2014-09-01 08:27:15 +02:00
Salman
d75a672fa2
added car detection example + cascade files
2014-08-31 22:10:03 +05:00
Salman
607bc32cf3
refreshed
2014-08-31 20:51:06 +05:00
Peter Braden
2714c7219e
Merge pull request #151 from psayre23/patch-1
...
Fixed readImage() callback arguments
2014-08-26 20:16:46 +02:00
psayre23
75a325203c
Fixed readImage() callback arguments
...
Added missing error object in readImage() callback under Creation heading.
2014-08-26 09:52:04 -07:00
Peter Braden
05e42b70aa
Merge pull request #145 from jhludwig/shift-image
...
add shift image entry
2014-06-30 11:35:50 +02:00
John Ludwig
d9bfdee231
add shift image entry
...
Shifts an image by an integer number of pixels x or y directions, with
a BORDER_REPLICATE fill. uses the underlying copymakeborder opencv call
2014-06-28 18:23:45 -07:00
Peter Braden
86560fd68b
Merge pull request #142 from jhludwig/Video-SetPosition
...
Add SetPosition method
2014-06-20 09:27:33 +02:00
John Ludwig
17f59cee5f
Add SetPosition method
...
Allows video read stream to advance to a particular frame
2014-06-19 12:10:12 -07:00
Peter Braden
e8e8170b46
Merge branch 'bitwiseNot,-bitwiseAnd' of github.com:jhludwig/node-opencv into jhudliwig-bitwiseNot,-bitwiseAnd
...
Conflicts:
src/Matrix.cc
src/Matrix.h
2014-06-19 15:12:07 +02:00