33 Commits

Author SHA1 Message Date
Michael Vines
2405bc5a59 Enable FaceRecognizer on OpenCV3 2016-02-24 21:31:49 -08:00
Michael Vines
2a81f236c5 Base OpenCV 3 port 2016-02-07 19:20:01 -08:00
Anshul Jain
277671203e Add LDA SubspaceProject and SubspaceReconstruct functions 2015-11-19 11:06:22 -08:00
Keegan Brown
ec09e0bdde Swapped out all "handle" for "local"
Now building and passing tests locally in node v0.10.40 v0.12.7 and
v4.1.1. Other modules would not build at node lower than v0.10, so I
stopped there.
2015-10-05 14:33:12 -05:00
Keegan Brown
0216128fb0 Builds fine in 4, Fails in 0.12.7 2015-10-01 18:15:10 -05:00
Keegan Brown
1974fd6d00 Revert "conversion + build + test passed... so far"
This reverts commit ea69fcc10b73a191e1d3dc6c9decdc1ebc8bc714.
2015-10-01 11:03:08 -05:00
Keegan Brown
ea69fcc10b conversion + build + test passed... so far 2015-09-29 13:39:49 -05:00
Anshul Jain
7c426bf69a Fix code formatting for native code closes #295 2015-09-14 17:03:51 -07:00
Thomas Hoffmann
da55bda0c9 added missed BackgroundSubtractor including 2015-07-07 20:37:23 +02:00
AVVS
a7eba6a9e4 Add imageSimilarity method beased on features 2d 2015-03-31 18:51:08 -07:00
Max Ehrlich
bce394f775 Init StereoGC class 2015-02-12 14:17:58 -05:00
Max Ehrlich
487ac8a137 Added semi-global block matching stereo 2015-02-06 11:06:58 -05:00
Max Ehrlich
e7b3cab803 Added Stereo block matching algorithm 2015-02-06 10:27:20 -05:00
Max Ehrlich
96068dd7a9 Added stub imgproc source file 2015-01-27 10:53:06 -05:00
Max Ehrlich
e35698ac16 Moved findChessboardCorners to calib3d source file 2015-01-20 09:37:52 -05:00
Peter Braden
19058ecea9 Merge branch 'nodev11.x' of github.com:kaosat-dev/node-opencv into kaosat-dev-nodev11.x
Conflicts:
	src/Contours.cc
	src/Contours.h
	src/Matrix.cc
	src/VideoCaptureWrap.cc
2014-10-07 07:56:31 +02:00
Mark Moissette
a793f21561 - first pass migration of all relevant source done
* compiling ok under node 0.11.13
 * missing a  number of async methods
2014-09-21 12:42:55 +02:00
Mark Moissette
d0351f336f - migration of OpenCV.h/.cc done
- migration of init.cc done
- migration of Matrix.cc about half done
- migration of Contours.cc in progress
2014-09-20 16:01:08 +02:00
J David Smith
ede3feaf3d Exposed a bunch of OpenCV type constants. 2014-09-18 13:33:47 -04:00
Mark kaosat-dev Moissette
8db4e0ed2d - added nan dependency
- updated binding.gyp
- ported all header files to the nan api
2014-09-10 13:41:09 +02:00
Peter Braden
b17fceca72 Initial work on face recognition using the FaceRecognizer class from opencv 2.4.4 2013-03-13 16:15:29 -07:00
Peter Braden
77279a33c0 Add basic highgui window support 2013-03-04 11:12:33 -08:00
Peter Braden
e33afd97ef WIP on TrackedObject re #22 2012-11-12 13:30:26 -08:00
rhasson
298cc5adf3 corrected module name in NODE_MODULE call 2012-10-19 16:36:18 -04:00
Peter Braden
0ff2d8dc83 WIP on fixing build 2012-07-05 14:08:11 -07:00
Peter Braden
8d618a523a Working on build in OS X 2012-06-22 14:29:34 -07:00
Peter Braden
8f8181b539 updated build script 2012-06-22 13:59:59 -07: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
3644d3ed8d Remove image 2012-01-23 23:21:51 -08:00
Peter Braden
63a7695187 WIP on video capture etc 2012-01-19 00:02:15 -08:00
Peter Braden
23d49455fe Face detection using cascade classifier 2012-01-18 17:48:05 -08:00
Peter Braden
468034d329 WIP 2012-01-18 01:37:09 -08:00
Peter Braden
403a62dbba OpenCV Bindings - initial commit 2012-01-14 09:14:00 -08:00