414 Commits

Author SHA1 Message Date
Thomas Hoffmann
da55bda0c9 added missed BackgroundSubtractor including 2015-07-07 20:37:23 +02:00
Thomas Hoffmann
ef8090f4b6 added simple brightness 2015-07-01 14:56:26 +02:00
Peter Braden
3fdb9c5ad5 Merge pull request #258 from hybridgroup/return-instead-of-throw
Return error instead of throw
2015-06-15 13:02:08 +02:00
Paul Morris-Hill
9a21b9ea86 Added support for the fitEllipse method on contours 2015-06-13 02:24:03 +01:00
Thomas Hoffmann
71da46939b added brightness support for gray images 2015-06-11 13:40:04 +02:00
Thomas Hoffmann
d5441b93ff fixed channel check 2015-06-11 12:59:00 +02:00
Thomas Hoffmann
f9d5c8a4d7 added brightness 2015-06-11 12:23:54 +02:00
Adrian Zankich
77b72dc350 Return error instead of throw 2015-06-09 17:27:18 -07:00
Thomas Hoffmann
51d0c8db02 fixed enum error 2015-05-15 12:18:47 +02:00
Thomas Hoffmann
f91caf8c69 added normalize constants 2015-05-15 11:34:42 +02:00
Thomas Hoffmann
2704d607fe added mask parameter 2015-05-15 11:34:11 +02:00
Thomas Hoffmann
569a1143cd added getData and normailze 2015-05-15 10:43:33 +02:00
Morgan 'ARR\!' Allen
27267f310a added option for putText line thickness 2015-05-06 10:46:00 -07:00
Thomas Hoffmann
150fc4a66d added mat.put(buffer) function 2015-04-22 07:51:46 +02:00
AVVS
a7eba6a9e4 Add imageSimilarity method beased on features 2d 2015-03-31 18:51:08 -07:00
Max Ehrlich
7acb6ea5cd Added fillPoly function for drawing polygons 2015-03-17 10:09:39 -04:00
Max Ehrlich
24a23b803b Merge remote-tracking branch 'origin/stereo'
Conflicts:
	binding.gyp
2015-02-13 12:24:05 -05:00
Max Ehrlich
14fed8c12b Fixed a bug causing argments to be read incorrectly in stereoRectify 2015-02-13 12:11:18 -05:00
Max Ehrlich
f60b41ec32 Fixed naming error in reprojectImageTo3d 2015-02-13 12:05:58 -05:00
Max Ehrlich
bce394f775 Init StereoGC class 2015-02-12 14:17:58 -05:00
Peter Braden
6725545e33 Merge branch 'test-examples'
Conflicts:
	package.json
2015-02-11 21:44:20 +01:00
Peter Braden
1baad7b364 Merge branch 'master' into hybridgroup-master
Conflicts:
	.travis.yml
2015-02-11 20:34:09 +01:00
Peter Braden
091447b573 Merge branch 'master' into test-examples
Conflicts:
	src/Matrix.cc
2015-02-11 19:59:30 +01:00
Peter Braden
ae5887c4cd Use Nan for rest of the method 2015-02-11 19:44:38 +01:00
Peter Braden
03ce7973bf Use Nan for template matches 2015-02-11 19:20:19 +01:00
Peter Braden
c5bd3e89bd Merge branch 'master' into oskardahlberg-templateMatches 2015-02-11 18:47:04 +01:00
Peter Braden
373fa339f7 Remove unused 'sleep_for' variable to suppress compile warning 2015-02-11 18:46:23 +01:00
Peter Braden
aa8ee12587 Merge branch 'templateMatches' of https://github.com/oskardahlberg/node-opencv into oskardahlberg-templateMatches
Conflicts:
	src/Matrix.cc
2015-02-11 18:46:13 +01:00
Peter Braden
cfc6c16721 Remove unused 'sleep_for' variable to suppress compile warning 2015-02-11 18:35:00 +01:00
Max Ehrlich
d0400ec5ae Added graph-cut stereo algorithm 2015-02-09 18:19:00 -05:00
Max Ehrlich
487ac8a137 Added semi-global block matching stereo 2015-02-06 11:06:58 -05:00
Max Ehrlich
e7b3cab803 Added Stereo block matching algorithm 2015-02-06 10:27:20 -05:00
Max Ehrlich
b1d77ab64c Fixed naming error in computeCorrespondEpilines 2015-02-05 14:39:22 -05:00
Max Ehrlich
92a9369d69 Added reprojectImageTo3D 2015-02-05 14:37:36 -05:00
Max Ehrlich
17afbceabd Fixed bug in function name 2015-02-05 14:32:51 -05:00
Max Ehrlich
51631b307e Added computeCorrespondEpilines 2015-02-05 14:31:37 -05:00
Max Ehrlich
31eab0e8c6 Added stereoRectify 2015-02-05 14:19:46 -05:00
Max Ehrlich
eb4808cebd Factored out commonly repeated code into functions 2015-02-05 14:09:52 -05:00
Max Ehrlich
b4a04b112a Added stereo calibrate 2015-02-05 12:19:44 -05:00
edgarsilva
7d16f2e046 Return to old version of opencv to try compilation. 2015-02-04 12:51:35 -06:00
Max Ehrlich
037fa6a7a5 Removed unused code to avoid compile warning 2015-02-04 13:27:11 -05:00
Max Ehrlich
8ed5177c34 Added map1 type paramter to initUndistortRectifyMap 2015-01-27 12:59:51 -05:00
Max Ehrlich
d9aaf529f8 Fixed bug causing image sizes to be transposed 2015-01-27 12:55:42 -05:00
Max Ehrlich
3d09bb30ea Added remap 2015-01-27 12:55:32 -05:00
Max Ehrlich
51be174b6e Added interpolation constants 2015-01-27 12:22:05 -05:00
Max Ehrlich
a66d95b537 Added initUndistortRectifyMap 2015-01-27 12:02:08 -05:00
Max Ehrlich
b76c39a42e Added getOptimalNewCameraMatrix 2015-01-27 11:49:01 -05:00
Max Ehrlich
92f0bf80e5 Added cv::undistort 2015-01-27 11:16:36 -05:00
Max Ehrlich
96068dd7a9 Added stub imgproc source file 2015-01-27 10:53:06 -05:00
Max Ehrlich
9e9bf23e95 Switched to NaNNew functions to avoid compile errors on differing node versions 2015-01-21 10:56:16 -05:00