Pierre Colle
|
f061c032aa
|
add compare test
|
2017-09-05 17:37:50 +02:00 |
|
Pierre Colle
|
8a8cf57693
|
add compare
|
2017-09-05 17:37:00 +02:00 |
|
Pierre Colle
|
416fbd100e
|
add compare
|
2017-09-05 17:36:48 +02:00 |
|
Peter Braden
|
8a9c02a5e4
|
Merge pull request #523 from amilajack/patch-1
Changed repo badge from png to svg
|
2017-07-27 09:46:54 +02:00 |
|
Peter Braden
|
4e68584234
|
Merge pull request #525 from amilajack/patch-3
Added installation directions for macOS
|
2017-07-27 09:46:14 +02:00 |
|
Peter Braden
|
0455fa3954
|
Merge pull request #524 from amilajack/patch-2
Fixed broken link to downloads
|
2017-07-27 09:45:46 +02:00 |
|
Amila Welihinda
|
378ae53ad4
|
Added installation directions for macOS
|
2017-07-26 13:10:30 -07:00 |
|
Amila Welihinda
|
938aaa5f3a
|
Fixed broken link to downloads
|
2017-07-26 13:05:19 -07:00 |
|
Amila Welihinda
|
772e36a9b5
|
Changed repo badge from png to svg
|
2017-07-26 13:02:37 -07:00 |
|
Peter Braden
|
31ba216539
|
Merge pull request #507 from peterbraden/fix-travis
Fix failing Travis Build. (WIP)
|
2017-05-22 22:09:10 +02:00 |
|
Peter Braden
|
0adf9640eb
|
Remove Ubuntu 12
|
2017-05-19 06:30:46 +00:00 |
|
Peter Braden
|
61c0af2c89
|
bump node version
|
2017-05-18 11:16:39 +00:00 |
|
Peter Braden
|
e40d1669c2
|
Merge pull request #499 from schmidmt/master
Added support for single channel pixelRow and pixelColumn
|
2017-05-15 09:35:24 +02:00 |
|
Peter Braden
|
3d39769b37
|
Merge pull request #501 from schmidmt/nan-fixup
Addressed deprecation warning in Node 7.9 with Nan abstractions.
|
2017-05-15 09:34:54 +02:00 |
|
Peter Braden
|
d8a2f7b5f9
|
Merge pull request #503 from pinxue/master
add an example for face recognization to save your efforts to read c++ source code
|
2017-05-15 09:34:20 +02:00 |
|
Peter Braden
|
fb4dde953d
|
Merge pull request #506 from madole/patch-1
Fixing blue color constant
|
2017-05-15 09:33:28 +02:00 |
|
Andrew McDowell
|
f1d0553e2b
|
Fixing blue color constant
|
2017-05-14 15:40:59 +10:00 |
|
Wu Yang
|
4a4f199b8c
|
add a note for OpenCV 3.2 configure to ensure we get the recognizer compiled and exposed
|
2017-05-08 17:28:20 +08:00 |
|
Wu Yang
|
2398b2211c
|
add an example for face recognization to save your efforts to read c++ source code
|
2017-05-08 17:19:32 +08:00 |
|
Michael Thomas Schmidt
|
633f5162ca
|
Addressed deprecation warning in Node 7.9 with Nan abstractions.
|
2017-04-18 14:17:54 -05:00 |
|
Michael Thomas Schmidt
|
48c07c7e3b
|
Added support for single depth pixelRow and pixelColumn
|
2017-04-17 15:15:38 -05:00 |
|
Peter Braden
|
7d0631ba3e
|
Merge pull request #495 from madshall/master
CalcOpticalFlowPyrLK added and GoodFeaturesToTrack fixed
|
2017-03-09 18:21:59 +01:00 |
|
Dmitry Ivanovm
|
dc00de8e22
|
~moved TERM constants to constants.cc
|
2017-03-09 09:33:01 -05: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
|
6ae96cae3d
|
+.idea to gitignore
|
2017-03-08 16:12:13 -05:00 |
|
Dmitry Ivanovm
|
2664334a25
|
-.idea
|
2017-03-08 16:11: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 |
|
Dmitry Ivanov
|
d1fe7e8f3a
|
Merge pull request #1 from peterbraden/master
update the fork
|
2017-03-07 22:12:46 -05:00 |
|
Michael Vines
|
22132b53eb
|
Merge pull request #494 from salomao-rodrigues/patch-1
Convert global scope declaration to local var
|
2017-03-05 17:11:45 -08: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 |
|
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 |
|