42 Commits

Author SHA1 Message Date
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
Peter Braden
7d43360b72 fix unit test 2012-11-27 16:36:18 -08:00
Peter Braden
0ab26f913c WIP 2012-11-27 16:13:23 -08:00
Peter Braden
c4aac1d201 Allow specifying which image channel to use for the back projection 2012-11-27 16:08:58 -08:00
Peter Braden
6df8bbbb9b WIP on camshift re #22 - Got a working example but still unreliable
This is a combination of 4 commits.
WIP on camshift - need to focus the histogram on the ROI

Weird fringing issue, but otherwise tracking objects successfully

motion track example

WIP on camshift

WIP on camshift - have a smoke example, but bad results are coming back.
2012-11-26 20:11:59 -08:00
Peter Braden
1faf584392 change example out 2012-09-19 16:39:16 -07:00
Tomas Alvarez
9f88205143 New rectangle function, new example and added std namespace fixing the vector compile problem 2012-06-22 14:01:40 -03:00
Tomas Alvarez
4d1ea2867b Merge github.com:talvarez/node-opencv
Conflicts:
	src/Matrix.cc
	src/Matrix.h
2012-06-19 14:53:52 -03:00
Tomas Alvarez
a0308135cb Added videocapture working (libuv), some examples, more methods to Matrix and implement of libuv for detectobjects 2012-06-18 12:01:28 -03:00
Tomas Alvarez
b73174c00f Added videocapture working (libuv), some examples, more methods to Matrix and implement of libuv for detectobjects 2012-06-18 11:54:31 -03:00
Peter Braden
1f41b20438 mv data 2012-01-27 11:43:38 -08:00
Peter Braden
c93b9dcf14 update examples 2012-01-26 16:50:21 -08:00
Peter Braden
a501f20f97 update proxy example 2012-01-23 23:37:59 -08:00
Peter Braden
2f3d3cea6e WIP 2012-01-23 19:04:33 -08:00
Peter Braden
23d49455fe Face detection using cascade classifier 2012-01-18 17:48:05 -08:00
Peter Braden
10c7436884 image save() 2012-01-16 23:10:04 -08:00
Peter Braden
403a62dbba OpenCV Bindings - initial commit 2012-01-14 09:14:00 -08:00