Peter Braden
6273a988bf
Bump version requirements
2015-09-22 11:29:20 -04:00
Peter Braden
cbaff9a133
Make FaceRecognizer require OpenCV <= v2.4.8.
...
For some reason OpenCV shipped a broken branch build on Ubuntu 2.4.2 64
bit.
Thanks to @gluxon for noticing this:
https://github.com/peterbraden/node-opencv/issues/56#issuecomment-20263153
Rather than try and be clever, I'm just gonna up the version
requirements.
This fixes #56 #41 #105 #240 and #275
2015-09-22 11:24:40 -04:00
TJ Borromeo
c37b4ae932
Bump versioning
...
Pointing out that node's opencv is locked to v3.2.0. This should be updated (IMO) whenever it is known that node's opencv is stable and that prebuilt binaries are checked into the osx-binaries branch.
2015-09-21 18:52:34 -07:00
TJ Borromeo
6c3ae43b1b
Updating to Ubuntu 14.04
...
Just because.
2015-09-21 18:41:13 -07:00
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
Reski
6a1a8640c9
Merge pull request #2 from funky81/opencv-dev
...
Update README.md
2015-09-08 02:44:50 +07:00
Reski
e0f88ccbd4
Update README.md
2015-09-08 02:43:31 +07:00
Reski
d43718f56c
Merge pull request #1 from funky81/opencv-dev
...
Update README.md
2015-09-08 02:39:47 +07:00
Reski
1e0c45cb87
Update README.md
2015-09-08 02:39:28 +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
f5366e2213
fix some back compat
2015-07-24 09:46:09 +02:00
Peter Braden
1407bd47b1
Merge branch 'master' of https://github.com/svogl/node-opencv into svogl-master
2015-07-24 09:37:35 +02: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
Simon Vogl
ccf152d595
cleanup - use new includes only if CV major version code is >= 3.
2015-06-11 13:13:36 +02:00
Thomas Hoffmann
d5441b93ff
fixed channel check
2015-06-11 12:59:00 +02:00