307 Commits

Author SHA1 Message Date
Peter Braden
8822bb4c01 Merge pull request #118 from ytham/blur
Added medianBlur and bilateralFilter
2014-04-21 08:49:17 -07:00
Peter Braden
1d70e2047d Merge pull request #121 from morganrallen/putText
Put text
2014-04-21 08:48:34 -07:00
Peter Braden
d21d833cbb Merge pull request #122 from jhludwig/contour_thickness
thickness in contour drawing
2014-04-21 08:48:00 -07:00
John Ludwig
7c6187b3a8 thickness in contour drawing
Add optional line thickness arg in drawContours and drawAllContours
2014-04-17 16:09:58 -07:00
Morgan 'ARR\!' Allen
ee25c1f2ee putText with font and color support 2014-04-17 14:08:02 -07:00
Yu Jiang Tham
3ac7b0d7f5 Added medianBlur and bilateralFilter 2014-04-08 20:57:34 -07:00
Peter Braden
832fd33497 Merge pull request #114 from jefftimesten/patch-1
swap width/height in Matrix constructor
2014-03-25 23:40:30 -07:00
Morgan 'ARR\!' Allen
857e88fa21 normalize lines 2014-03-20 16:38:11 -07:00
Peter Braden
37b3b1bfe3 Merge pull request #115 from ytham/master
Adding method pushBack for Matrices
2014-03-18 16:43:23 -07:00
Yu Jiang Tham
e66e0d250e Added pushBack 2014-03-18 16:10:21 -07:00
Jeff Crouse
ee22b513f9 swap width/height in Matrix constructor
Matrix constructor is (rows, cols)/(height,width)
2014-03-15 15:29:04 -04:00
Peter Braden
021a4bf9d8 Update to 0.5.0 2014-03-14 14:35:52 -07:00
Peter Braden
35fd929318 Merge pull request #113 from morganrallen/adaptiveThreshold
Adaptive threshold
2014-03-14 14:22:44 -07:00
Morgan 'ARR\!' Allen
0d2db59e45 fix tabbing 2014-03-12 19:08:26 -07:00
Morgan 'ARR\!' Allen
dfddda739d added adaptiveThreshold 2014-03-12 19:06:46 -07:00
Peter Braden
b8ed782363 Merge pull request #112 from clkao/HoughLinesP-args
Allow args for HoughLinesP
2014-03-10 08:20:15 -07:00
Chia-liang Kao
57ddabd06b Allow args for HoughLinesP 2014-03-10 20:48:08 +08:00
Peter Braden
bae5ba1f6f Merge pull request #108 from ytham/master
Add matchTemplate and minMaxLoc for template matching
2014-03-03 18:23:30 -08:00
Yu Jiang Tham
c3b123c936 Typo correction 2014-02-28 23:20:14 -08:00
Yu Jiang Tham
7ec393ac09 Added matchTemplate and minMaxLoc 2014-02-28 23:14:55 -08:00
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 v0.4.0 2013-12-23 16:09:45 -08:00
Peter Braden
f66364f1bb Fix for mavericks / homebrew re #87
Basically just copying solution from a071e79206

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