93 Commits

Author SHA1 Message Date
Peter Braden
825d76e4cd bump version 2020-03-10 09:25:25 +00:00
guangming wan
d22e5c89d3 fix nodejs 12+ 2020-03-10 10:08:54 +08:00
Peter Braden
97ceaaa4d6
Merge pull request #604 from jake-brandt/floodfill-output-rect
Pass back Matrix.floodFill() output bounding rect (plus quick unit test)
2019-03-20 17:14:09 +01:00
David Starke
e1c0d8ef4e Correctly track memory for image pyramid functions 2018-01-17 14:55:57 -08:00
David Starke
45c8894167 Additional memory tracking for matrices 2018-01-11 15:47:30 -08:00
Jake Brandt
4a395262ae Forgot semicolon at end of floodFill bounding rect unit test 2018-01-08 23:37:10 -05:00
Jake Brandt
cfd37af574 Pass back Matrix.floodFill() output bounding rect (plus quick unit test) 2018-01-08 23:30:26 -05:00
David Starke
f8d7dc2f06 More accurate tracking of external memory using OpenCV’s reference counts 2018-01-04 20:16:36 -08:00
Peter Braden
d28de48e72 Merge branch 'master' into master 2017-09-13 11:41:59 +02:00
Pierre Colle
6de971d0e8 merge compare with piercus's master branch 2017-09-05 17:47:10 +02:00
Pierre Colle
f061c032aa add compare test 2017-09-05 17:37:50 +02:00
Pierre Colle
fc5aa6bcc3 add unit test for coverage 2017-08-24 21:51:52 +02:00
Leonid Babikov
5d32ea6f4d new unit test 2017-06-26 20:05:39 +03:00
Leonid Babikov
7801cefdcd new GetPixel function that returns one of the following [B,G,R,A] or [B,G,R,A] or [G]
extended PixelCol and PixelRow so they will check for channels and return alpha too if possible

tests for GetPixel
2017-06-26 17:08:24 +03:00
Peter Braden
0adf9640eb Remove Ubuntu 12 2017-05-19 06:30:46 +00: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
d90fcf78e0 Added binding to imreadmulti with test case for included .tif file. 2017-02-16 16:38:51 -08: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
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
Jonas Wagner
7092c89d0c Change name of DEBUG environment variable
fixes #452
2016-10-19 23:34:34 +02:00
Matt Hackmann
8c1b5e401b handles colors with less-/more-than three channels 2016-10-06 10:06:20 -07:00
Dan Schultzer
64b35c19b2 Add code coverage 2016-09-22 11:23:45 -07:00
Sen
e084213578 Remove test temp png for visual debug 2016-07-25 16:48:51 -04:00
Sen
495e06a591 Add canny match template test
As we can pass matrix as template, detecting canny provide more robust
match if we only care about shape rather than contrast and color.
2016-07-25 16:48:17 -04:00
Sen
a2a3018213 Add Unit test to method
the expected match location should be (717, 0)
2016-07-25 13:55:30 -04:00
Matt Hackmann
5ae998becf loading image by file/buffer now has same behaviour 2016-05-02 10:21:39 -07:00
Anshul
2a2ea7d74a Add matrix mean method 2016-04-22 00:01:38 -07:00
Andreas Gal
bd56c36040 add subtract() to Matrix 2016-04-14 10:31:09 -07:00
Michael Vines
2a81f236c5 Base OpenCV 3 port 2016-02-07 19:20:01 -08:00
Michael Vines
38d19a6236 Add test for inc/Matrix.h 2016-01-27 23:45:13 -08:00
Peter Braden
c70ec49331 Merge pull request #342 from jainanshul/LDA
Make LDAWrap methods static
2015-12-04 15:00:04 +01:00
Anshul Jain
310efa4ca2 Make LDAWrap methods static
Also add unit test cases for LDAWrap methods
2015-12-03 18:16:03 -08:00
Anshul Jain
26929ea8a6 Make GetRotationMatrix2D static 2015-12-03 18:13:57 -08:00
Anshul Jain
1d649971b1 Add some matrix unit tests 2015-11-20 12:59:31 -08:00
Peter Braden
6edc5de8cf Merge branch 'master' of github.com:peterbraden/node-opencv into docker-environments 2015-09-22 19:30:44 +02:00
Peter Braden
5663d6fac1 add Dockerfile 14.04 2015-09-22 19:28:14 +02:00
Peter Braden
ee29e56c73 add 12:04 dockerfile 2015-09-22 19:19:53 +02:00
Morgan 'ARR\!' Allen
27267f310a added option for putText line thickness 2015-05-06 10:46:00 -07:00
Peter Braden
0c72d55ec4 Fix example paths 2015-02-11 20:15:01 +01:00
Peter Braden
18394814ab Failing examples tests 2014-10-15 20:01:44 +02:00
Peter Braden
e95ade25f6 Tape tests, complete conversion 2014-10-15 19:50:38 +02:00
Peter Braden
e27d67d7c9 Starting porting the tests to tape 2014-10-12 07:32:53 +02:00
Marc Bachmann
950373579b Update file paths in unit test file & README 2014-10-03 00:11:13 +02:00
Morgan 'ARR\!' Allen
ee25c1f2ee putText with font and color support 2014-04-17 14:08:02 -07:00
Tim Park
ce742ecce2 rename test to match combined tests 2013-07-29 13:21:37 -07:00
Tim Park
6bdaa3a24f combine absDiff and countNonZero tests 2013-07-29 13:17:49 -07:00
Tim Park
d60e3d11d5 add countNonZero to Matrix operations 2013-07-29 12:54:38 -07:00
Tim Park
363b950f1e add tests for bitwiseXor and absDiff 2013-07-29 10:48:44 -07:00