620 Commits

Author SHA1 Message Date
Peter Braden
6df08451b5 Iojs originally isn't working yet 2015-09-18 16:55:53 +02:00
Peter Braden
b3838a740e start testing newer node 2015-09-18 16:50:05 +02:00
Peter Braden
8983f40e23 add editorconfig 2015-09-18 16:46:49 +02:00
Peter Braden
6363918463 Merge branch 'code_formatting' of https://github.com/jainanshul/node-opencv into jainanshul-code_formatting 2015-09-18 16:42:16 +02:00
Peter Braden
57884e5d31 Fix dockerfile 2015-09-18 16:19:37 +02:00
Anshul Jain
7c426bf69a Fix code formatting for native code closes #295 2015-09-14 17:03:51 -07:00
Peter Braden
97b896331c Merge pull request #294 from jainanshul/matrix_scalar
Create a matrix using the provided scalar
2015-09-11 14:50:48 +02:00
Anshul Jain
4f04198cc3 Create a matrix using the provided scalar 2015-09-10 17:59:33 -07:00
Peter Braden
e8eaef2e1f Merge pull request #289 from mvines/master
Only run equalizeHist() if an BGR matrix was provided
2015-08-31 12:25:26 +02:00
Michael Vines
20807d6284 Only run equalizeHist() if an BGR matrix was provided
Grayscale matrices are used unmodified.
2015-08-30 01:08:55 -07:00
Peter Braden
6988381bfa Merge pull request #287 from mvines/vcwleak
VideoCaptureWrap: patch memory leak and simplify AsyncVCWorker
2015-08-27 08:29:40 +02:00
Michael Vines
63bc56be70 VideoCaptureWrap: patch memory leak and simplify AsyncVCWorker. 2015-08-26 22:18:28 -07:00
Peter Braden
110fc740b1 3.2.0 2015-08-22 18:05:13 +02:00
Peter Braden
59d1d2b975 changelog 2015-08-22 18:05:01 +02:00
Peter Braden
5026afaf08 Merge pull request #282 from mvines/3950c04
detectMultiScale now works if a grayscale matrix is provided
2015-08-22 18:03:25 +02:00
Peter Braden
dab2d6253a Merge pull request #283 from mvines/100755
Matrix::ToBuffer no longer references deallocated memory
2015-08-22 18:03:04 +02:00
Peter Braden
2691de4fa2 Merge pull request #284 from mvines/a512cf9
Add support for VideoCapture grab/retrieve
2015-08-22 18:02:37 +02:00
Michael Vines
45d6b84320 Add support for VideoCapture grab/retrieve 2015-08-21 15:04:28 -07:00
Michael Vines
ddf0313d3a Matrix::ToBuffer no longer references deallocated memory 2015-08-21 14:12:07 -07:00
Michael Vines
dece21619f AsyncDetectMultiScale: use input matrix if color conversion was not required. 2015-08-21 14:10:39 -07:00
Peter Braden
d376062737 Merge pull request #280 from dropfen/master
Allow UTF8 Filenames in readImage
2015-08-21 09:28:10 +02:00
dropfen
e2cabf1305 Allow UTF8 Filenames in readImage 2015-08-20 19:09:36 +02:00
Peter Braden
b382a807d2 3.1.0 2015-08-17 18:39:42 +02:00
Peter Braden
bec1ccd73a changelog 2015-08-17 18:39:38 +02:00
Max Ehrlich
d79f633547 Fix mistake in face detection example
Fixed #274 by changing the x2,y2 second array when drawing the rectangle to width,height (see Matrix.cc)
2015-07-31 11:25:28 -04:00
Peter Braden
757de05823 Merge pull request #269 from emanuelandrada/master
Fixes error trying to load an image that is not an image.
2015-07-24 09:35:25 +02:00
Peter Braden
8be40fc269 Merge pull request #270 from Queuecumber/master
Explicit Memory Management
2015-07-23 17:37:21 +02:00
Max Ehrlich
3655349e83 Fixed function name 2015-07-23 11:16:27 -04:00
Max Ehrlich
1eeae7879c Added release function to attempt to explicitly free mat memory 2015-07-23 10:34:56 -04:00
Emanuel
0905ab4035 Fixes error trying to load an image that is not an image.
Fixes error trying to detect faces in some images.
2015-07-21 02:12:30 -03:00
Peter Braden
2ddb97047e Merge pull request #253 from tualo/master
added cv::normalize and getData
2015-07-15 12:32:02 +02:00
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
Peter Braden
9c318373d0 Merge pull request #260 from paulmorrishill/master
Add support for fitEllipse method on contours
2015-06-15 13:01:33 +02:00
Paul Morris-Hill
b2e1230776 Added fitEllipse to the readme 2015-06-13 02:26:37 +01: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
b71d5ab293 commented out 2015-06-04 10:41:12 +02: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
Peter Braden
585790f06e Merge pull request #250 from morganrallen/putTextThickness
added option for putText line thickness
2015-05-06 22:43:33 +02:00
Morgan 'ARR\!' Allen
27267f310a added option for putText line thickness 2015-05-06 10:46:00 -07:00
Peter Braden
afe7467e13 Merge pull request #248 from tualo/master
missing mat.put
2015-04-27 08:21:15 +02:00
Thomas Hoffmann
7d52f60645 commented out opencv window 2015-04-22 08:33:23 +02:00