Dmitry Ivanov
|
23fc1c04ed
|
HoughCircles added
|
2014-10-23 15:50:05 -04:00 |
|
madshall
|
4860f875c9
|
oops, bitwiseNot() hotfix
|
2014-10-22 21:26:52 -04:00 |
|
madshall
|
c6319937e0
|
- findContours() fixed
- bitwiseAnd(), bitwiseNot(), bitwiseXor() may accept mask as the last argument since now
|
2014-10-22 20:16:22 -04:00 |
|
Peter Braden
|
969e7d1d4c
|
A few whitespace fixes
|
2014-10-11 18:11:44 +02:00 |
|
Mark Moissette
|
e41ae1ea93
|
- fixed multiple node V0.11.x issues (ported more methods etc to Nan)
|
2014-10-09 11:55:18 +02:00 |
|
Peter Braden
|
34eb174ae8
|
silence some compiler warnings
|
2014-10-07 21:14:48 +02:00 |
|
Peter Braden
|
2d2ac2900c
|
Fixing merge some more, and compiler errors.
|
2014-10-07 08:05:21 +02:00 |
|
Peter Braden
|
19058ecea9
|
Merge branch 'nodev11.x' of github.com:kaosat-dev/node-opencv into kaosat-dev-nodev11.x
Conflicts:
src/Contours.cc
src/Contours.h
src/Matrix.cc
src/VideoCaptureWrap.cc
|
2014-10-07 07:56:31 +02:00 |
|
Mark Moissette
|
a42033ac96
|
- overall cleanup :
* removed obsolete code , comments
|
2014-09-30 21:49:24 +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 |
|
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
|
1341a83a7a
|
Added hierarchy to Contours
|
2014-09-22 14:40:39 +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
|
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
|
21afdcd787
|
Added Matrix constructor with integer type field.
|
2014-09-18 10:24:46 -04: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 |
|
Oskar Dahlberg
|
46b09aa181
|
Changed MatchTemplate arg from path to matrix
|
2014-09-11 16:45:25 +02:00 |
|
Mark kaosat-dev Moissette
|
cd303829de
|
- continued work migrating api to nan
|
2014-09-10 15:23:57 +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 |
|
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
|
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 |
|
Gregory Ray
|
40d108861f
|
backwards compatible proposal for full opencv drawing api support
|
2014-06-19 03:13:13 +01:00 |
|
Peter Braden
|
689a67570d
|
Merge pull request #135 from ytham/master
rectangle function utilizes two cvpoints that are top-left, bottom-right
|
2014-06-16 09:34:27 +02:00 |
|
Peter Braden
|
8fd3f664c3
|
Merge pull request #137 from jhludwig/mask-operations
copy, set, mean with mask operations
|
2014-06-16 09:33:40 +02:00 |
|
Gregory Ray
|
5dcc240550
|
fixed a bug where minAreaRect c++ function was pointing at BoundingRect function, added BitwiseNot for easy image invertion and added scale arg to putText
|
2014-06-16 01:16:17 +01:00 |
|
John Ludwig
|
5d34c5990d
|
copy, set, mean with mask operations
methods with binary masks applied. created new entry points rather than
modifying existing methods to avoid compat issues
|
2014-05-27 20:21:15 -07:00 |
|
John Ludwig
|
06ccd6919d
|
Add bitwiseNot, bitwiseAnd methods
Modelled after existing BitwiseXor method
|
2014-05-27 19:58:29 -07:00 |
|
Yu Jiang Tham
|
83b47c8a3b
|
rectangle function utilizes two cvpoints that are top-left, bottom-right
|
2014-05-21 15:26:27 -07:00 |
|
John Ludwig
|
e27e96e551
|
fix up sample; and improve arg calling
|
2014-05-09 14:08:47 -07:00 |
|
John Ludwig
|
1c29319733
|
add warp calls and example
|
2014-04-23 18:13:35 -07:00 |
|
Peter Braden
|
8822bb4c01
|
Merge pull request #118 from ytham/blur
Added medianBlur and bilateralFilter
|
2014-04-21 08:49:17 -07:00 |
|
Peter Braden
|
1d70e2047d
|
Merge pull request #121 from morganrallen/putText
Put text
|
2014-04-21 08:48:34 -07:00 |
|
John Ludwig
|
7c6187b3a8
|
thickness in contour drawing
Add optional line thickness arg in drawContours and drawAllContours
|
2014-04-17 16:09:58 -07:00 |
|
Morgan 'ARR\!' Allen
|
ee25c1f2ee
|
putText with font and color support
|
2014-04-17 14:08:02 -07:00 |
|
Yu Jiang Tham
|
3ac7b0d7f5
|
Added medianBlur and bilateralFilter
|
2014-04-08 20:57:34 -07:00 |
|