Leonid Babikov
7801cefdcd
new GetPixel function that returns one of the following [B,G,R,A] or [B,G,R,A] or [G]
...
extended PixelCol and PixelRow so they will check for channels and return alpha too if possible
tests for GetPixel
2017-06-26 17:08:24 +03:00
Peter Braden
e40d1669c2
Merge pull request #499 from schmidmt/master
...
Added support for single channel pixelRow and pixelColumn
2017-05-15 09:35:24 +02:00
Michael Thomas Schmidt
633f5162ca
Addressed deprecation warning in Node 7.9 with Nan abstractions.
2017-04-18 14:17:54 -05:00
Michael Thomas Schmidt
48c07c7e3b
Added support for single depth pixelRow and pixelColumn
2017-04-17 15:15:38 -05:00
Dmitry Ivanovm
dc00de8e22
~moved TERM constants to constants.cc
2017-03-09 09:33:01 -05:00
Dmitry Ivanovm
eccd861a8a
~cleanup
2017-03-08 16:08:58 -05:00
Nathan Graves
592b70a3c2
Fixed testing for imreadmulti on OpenCV < 3, added distanceTransform function to imgproc module.
2017-02-20 11:08:11 -08:00
Nathan Graves
cfeb82d9fc
Added check for mats.empty() on failed image load.
2017-02-16 16:46:55 -08:00
Nathan Graves
2e48ea0a61
Removed unnecessary v8:: prefixes
2017-02-16 16:43:37 -08:00
Nathan Graves
d90fcf78e0
Added binding to imreadmulti with test case for included .tif file.
2017-02-16 16:38:51 -08:00
Peter Braden
c0f7942636
Merge pull request #466 from piercus/master
...
Few enhancements : Add function, idct, add sigmat param to gaussianBlur
2017-02-08 17:27:23 +01:00
Peter Braden
7085a9b4ae
Merge pull request #467 from NatureFeng/master
...
remove duplicate crop function set
2017-02-08 17:19:36 +01:00
Peter Braden
1cd0535c7d
Merge pull request #474 from ImageQuix/master
...
Add support for the 'Oriented' area flag in contourArea
2017-02-08 16:50:59 +01:00
boelroy
12e3c6e25c
add the type function in Matrix class
2017-01-17 16:13:20 +08:00
Craig Valente
b8419a842a
Add support for the 'Oriented' area flag in contourArea
2016-12-12 20:23:38 -05:00
NatureFeng
edc9a6ecab
remove duplicate crop function set
2016-11-15 14:17:43 +08:00
Pierre Colle
430976cb1a
wrap add function
2016-11-09 10:20:33 +01:00
Pierre Colle
fe2b18e0a7
add sigma param to gaussianBlur
2016-11-09 10:19:26 +01:00
Pierre Colle
2bce0b7cd2
image signature, slow but working
2016-11-09 09:16:04 +01:00
Pierre Colle
749e27aaf9
change to get from CV_32F Matrix
2016-11-08 14:33:38 +01:00
Piercus
1300265317
add dct method
2016-11-07 22:07:01 +01:00
Dan Schultzer
c0728bacdf
Merge pull request #450 from dxprog/master
...
handles colors with less-/more-than three channels
2016-10-29 14:27:41 -07:00
Matt Hackmann
64774c2372
removed unneeded variable from setColor
2016-10-29 11:43:08 -07:00
Matt Hackmann
bd9e313297
cleaned up setColor clean up
2016-10-29 11:21:17 -07:00
Ollie Relph
74c8f4e347
Use the contour hierarchy that's been passed
2016-10-25 11:36:07 +01:00
Ollie Relph
79da65d9a5
Add support for maxLevel
2016-10-25 11:35:48 +01:00
Ollie Relph
c80577f039
Add support for lineType and offset for drawContours
2016-10-20 11:19:45 +01:00
Matt Hackmann
8c1b5e401b
handles colors with less-/more-than three channels
2016-10-06 10:06:20 -07:00
Dan Schultzer
6ca8a35338
Fix issues that came up with debug opencv
...
OpenCV compiled with debug has a lot of assertions. There was some issues that came up when I ran the tests on that build.
2016-09-22 11:23:51 -07:00
Peter Braden
5aee66eb2c
Merge pull request #428 from Evilcat325/master
...
Add MatchTemplate By Matrix Method.
2016-09-22 01:10:24 -07:00
Dan Schultzer
de57ca8419
Rename video capture close to release
2016-09-21 01:47:10 -07:00
Andreas Gal
9a2b3c3bfc
make getData() work if we have more than one channel
2016-09-07 16:16:11 -07:00
Andreas Gal
6722aadc2b
fix signed/unsigned comparison warning
2016-09-05 13:11:13 -07:00
Andreas Gal
19067e5aff
compensate for any padding in getData
2016-09-05 13:01:18 -07:00
Sen
e578cdb869
Add method range check
...
Method can be only 0~5, if other number supply will default to
TM_CCORR_NORMED.
2016-07-25 16:47:15 -04:00
Sen
344ea4963d
change output
...
MatchTemplateByMatrix now only return the result matrix
2016-07-25 13:54:55 -04:00
Sen
d8de6a86b8
Add match temple method
...
Add match temple method that accept a matrix
2016-07-25 13:16:32 -04:00
Igor Dubinskiy
7112856244
Restore Contour.points method
2016-05-12 23:54:53 -07:00
Matt Hackmann
5ae998becf
loading image by file/buffer now has same behaviour
2016-05-02 10:21:39 -07:00
Michael Vines
13a1de4f92
Merge pull request #401 from jainanshul/mean
...
Add matrix mean method
2016-04-22 06:50:54 -07:00
Anshul
2a2ea7d74a
Add matrix mean method
2016-04-22 00:01:38 -07:00
Michael Vines
7fb5e261b2
Merge pull request #400 from mvines/asw
...
AsyncSaveWorker now controls the lifecycle of its filename
2016-04-21 21:10:56 -07:00
Michael Vines
5ca03b25b4
AsyncSaveWorker now controls the lifecycle of its filename
2016-04-21 20:54:02 -07:00
Andreas Gal
bd56c36040
add subtract() to Matrix
2016-04-14 10:31:09 -07:00
Peter Braden
7a50a5b4c2
Merge pull request #371 from AwooOOoo/master
...
type_info error
2016-04-13 11:46:52 +02:00
Salman
5102116c52
updated matchTemplate and added example
2016-03-15 10:53:41 +05:00
Michael Vines
85b4542b7f
Work around bug in OpenCV3 FaceRecognizer::predict
...
Older versions of OpenCV3 incorrectly returned label=0 at confidence=DBL_MAX
instead of label=-1 on failure. This can be removed once the fix* becomes
more widespread.
* 0aa58ae9b3 (diff-d9c561bf45c255c5951ff1ab55e80473)
2016-02-25 10:46:16 -08:00
Michael Vines
2405bc5a59
Enable FaceRecognizer on OpenCV3
2016-02-24 21:31:49 -08:00
Paul Matthews
b5228ae209
-Cleanup of white space after last commit
2016-02-12 13:58:52 +01:00
Paul Matthews
ef39f323c7
-Changes to correct type_info errors seen in Visual Studio from std namespace pollution. Removed global std namespace references and specifically prefixed each call.
2016-02-12 13:25:25 +01:00