287 Commits

Autor SHA1 Mensagem Data
Peter Braden e3b20082ab Merge pull request #98 from hybridgroup/master
Added coffee script examplesand updated HighGUI blockingWaitKey.
2014-02-10 18:06:59 -08:00
Ron Evans fbb030e571 Merge pull request #4 from hybridgroup/face-detection-examples
Face detection examples
2014-01-10 18:47:20 -08:00
Edgar O Silva 1c96622c67 Use recursinve frame reading (instead of time interval) from video feed to try and hit max frames per second. 2014-01-10 16:01:01 -06:00
Edgar O Silva 77a6d19c3b Reading less frames per second avoids the issue of multiple faces detected when only one exists due to the same frame being updated while image detection processing is executed. 2014-01-10 15:59:29 -06:00
Ron Evans e00f24b3e4 Merge pull request #3 from hybridgroup/face-detection
Video feed with face detection example.
2014-01-09 17:43:08 -08:00
Edgar O Silva d75f437b73 Remove commented out code. 2014-01-09 19:15:42 -06:00
Edgar O Silva a6d6be2d7d Video feed with face detection example. 2014-01-09 19:12:03 -06:00
Andrew Stewart 52e03bb7f3 Merge pull request #2 from hybridgroup/examples-waitkey-upd
Added example for video feed applying gaussianBlur and canny edges filte...
2014-01-09 08:47:13 -08:00
Edgar O Silva 9e0367e9f9 Fixed typos in camera examples. 2014-01-08 15:09:04 -06:00
Edgar O Silva 22c86364c7 Added example for video feed applying gaussianBlur and canny edges filter to the video frame feed. Updated typo in camera example. 2014-01-08 14:33:03 -06:00
Andrew Stewart 5a3cc35d25 Merge pull request #1 from hybridgroup/examples-waitkey-upd
Added coffee script examplesand updated HighGUI blockingWaitKey.
2014-01-08 10:14:00 -08:00
Edgar O Silva 73c47177e2 rename examples folder to be more in accordance with the current examples naming convention. 2014-01-08 12:11:49 -06:00
Edgar O Silva fc518a1459 Remove white space name in Coffescript examples folder. 2014-01-08 11:48:15 -06:00
Edgar O Silva db3322ebcd Fix to use always the first param as timeout if only that one was provided while keeping backwards compatability with 2 params. 2014-01-07 20:36:08 -06:00
Edgar O Silva c7ae7140ea Added coffee script examples based on opencv tutorials and updated blockWaitKey function. 2014-01-07 20:28:06 -06:00
Peter Braden 1d9072aefb Merge branch 'master' of github.com:magicode/node-opencv into magicode-master
Conflicts:
	src/Matrix.cc
	src/Matrix.h
2013-12-23 17:22:42 -08:00
Peter Braden 6f9f38112b 0.4.0 2013-12-23 16:09:45 -08:00
Peter Braden f66364f1bb Fix for mavericks / homebrew re #87
Basically just copying solution from https://github.com/mshick/node-protobuf/commit/a071e792065770c9e7372b409d37f295f9473ece

Actually have no idea _why_ this works - assume there's some intricacies with xcode on mavericks.
2013-12-23 16:08:34 -08:00
Peter Braden 0d53c15058 Merge pull request #85 from fastner/fix/tobuffer-options
Add support for options in async toBuffer()
2013-10-09 15:11:59 -07:00
Sebastian Fastner bbf36e72b1 Add parameter support to async buffer generation 2013-10-03 16:32:13 +02:00
Sebastian Fastner b79c30069f Add arguments support for async toBuffer 2013-10-03 16:01:33 +02:00
magicode fddd01a3d1 add pixel function and floodFill function 2013-09-29 21:39:56 +03:00
Peter Braden dd5961cfe2 Merge pull request #72 from eschnou/feature_contour_moments
Compute the moments of a contour
2013-09-05 05:42:58 -07:00
Peter Braden 2c5324df41 Merge pull request #71 from eschnou/fix_motion_track_example
Fixed the motion track example
2013-09-05 05:33:50 -07:00
Laurent Eschenauer 0520e6dcea Compute the moments of a contour
Added a moments method to the contour object and an example
using resulting moments to display a cross at the "center
of gravity" of a contour.
2013-08-27 22:13:22 +02:00
Laurent Eschenauer 612d0f1c21 Fixed the motion track example 2013-08-27 21:46:32 +02:00
Peter Braden 65d9e3ea99 Merge pull request #70 from SergeMv/master
Did several changes and added some new functions
2013-08-25 02:07:25 -07:00
Paul 824ffceeb2 removed unneeded stuff 2013-08-22 23:48:45 +04:00
Paul 5daf9c0f4d Merge branch 'master' of https://github.com/SergeMv/node-opencv 2013-08-22 23:45:11 +04:00
Paul 187b6d073a added some functions: cvtColor, split, merge, equalizeHist 2013-08-22 23:43:41 +04:00
Paul 146925ee6d provided interpolation option for the resize() func 2013-08-22 19:37:08 +04:00
Paul e7300b1cfc added options for toBuffer() func 2013-08-22 19:07:10 +04:00
SergeMv e0c4d42503 Merge pull request #1 from SergeMv/rotate
fixed the rotate() func for angles which are multiple of 90
2013-08-22 06:07:28 -07:00
Paul b2ed603a2a fixed the rotate() func for angles which are multiple of 90 2013-08-22 16:55:32 +04:00
Paul 3105e14f25 implemented copyTo() func 2013-08-22 05:06:58 +04:00
Peter Braden 276e42bffc Merge pull request #63 from timfpark/master
Add absDiff, bitwiseXor, and countNonZero to Matrix operations
2013-07-30 09:51:55 -07:00
Tim Park ce742ecce2 rename test to match combined tests 2013-07-29 13:21:37 -07:00
Tim Park 6bdaa3a24f combine absDiff and countNonZero tests 2013-07-29 13:17:49 -07:00
Peter Braden cceea7b498 Merge pull request #62 from SonicHedgehog/package.json
Enhance package.json
2013-07-29 13:10:03 -07:00
Tim Park d60e3d11d5 add countNonZero to Matrix operations 2013-07-29 12:54:38 -07:00
Tim Park 363b950f1e add tests for bitwiseXor and absDiff 2013-07-29 10:48:44 -07:00
Jakob Krigovsky 813e5ee55f Specify repository url in package.json 2013-07-29 03:30:05 +02:00
Jakob Krigovsky 852de17b47 Specify MIT license in package.json 2013-07-29 03:27:56 +02:00
Jakob Krigovsky a190298eaf Specify necessary node version in package.json correctly 2013-07-29 03:27:05 +02:00
Tim Park 4ce14beb96 Add bitwiseXor and absDiff to Matrix operations 2013-07-28 11:25:01 -07:00
Peter Braden b8ec62e5f8 example of roi 2013-07-26 10:41:13 -07:00
Peter Braden 03a00c062f Merge pull request #59 from penguin359/master
Smoke test now uses portable file path
2013-07-23 10:06:42 -07:00
Peter Braden d9f0b16f16 Merge pull request #60 from carthagan/patch-1
Fix of bindings.gyo for windows
2013-07-23 10:05:03 -07:00
carthagan 7ea1435491 Fix of bindings.gyo for windows
Adding includes in windows BuildMS
2013-07-19 09:20:56 -07:00
Loren M. Lang 13488fa94b Smoke test now uses portable file path
Added a sanity check to ensure smoke.sh is run from the correct folder
and use a relative path to the mona image so it works on any system.
2013-07-17 22:26:16 -07:00