987 Commits

Author SHA1 Message Date
Salomão Rodrigues
9cca148309 Convert global scope declaration to local var 2017-03-05 18:31:28 +00:00
Peter Braden
c867fb32a8 Merge pull request #491 from woolite64/addReadImageMulti
Add readImageMulti that returns array of matrices via imreadmulti
2017-02-21 11:43:09 +01:00
Nathan Graves
1d49cb80ea Forgot to move a console log from testing. 2017-02-20 11:10:26 -08: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
cfeb82d9fc Added check for mats.empty() on failed image load. 2017-02-16 16:46:55 -08:00
Nathan Graves
2e48ea0a61 Removed unnecessary v8:: prefixes 2017-02-16 16:43:37 -08:00
Nathan Graves
d90fcf78e0 Added binding to imreadmulti with test case for included .tif file. 2017-02-16 16:38:51 -08:00
Peter Braden
c0f7942636 Merge pull request #466 from piercus/master
Few enhancements : Add function, idct, add sigmat param to gaussianBlur
2017-02-08 17:27:23 +01:00
Peter Braden
7085a9b4ae Merge pull request #467 from NatureFeng/master
remove duplicate crop function set
2017-02-08 17:19:36 +01:00
Peter Braden
1cd0535c7d Merge pull request #474 from ImageQuix/master
Add support for the 'Oriented' area flag in contourArea
2017-02-08 16:50:59 +01:00
Peter Braden
c64b0ae5e1 Merge pull request #481 from Boelroy/master
Add the type function in Matrix class
2017-02-08 16:49:46 +01:00
boelroy
12e3c6e25c add the type function in Matrix class 2017-01-17 16:13:20 +08:00
Peter Braden
a36fee5227 Merge pull request #477 from edward/patch-1
Updates README link to Viola-Jones Haar Cascade
2016-12-16 12:45:45 +01:00
Edward Ocampo-Gooding
d05dfa67e0 Updates README link to Viola-Jones Haar Cascade 2016-12-14 11:19:01 -05:00
Craig Valente
b8419a842a Add support for the 'Oriented' area flag in contourArea 2016-12-12 20:23:38 -05:00
NatureFeng
edc9a6ecab remove duplicate crop function set 2016-11-15 14:17:43 +08:00
Pierre Colle
aeb2618a34 revert dct example 2016-11-12 17:34:06 +01:00
Peter Braden
976788c411 Merge pull request #461 from piercus/master
fix get method for CV_32FC1
2016-11-11 10:56:56 -08:00
Pierre Colle
430976cb1a wrap add function 2016-11-09 10:20:33 +01:00
Pierre Colle
fe2b18e0a7 add sigma param to gaussianBlur 2016-11-09 10:19:26 +01:00
Pierre Colle
2bce0b7cd2 image signature, slow but working 2016-11-09 09:16:04 +01:00
Pierre Colle
a764ff83b5 examples/mat-get.js not useful anymore, now unit test has been written 2016-11-08 14:45:24 +01:00
Pierre Colle
0cb3f01196 Merge branch 'get_CV_32F' 2016-11-08 14:44:17 +01:00
Pierre Colle
9a90480d9b adding unit test to get on Float 2016-11-08 14:41:54 +01:00
Pierre Colle
749e27aaf9 change to get from CV_32F Matrix 2016-11-08 14:33:38 +01:00
Pierre Colle
081a36a995 get experimentations 2016-11-08 12:49:56 +01:00
Peter Braden
1337e75a80 Merge pull request #459 from piercus/dct
Direct Cosine Transform implemntation and example
2016-11-07 23:27:13 -08:00
Piercus
efe9776c5d add example for dct 2016-11-07 22:10:50 +01:00
Piercus
1300265317 add dct method 2016-11-07 22:07:01 +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
Matt Hackmann
64774c2372 removed unneeded variable from setColor 2016-10-29 11:43:08 -07:00
Matt Hackmann
bd9e313297 cleaned up setColor clean up 2016-10-29 11:21:17 -07:00
Dan Schultzer
67c459c8e3 Merge pull request #457 from The-Alchemist/patch-1
Fix typo: datastructure should be two words
2016-10-27 11:22:16 -07:00
The Alchemist
cfd37e4834 Fix typo: datastructure should be two words 2016-10-26 22:32:27 -04:00
Dan Schultzer
ffc3625c26 Merge pull request #455 from BBB/drawContour-args
Add support for lineType and offset for drawContours
2016-10-25 13:19:15 -07:00
Ollie Relph
74c8f4e347 Use the contour hierarchy that's been passed 2016-10-25 11:36:07 +01: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
Ollie Relph
c80577f039 Add support for lineType and offset for drawContours 2016-10-20 11:19:45 +01:00
Dan Schultzer
d33b59b3c0 Merge pull request #453 from jwagner/master
Change the name of the DEBUG environment variable to NODE_OPENCV_DEBUG
2016-10-19 16:13:46 -07:00
Jonas Wagner
a6eb86c9e9 Change DEBUG environment variable in .travis.yml 2016-10-20 00:46:24 +02:00
Jonas Wagner
7092c89d0c Change name of DEBUG environment variable
fixes #452
2016-10-19 23:34:34 +02:00
Fotios Lindiakos
ff35ec9551 Fix variable names and account for 3/4 value Scalar colors 2016-10-10 17:31:15 -04:00
Fotios Lindiakos
5a306658df Added copyMakeBorder function 2016-10-06 15:12:33 -04:00
Matt Hackmann
8c1b5e401b handles colors with less-/more-than three channels 2016-10-06 10:06:20 -07:00
Peter Braden
4586b9bd40 Merge pull request #446 from peterbraden/6-0-0-release
6.0.0 release
v6.0.0
2016-09-23 03:53:03 -07:00
Peter Braden
336079340f Merge pull request #447 from peterbraden/fixes
Dockerfile for opencv3
2016-09-23 03:52:52 -07:00
Dan Schultzer
d47b6f6ce3 Update bug fixes/enhancements 2016-09-23 03:32:45 -07:00
Peter Braden
782efa994a Add thanks 2016-09-23 12:29:05 +02:00
Peter Braden
0677e83235 Merge pull request #445 from peterbraden/code-coverage
Code coverage
2016-09-23 01:15:54 -07:00