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 |
|
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 |
|
Morgan 'ARR\!' Allen
|
27267f310a
|
added option for putText line thickness
|
2015-05-06 10:46:00 -07: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 |
|
Peter Braden
|
0840e0b2e2
|
Merge branch 'provide-cascades' into beta
Conflicts:
lib/opencv.js
|
2013-02-26 16:52:36 -08:00 |
|
Peter Braden
|
24f255a161
|
unit test for imagestream
|
2013-02-26 16:23:14 -08:00 |
|
Peter Braden
|
0bb7fe9918
|
Add shortcut for face cascade file -> cv.FACE_CASCADE
|
2013-02-26 15:34:27 -08:00 |
|
Peter Braden
|
0cb436e930
|
Changing ImageStream -> ImageDataStream and creating ImageStream.
To pipe data into an image matrix, you now use ImageDataStream.
ImageStream is now a stream that transforms image buffers into matrices.
|
2013-02-26 15:26:54 -08:00 |
|
Peter Braden
|
644f6797d3
|
Merge branch 'camshift'
|
2012-11-27 17:09:18 -08:00 |
|
Peter Braden
|
7d43360b72
|
fix unit test
|
2012-11-27 16:36:18 -08:00 |
|
Peter Braden
|
33146b15e0
|
stubbing test for multiple imports bug
|
2012-11-19 12:39:49 -08:00 |
|
Peter Braden
|
e33afd97ef
|
WIP on TrackedObject re #22
|
2012-11-12 13:30:26 -08:00 |
|
Peter Braden
|
3a1477c527
|
WIP on CamShift with TrackedObject re #22
|
2012-11-09 16:48:31 -08:00 |
|
Peter Braden
|
d71b0ae7b3
|
if toBuffer has a cb, run it async. re #21
|
2012-11-09 10:21:41 -08:00 |
|
Peter Braden
|
ac6c685b56
|
Fix async toBufffer test
|
2012-10-29 23:48:12 -07:00 |
|
Peter Braden
|
03e444071c
|
Fix Get / Set - closes #15
|
2012-10-15 13:09:37 -07:00 |
|
Peter Braden
|
849e8a7beb
|
broken tests for #15
|
2012-09-27 16:24:44 -07:00 |
|
Peter Braden
|
0d43626aa0
|
comment out broken tests for now
|
2012-09-24 15:41:02 -07:00 |
|
Peter Braden
|
8bfb1630cc
|
correct test image
|
2012-07-30 17:55:17 -07:00 |
|
Peter Braden
|
dbebe54425
|
use vows as runner
|
2012-07-30 17:39:42 -07:00 |
|