108 Commits

Author SHA1 Message Date
Simon Hailes
2dd3745c81 cv.readImage: add flags arguments plus update example 2017-11-04 14:50:01 +00:00
Simon Hailes
5d05f22d55 cv.readImage: Add verison which returns mat (i.e. no callback fn). Fix create with width & height. Add readimage.js to examples folder. 2017-11-04 13:20:39 +00:00
Simon Hailes
9e4f214441 Add resize example 2017-11-03 08:34:59 +00:00
Peter Braden
884e0dcc41 Merge pull request #518 from DynamicSTOP/master
extended pixelCol and pixelRow (1,3,4 channels), added getPixel
2017-09-13 11:54:17 +02:00
Peter Braden
cb67608f59 Merge pull request #509 from aramando/master
Missing var declaration in example
2017-09-13 11:43:06 +02:00
Peter Braden
1da9634322 Merge pull request #534 from dennisvr/videowriter
VideoWriter
2017-09-13 11:42:26 +02:00
Peter Braden
d28de48e72 Merge branch 'master' into master 2017-09-13 11:41:59 +02:00
Pierre Colle
d2566dd492 fix accumulate issue 2017-08-24 20:24:46 +02:00
Pierre Colle
845643157e adding fromArray, toArray, EMD 2017-08-24 19:40:32 +02:00
Pierre Colle
5a9a75f829 adding emd 2017-08-23 20:15:18 +02:00
Pierre Colle
1bb61fc38a Histogram now takes multiple dimensions 2017-08-23 19:14:32 +02:00
Pierre Colle
2839bce325 add calcHist implementation 2017-08-23 10:57:09 +02:00
Dennis Van Roeyen
47411fa73b use DIVX in write-video.js 2017-08-19 23:28:32 +02:00
Dennis Van Roeyen
82c3274d59 changed fourcc to X264 2017-08-18 22:14:36 +02:00
Dennis Van Roeyen
82567ac11c use file instead of camera in write-video.js 2017-08-18 21:39:16 +02:00
Dennis Van Roeyen
3482027b30 VideoWriter example 2017-08-18 20:51:07 +02:00
Leonid Babikov
5d32ea6f4d new unit test 2017-06-26 20:05:39 +03:00
aramando
8374d40ba0 Missing var declaration 2017-05-31 11:24:23 +01:00
Andrew McDowell
f1d0553e2b Fixing blue color constant 2017-05-14 15:40:59 +10:00
Dmitry Ivanovm
833c81d596 ~example fixed 2017-03-08 16:40:59 -05:00
Dmitry Ivanovm
9edf312229 ~commented out calls to window functions, trying to fix tests 2017-03-08 16:30:31 -05:00
Dmitry Ivanovm
eccd861a8a ~cleanup 2017-03-08 16:08:58 -05:00
Dmitry Ivanovm
ee4d634639 +CalcOpticalFlowPyrLK method
~GoodFeaturesToTrack hardcoded vars replaced with actual parameters
2017-03-08 16:07:28 -05:00
Salomão Rodrigues
f8459e0acd Update contours.js 2017-03-05 20:26:43 +00:00
Salomão Rodrigues
9cca148309 Convert global scope declaration to local var 2017-03-05 18:31:28 +00:00
Nathan Graves
592b70a3c2 Fixed testing for imreadmulti on OpenCV < 3, added distanceTransform function to imgproc module. 2017-02-20 11:08:11 -08:00
Nathan Graves
d90fcf78e0 Added binding to imreadmulti with test case for included .tif file. 2017-02-16 16:38:51 -08:00
Piercus
efe9776c5d add example for dct 2016-11-07 22:10:50 +01:00
Dan Schultzer
c0728bacdf Merge pull request #450 from dxprog/master
handles colors with less-/more-than three channels
2016-10-29 14:27:41 -07:00
Ollie Relph
79da65d9a5 Add support for maxLevel 2016-10-25 11:35:48 +01:00
Ollie Relph
d3c18389c6 Add an example 2016-10-20 11:39:42 +01:00
Matt Hackmann
8c1b5e401b handles colors with less-/more-than three channels 2016-10-06 10:06:20 -07:00
Dan Schultzer
6ca8a35338 Fix issues that came up with debug opencv
OpenCV compiled with debug has a lot of assertions. There was some issues that came up when I ran the tests on that build.
2016-09-22 11:23:51 -07:00
Matthew Chase Whittemore
d42df05708 fix dissimilarity example 2016-05-05 00:36:44 -04:00
Matt Hackmann
5ae998becf loading image by file/buffer now has same behaviour 2016-05-02 10:21:39 -07:00
Salman
5102116c52 updated matchTemplate and added example 2016-03-15 10:53:41 +05:00
Michael Vines
2a81f236c5 Base OpenCV 3 port 2016-02-07 19:20:01 -08:00
punnerud
7c37842094 Update addweighted.js
Corrected the example and tmp-path
2016-01-25 16:18:28 +01:00
Peter Braden
9a7784147c Merge pull request #339 from jspdown/master
Add GetStructuringElement, kernel argument for Erode and Dilate
2015-11-25 13:00:18 +01:00
jspdown
9b6c9a934c Use JSTHROW* macros and fix coding style
Replace Nan::ThrowError by JSTHROW and Nan::ThrowTypeError by JSTHROW_TYPE.
2015-11-24 13:13:36 +01:00
jspdown
1d126caba5 Add remove-lines.js example
This example use GetStructuringElement, Dilate and Erode to remove line
of a music partition.
2015-11-22 15:19:53 +01:00
Anshul Jain
1d649971b1 Add some matrix unit tests 2015-11-20 12:59:31 -08:00
Peter Braden
00bb8d9858 disable broken example 2015-09-22 20:09:33 +02:00
Max Ehrlich
d79f633547 Fix mistake in face detection example
Fixed #274 by changing the x2,y2 second array when drawing the rectangle to width,height (see Matrix.cc)
2015-07-31 11:25:28 -04:00
Thomas Hoffmann
b71d5ab293 commented out 2015-06-04 10:41:12 +02:00
Thomas Hoffmann
2704d607fe added mask parameter 2015-05-15 11:34:11 +02:00
Thomas Hoffmann
7d52f60645 commented out opencv window 2015-04-22 08:33:23 +02:00
Thomas Hoffmann
a1a2421b32 added example for mat.put 2015-04-22 07:58:30 +02:00
AVVS
a7eba6a9e4 Add imageSimilarity method beased on features 2d 2015-03-31 18:51:08 -07:00
Peter Braden
efb9bf5356 disable broken example 2015-02-11 21:38:49 +01:00