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
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