95 Commits

Author SHA1 Message Date
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
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
Peter Braden
0c72d55ec4 Fix example paths 2015-02-11 20:15:01 +01:00
Peter Braden
a62456f47b Don't assume a camera 2014-10-15 20:59:46 +02:00
Peter Braden
1659f7ef1a All examples now run without erroring 2014-10-15 20:42:44 +02:00
Peter Braden
9b3b82fbbe fix convert image (crop was missing) and other file paths 2014-10-15 20:38:17 +02:00
Peter Braden
d5021b1bcc quad crossess example fixed 2014-10-15 20:33:49 +02:00
Peter Braden
97875da492 fix window error 2014-10-15 20:31:19 +02:00
Peter Braden
a4af50daf7 fix face-proxy 2014-10-15 20:17:31 +02:00
Peter Braden
ea7f25962c Fix addweighted 2014-10-15 20:15:29 +02:00
Peter Braden
7ebb4d70de fix warp image example 2014-10-15 20:04:03 +02:00
Peter Braden
18394814ab Failing examples tests 2014-10-15 20:01:44 +02:00
Marc Bachmann
6391cf0dc8 Reuse size variables, add missing var. 2014-10-04 17:55:17 +02:00
Marc Bachmann
8515b05245 Fix all examples & clean up 2014-10-02 23:41:56 +02:00
Marc Bachmann
da8add8b51 Move example images to separate directory 2014-10-02 23:35:06 +02:00