223 Commits

Author SHA1 Message Date
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
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
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
Contra
c50cdf35a4 allow thickness and color args for ellipse 2012-11-19 12:15:59 -08:00
Peter Braden
e33afd97ef WIP on TrackedObject re #22 2012-11-12 13:30:26 -08:00
Peter Braden
a9717c7dc0 WIP on camshift re #22 2012-11-12 10:54:37 -08:00
Peter Braden
b5fe027703 setting up trackedobject 2012-11-09 17:29:54 -08:00
Peter Braden
3a1477c527 WIP on CamShift with TrackedObject re #22 2012-11-09 16:48:31 -08:00
Peter Braden
d71b0ae7b3 if toBuffer has a cb, run it async. re #21 2012-11-09 10:21:41 -08:00
Peter Braden
ac6c685b56 Fix async toBufffer test 2012-10-29 23:48:12 -07:00
Peter Braden
56fd1824d3 WIP on an async toBuffer re #21 2012-10-29 23:10:34 -07:00
Peter Braden
c4cc2d45b8 Merge branch 'master' of https://github.com/rhasson/node-opencv 2012-10-22 21:49:26 -07:00
Camilo Aguilar
3b5311cf42 Some code clean up 2012-10-20 02:35:15 -04:00
rhasson
298cc5adf3 corrected module name in NODE_MODULE call 2012-10-19 16:36:18 -04:00
Peter Braden
f7bd72f1ae reorg matrix header 2012-10-15 13:37:14 -07:00
Peter Braden
03e444071c Fix Get / Set - closes #15 2012-10-15 13:09:37 -07:00
Peter Braden
7468d0e5fe Fix Get, Row and Col 2012-10-15 12:20:12 -07:00
Peter Braden
809b5eba50 WIP on proper get/set 2012-09-24 15:38:12 -07:00
Peter Braden
e8cc061187 hough lines 2012-09-19 16:35:04 -07:00
Peter Braden
48ab05f624 basics of goodFeaturesToTrack 2012-09-19 12:26:46 -07:00
Peter Braden
c01ae532a6 Classifier resize image, new example 2012-08-24 13:17:37 -07:00
Wade Simmons
97ffde101f match upstream tab style 2012-08-01 23:22:04 -07:00
Wade Simmons
ce126ba9c8 wrap Mat(Mat, Rect) constructor
This is so you can create a clone of a ROI (Rectangle of Interest)
2012-08-01 23:09:42 -07:00
Peter Braden
0ff2d8dc83 WIP on fixing build 2012-07-05 14:08:11 -07:00
Peter Braden
e1db78e6d9 WIP on gyp 2012-07-04 18:51:29 -07:00
Peter Braden
5c1243329d WIP on moving to gyp 2012-07-04 18:42:38 -07:00
Peter Braden
8d618a523a Working on build in OS X 2012-06-22 14:29:34 -07:00
Peter Braden
48996e2448 add namespaces 2012-06-22 14:14:58 -07:00
Peter Braden
7532b9e332 Fix build warnings 2012-06-22 14:02:03 -07:00
Peter Braden
8f8181b539 updated build script 2012-06-22 13:59:59 -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
c4a1c7161f Fix row and col tests for 1 channel matrices 2012-06-01 15:42:29 -04:00
Peter Braden
5f4ef5af30 Fix unit test build - looks like cv::resize doesn't work with 64 bit floats
re - http://stackoverflow.com/questions/7385465/resize-an-image-and-changing-its-depth
2012-05-31 17:00:04 -04:00
Peter Braden
d154496199 fix exception for older opencv versions 2012-05-31 15:57:39 -04:00
John Hurliman
765ee8d68b Fix Matrix::Row() and Matrix::Col() to return proper BGR pixel values for images 2012-05-04 15:27:35 -07:00
Peter Braden
43b376e5e4 WIP 2012-04-26 13:35:20 -07:00
Peter Braden
0c730cef5a make readfile async 2012-01-26 16:37:40 -08:00