353 Commits

Author SHA1 Message Date
Mark Moissette
a5a4b59ff3 - fixed immutability of Point class with Nan 2014-09-29 12:18:05 +02:00
Mark Moissette
cac848fa87 - added missing Nan conversion of async method
AsyncDetectMultiScale
2014-09-29 11:52:58 +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
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
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
Peter Braden
8a2c8f33cd Merge pull request #141 from coolblade/master
backwards compatible proposal for full opencv drawing api support
2014-06-19 15:02:15 +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
Peter Braden
a401a7ea84 Merge pull request #140 from coolblade/master
fixed a bug where minAreaRect c++ function was pointing at BoundingRect ...
2014-06-16 09:33:04 +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
Peter Braden
fee6a05f9e Merge pull request #129 from jhludwig/warptransform
Warp Perspective Transform
2014-05-10 21:00:32 +02:00
John Ludwig
e27e96e551 fix up sample; and improve arg calling 2014-05-09 14:08:47 -07:00
John Ludwig
b548ea957a Revert "back out the background subtractor"
This reverts commit 1ac7f44ef317c7352f7717fd97e785569e911a02.
2014-05-09 11:27:16 -07:00
John Ludwig
6750f4ff64 Merge branch 'master' into rmbackground 2014-05-09 11:22:50 -07:00
Peter Braden
8e99c13814 Merge pull request #128 from salmanulhaq/126
Added VideoCaptureWrap::setWidth() and setHeight(). Isuue #126
2014-05-09 10:11:03 +02:00
Peter Braden
0e4a8f6bc2 Merge pull request #127 from salmanulhaq/BackgroundSubtractor
Background subtractor
2014-05-09 10:10:39 +02:00
Salman
b62b09502c updated VideoCaptureWrap with setWidth() and setHeight() 2014-05-03 16:35:26 +05:00
Salman
28750d1275 Added setWidth and setHeight for VideoCapture issue #126 2014-05-03 16:30:13 +05:00
Salman
3be5877116 Merge branch 'master' of github.com:peterbraden/node-opencv into BackgroundSubtractor 2014-05-03 13:05:24 +05:00
Salman
efc55fbd0b updated BackgroundSubtractor to work with OpenCV 2.4.X instead of 3.0.0 2014-05-03 13:04:33 +05:00
John Ludwig
1ac7f44ef3 back out the background subtractor
fails to build on osx
2014-04-23 18:20:17 -07:00
John Ludwig
1c29319733 add warp calls and example 2014-04-23 18:13:35 -07:00
Peter Braden
95e51dc39d Merge pull request #125 from salmanulhaq/BackgroundSubtractor
Background subtractor
2014-04-21 11:44:41 -07:00
Salman
35e93db394 updated BackgroundSubtractor.cc, builds fine now. 2014-04-21 23:01:55 +05: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
Peter Braden
d21d833cbb Merge pull request #122 from jhludwig/contour_thickness
thickness in contour drawing
2014-04-21 08:48:00 -07:00
Salman
27638c8457 BackgroundSubtractor added 2014-04-20 23:20:46 +05:00
Salman
81aaeedb40 updated binding.gyp to add BackgroundSubtractor 2014-04-20 23:20:20 +05: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