71 Commits

Author SHA1 Message Date
Peter Braden
5aa8859fa9 contrib 2019-03-20 10:12:42 +00:00
Peter Braden
ef9a3f0afd Merge branch 'master' of github.com:peterbraden/node-opencv 2019-03-20 09:57:44 +00:00
Peter Braden
0748ccabd3 Remove coverage for now (was broken) 2019-03-20 09:57:06 +00:00
Peter Braden
40ed9c8250
Merge branch 'master' into master 2019-03-20 10:51:01 +01:00
Peter Braden
bec64ba17a
Merge pull request #635 from flyashi/patch-1
Fix off-by-one error in README
2019-03-20 10:48:07 +01:00
Peter Braden
28d73408b5 Closes #620 2019-03-20 09:46:54 +00:00
Peter Braden
aaece6921d Fix install script 2019-03-20 09:36:36 +00:00
flyashi
51408f930b
Fix off-by-one error in README 2018-07-30 14:33:08 -04:00
Wenqi Chen
b141800a01 - fixups 2018-02-04 12:57:37 +08:00
Alexey Shamrin
6d707ad915 instruct brew to install opencv@2
See also:
* issue #542
* https://github.com/peterbraden/node-opencv/issues/542#issuecomment-328657129
2017-10-03 11:16:57 +03: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
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
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
Edward Ocampo-Gooding
d05dfa67e0 Updates README link to Viola-Jones Haar Cascade 2016-12-14 11:19:01 -05:00
The Alchemist
cfd37e4834 Fix typo: datastructure should be two words 2016-10-26 22:32:27 -04:00
Dan Schultzer
32bb2d089b Update readme 2016-09-22 11:34:04 -07:00
Michael Vines
2a81f236c5 Base OpenCV 3 port 2016-02-07 19:20:01 -08:00
Peter Braden
3d06aefe75 Merge pull request #349 from banterability/patch-1
Fix contours example in README
2016-01-11 13:09:24 +01:00
cascade256
56f27f9e23 Make the use of OPENCV_DIR on Windows match that of the OpenCV docs 2016-01-09 23:03:35 -08:00
cascade256
9fd5d28f6a Adjusted the README so the Windows instructions are accurate 2016-01-07 22:05:04 -08:00
Jeff Long
79aeeffb87 Fix contours example in README
`#findContours` needs to be called, not just referenced.
2016-01-07 11:09:05 -06:00
Max Ehrlich
59ed8e42ff Merge pull request #292 from funky81/master
Windows Installation Guide
2015-10-29 20:59:57 -04:00
Adrian Sieber
4d654c51b1 Fix link to OpenCV website 2015-10-08 14:54:44 +02:00
Peter Braden
6273a988bf Bump version requirements 2015-09-22 11:29:20 -04:00
Reski
e0f88ccbd4 Update README.md 2015-09-08 02:43:31 +07:00
Reski
1e0c45cb87 Update README.md 2015-09-08 02:39:28 +07:00
Paul Morris-Hill
b2e1230776 Added fitEllipse to the readme 2015-06-13 02:26:37 +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
52a4517926 Update README.md 2015-01-26 17:42:14 +01:00
Peter Braden
176887e3ba Update README.md 2015-01-26 17:41:14 +01:00
Peter Braden
1659f7ef1a All examples now run without erroring 2014-10-15 20:42:44 +02:00
Peter Braden
a51df6ab36 Version 1.0.0 2014-10-11 18:18:58 +02:00
Marc Bachmann
950373579b Update file paths in unit test file & README 2014-10-03 00:11:13 +02:00
Peter Braden
f537ec25d5 Clarify version requirements re #168 2014-09-24 20:11:31 +02:00
Peter Braden
c1edd1b1ab v0.7.0 2014-09-24 20:10:11 +02:00
Peter Braden
dcf6ae4571 Bump version to 0.6.0 2014-09-17 22:37:38 +02:00
psayre23
75a325203c Fixed readImage() callback arguments
Added missing error object in readImage() callback under Creation heading.
2014-08-26 09:52:04 -07:00
Peter Braden
021a4bf9d8 Update to 0.5.0 2014-03-14 14:35:52 -07:00
Brandon Cheng
bce9d95c29 use github flavored markdown for javascript and bash 2013-05-13 17:00:42 -04:00
Peter Braden
865962c845 videocapture read now uses err, im convention 2013-04-09 21:34:00 -07:00
Peter Braden
11db468dcf v0.0.12 2013-03-05 11:19:25 -08:00
Peter Braden
c3d3f0f4b4 beta 0.0.11 2013-02-26 17:23:19 -08:00
Peter Braden
0840e0b2e2 Merge branch 'provide-cascades' into beta
Conflicts:
	lib/opencv.js
2013-02-26 16:52:36 -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
Ryan Souza
521139a76e Include more info about working with contours
Some readme examples for using functions on a Contours object
Examples detecting and playing with simple shapes and contours
2013-02-25 22:58:14 -08:00