686 Commits

Author SHA1 Message Date
Peter Braden
77279a33c0 Add basic highgui window support 2013-03-04 11:12:33 -08:00
Peter Braden
6225a3c0f0 add keywords to package.json 2013-02-28 18:14:37 -08:00
Peter Braden
f2ec2cd3ed Allow video capture to be streamed 2013-02-26 19:07:39 -08:00
Peter Braden
c3d3f0f4b4 beta 0.0.11 2013-02-26 17:23:19 -08:00
Peter Braden
0840e0b2e2 Merge branch 'provide-cascades' into beta
Conflicts:
	lib/opencv.js
2013-02-26 16:52:36 -08:00
Peter Braden
4ca165635e provide image to event 2013-02-26 16:51:45 -08:00
Peter Braden
a8e5ac4b6b Fix path 2013-02-26 16:27:34 -08:00
Peter Braden
24f255a161 unit test for imagestream 2013-02-26 16:23:14 -08:00
Peter Braden
0bb7fe9918 Add shortcut for face cascade file -> cv.FACE_CASCADE 2013-02-26 15:34:27 -08:00
Peter Braden
0cb436e930 Changing ImageStream -> ImageDataStream and creating ImageStream.
To pipe data into an image matrix, you now use ImageDataStream.

ImageStream is now a stream that transforms image buffers into matrices.
2013-02-26 15:26:54 -08:00
Peter Braden
3a7469fe52 catch older versions in build step 2013-02-26 15:00:29 -08:00
Peter Braden
e1e1267bc3 Merge pull request #37 from ryansouza/node-08
Have travis test against node 0.8 as well
2013-02-26 10:43:49 -08:00
Peter Braden
32a1b76852 Merge pull request #36 from ryansouza/contour-stuff
Include more info about working with contours
2013-02-26 10:43:30 -08:00
Ryan Souza
a320ff9af0 Have travis test against node 0.8 as well 2013-02-25 23:06:21 -08: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
454fd1188a s/cols,rows/rows,cols/g re #30 2013-02-13 13:30:31 -08:00
Peter Braden
0de039956e Clarify width, height params re #30 2013-02-12 05:24:50 -08:00
Peter Braden
bb1fa037f3 Merge pull request #34 from mintplant/contours
Contours expansion: minAreaRect and convexHull bindings, expose underlying point data
2013-02-11 12:18:16 -08:00
Michael Smith
84e5f255df Add ConvexHull binding for Contours class 2013-02-10 15:26:58 -08:00
Michael Smith
4f7968e567
Expose MinAreaRect binding for Contours 2013-02-10 15:25:26 -08:00
Michael Smith
a197586673 Expose point data from Contours
Add in a Point method to the Contours class to access the underlying
point coordinates from the JavaScript side.
2013-02-10 15:04:37 -08:00
Peter Braden
e64b558bbd v0.0.10 2013-02-05 14:39:19 -08:00
Peter Braden
c057d411a5 Remove todo - that's what github issues are for 2013-02-05 14:27:46 -08:00
Peter Braden
fb55cec501 Merge pull request #29 from jtlebi/master
New bindings
2013-02-05 14:25:55 -08:00
Peter Braden
be92fe5e65 Strip trailing spaces in matrix.cc re #29 2013-02-05 14:24:05 -08:00
Peter Braden
642f111f9d Merge branch 'master' of github.com:peterbraden/node-opencv 2013-02-05 14:21:35 -08:00
Peter Braden
8d6180bcaf Merge pull request #26 from prabirshrestha/buffers
fixed require('buffers')
2013-02-04 09:00:34 -08:00
Peter Braden
63891ae4fa Merge pull request #31 from gluxon/master
Add bindings for inRange
2013-02-03 11:01:33 -08:00
Brandon Cheng
22bdf646b1 Add bindings for cv::inRange 2013-01-27 18:16:30 -05:00
Jean-Tiare LE BIGOT
3b3c591517 add bindings for boundingBox in contours --> returns an (x, y, width, height) object 2013-01-20 15:39:51 +01:00
Jean-Tiare LE BIGOT
abf5e9948c add bindings for cornerCount (size in OpenCV) in contours + fix bool instead of double in approxPolyDP 2013-01-20 15:07:20 +01:00
Jean-Tiare LE BIGOT
d2e8b1969f add bindings for isConvex in contours 2013-01-20 14:20:33 +01:00
Jean-Tiare LE BIGOT
e3280ddc1e add bindings for approxPolyDP in contours 2013-01-20 14:16:16 +01:00
Jean-Tiare LE BIGOT
a94bc32d5f add bindings for arcLength in contours 2013-01-20 14:02:48 +01:00
Jean-Tiare LE BIGOT
7be98efacf add bindings for gaussianBlur 2013-01-20 01:05:43 +01:00
Jean-Tiare LE BIGOT
b73ccb67fa add bindings for 'erode' 2013-01-19 23:28:54 +01:00
prabirshrestha
3efe469ea0 fixed require('buffers') 2012-12-03 13:34:50 -05:00
Peter Braden
8b899d073a don't save images in example 2012-11-29 13:44:31 -08:00
Peter Braden
2d0e747a4d Getting rid of old build script 2012-11-27 17:13:57 -08:00
Peter Braden
644f6797d3 Merge branch 'camshift' 2012-11-27 17:09:18 -08:00
Peter Braden
f90cea5ffd std::vector, explicitly 2012-11-27 16:54:29 -08:00
Peter Braden
4f56834420 correct import. Linux is way whinier about this sort of stuff. 2012-11-27 16:52:05 -08:00
Peter Braden
ab686c5445 specify std::dtring 2012-11-27 16:48:20 -08:00
Peter Braden
dcf7462b13 travis is puking again 2012-11-27 16:42:33 -08:00
Peter Braden
7d43360b72 fix unit test 2012-11-27 16:36:18 -08:00
Peter Braden
20fa7a1c51 ignore out jpgs and examples avi's - too big for repos and test output 2012-11-27 16:15:31 -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
33146b15e0 stubbing test for multiple imports bug 2012-11-19 12:39:49 -08:00