66 Commits

Author SHA1 Message Date
Peter Braden
00bb8d9858 disable broken example 2015-09-22 20:09:33 +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
Thomas Hoffmann
b71d5ab293 commented out 2015-06-04 10:41:12 +02:00
Thomas Hoffmann
2704d607fe added mask parameter 2015-05-15 11:34:11 +02:00
Thomas Hoffmann
7d52f60645 commented out opencv window 2015-04-22 08:33:23 +02:00
Thomas Hoffmann
a1a2421b32 added example for mat.put 2015-04-22 07:58:30 +02:00
AVVS
a7eba6a9e4 Add imageSimilarity method beased on features 2d 2015-03-31 18:51:08 -07:00
Peter Braden
efb9bf5356 disable broken example 2015-02-11 21:38:49 +01:00
Peter Braden
0c72d55ec4 Fix example paths 2015-02-11 20:15:01 +01:00
Peter Braden
a62456f47b Don't assume a camera 2014-10-15 20:59:46 +02:00
Peter Braden
1659f7ef1a All examples now run without erroring 2014-10-15 20:42:44 +02:00
Peter Braden
9b3b82fbbe fix convert image (crop was missing) and other file paths 2014-10-15 20:38:17 +02:00
Peter Braden
d5021b1bcc quad crossess example fixed 2014-10-15 20:33:49 +02:00
Peter Braden
97875da492 fix window error 2014-10-15 20:31:19 +02:00
Peter Braden
a4af50daf7 fix face-proxy 2014-10-15 20:17:31 +02:00
Peter Braden
ea7f25962c Fix addweighted 2014-10-15 20:15:29 +02:00
Peter Braden
7ebb4d70de fix warp image example 2014-10-15 20:04:03 +02:00
Peter Braden
18394814ab Failing examples tests 2014-10-15 20:01:44 +02:00
Marc Bachmann
6391cf0dc8 Reuse size variables, add missing var. 2014-10-04 17:55:17 +02:00
Marc Bachmann
8515b05245 Fix all examples & clean up 2014-10-02 23:41:56 +02:00
Marc Bachmann
da8add8b51 Move example images to separate directory 2014-10-02 23:35:06 +02:00
Peter Braden
25c79cd653 Merge branch 'issue-150' of github.com:salmanulhaq/node-opencv
Conflicts:
	examples/convert_image.js
2014-09-17 22:27:22 +02:00
Salman
49d5cbbb68 added check for number of channels in fetching pixel value. Addresses issue #147 2014-09-07 13:41:26 +05:00
Salman
86d277f1b3 added image.crop(x,y,width,height) to address #150 2014-09-07 13:21:09 +05:00
Salman
d75a672fa2 added car detection example + cascade files 2014-08-31 22:10:03 +05:00
Salman
607bc32cf3 refreshed 2014-08-31 20:51:06 +05:00
John Ludwig
e27e96e551 fix up sample; and improve arg calling 2014-05-09 14:08:47 -07:00
John Ludwig
1c29319733 add warp calls and example 2014-04-23 18:13:35 -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
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
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
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
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
c7ae7140ea Added coffee script examples based on opencv tutorials and updated blockWaitKey function. 2014-01-07 20:28:06 -06: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
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
b8ec62e5f8 example of roi 2013-07-26 10:41:13 -07:00
Ray Smoodiver
1e5a0f2a23 Added err arguments
Added err arguments to callback functions
2013-06-09 18:19:06 +12:00
Ray Smoodiver
4cc5eff25b Added err arguments
OpenCV functions now seem to return (err, val) style arguments. Updated example to handle
2013-06-09 18:16:03 +12:00
Peter Braden
865962c845 videocapture read now uses err, im convention 2013-04-09 21:34:00 -07:00
Peter Braden
a347ab682e add adjustROI 2013-04-06 18:34:08 -07: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
Peter Braden
642f111f9d Merge branch 'master' of github.com:peterbraden/node-opencv 2013-02-05 14:21:35 -08:00
Brandon Cheng
22bdf646b1 Add bindings for cv::inRange 2013-01-27 18:16:30 -05:00
Peter Braden
8b899d073a don't save images in example 2012-11-29 13:44:31 -08:00