Keegan Brown
8b3e747c35
Eliminated deprecation warnings while building in Node v4.1.2
2015-10-06 12:46:44 -05: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
a0faef9e65
Here goes nothing...
...
So apparently Nan v2 has removed Handle and uses Local instead. Not
sure wtf that’s all about. I have no idea if this works, but it builds
in both node v4.1.1 and v0.12.7 and passes the included tests in both.
2015-10-05 13:53:34 -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
Michael Vines
20807d6284
Only run equalizeHist() if an BGR matrix was provided
...
Grayscale matrices are used unmodified.
2015-08-30 01:08:55 -07:00
Michael Vines
dece21619f
AsyncDetectMultiScale: use input matrix if color conversion was not required.
2015-08-21 14:10:39 -07:00
Emanuel
0905ab4035
Fixes error trying to load an image that is not an image.
...
Fixes error trying to detect faces in some images.
2015-07-21 02:12:30 -03:00
AVVS
a7eba6a9e4
Add imageSimilarity method beased on features 2d
2015-03-31 18:51:08 -07:00
Peter Braden
cfc6c16721
Remove unused 'sleep_for' variable to suppress compile warning
2015-02-11 18:35:00 +01:00
Mark Moissette
a42033ac96
- overall cleanup :
...
* removed obsolete code , comments
2014-09-30 21:49:24 +02:00
Mark Moissette
cac848fa87
- added missing Nan conversion of async method
...
AsyncDetectMultiScale
2014-09-29 11:52:58 +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 kaosat-dev Moissette
cd303829de
- continued work migrating api to nan
2014-09-10 15:23:57 +02:00
Salman
d75a672fa2
added car detection example + cascade files
2014-08-31 22:10:03 +05:00
Peter Braden
1d542bc056
Cast cb for node 0.10
2013-03-19 16:53:50 -07:00
Camilo Aguilar
3b5311cf42
Some code clean up
2012-10-20 02:35:15 -04:00
Peter Braden
c01ae532a6
Classifier resize image, new example
2012-08-24 13:17:37 -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
97fadd3785
make detectMultiscale async
2012-01-19 18:01:37 -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