768 Commits

Author SHA1 Message Date
Sen
495e06a591 Add canny match template test
As we can pass matrix as template, detecting canny provide more robust
match if we only care about shape rather than contrast and color.
2016-07-25 16:48:17 -04: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
a2a3018213 Add Unit test to method
the expected match location should be (717, 0)
2016-07-25 13:55:30 -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
Peter Braden
870ffb56c2 Merge pull request #424 from CardiganCam/master
Update documentup.min.js src
2016-07-15 11:55:24 +02:00
Yossi
2517d1d0a0 Update documentup.min.js src 2016-07-15 10:25:34 +03:00
Peter Braden
df9959ae7d Merge pull request #408 from idubinskiy/contour-points
Restore Contour.points method
2016-05-13 11:00:05 +02:00
Igor Dubinskiy
7112856244 Restore Contour.points method 2016-05-12 23:54:53 -07:00
Peter Braden
3af26fe5fb Merge pull request #407 from mcwhittemore/master
fix dissimilarity example
2016-05-06 10:36:51 +02:00
Matthew Chase Whittemore
d42df05708 fix dissimilarity example 2016-05-05 00:36:44 -04:00
Peter Braden
0374115c72 Merge pull request #405 from dxprog/master
loading image by file/buffer now has same behaviour
2016-05-03 15:45:47 +02: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
a3db0acb0a Merge pull request #395 from andreasgal/subtract
add subtract() to Matrix
2016-04-21 20:57:47 -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
Peter Braden
49b5f3403e Merge pull request #389 from salmanulhaq/matchtemplateupdate
Updated matchTemplate and added an example
2016-03-22 13:35:54 +01:00
Salman
5102116c52 updated matchTemplate and added example 2016-03-15 10:53:41 +05:00
Michael Vines
ead733ba34 Merge pull request #379 from mvines/face
Enable FaceRecognizer on OpenCV3
2016-02-25 12:04:27 -08: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
Peter Braden
d7b7161871 Merge pull request #369 from wenq1/master
Add Moments method for matrix
2016-02-12 08:44:27 +01:00
wenq1
5d1860d1bf - add consts for contour finding 2016-02-12 15:01:22 +08:00
wenq1
fb6ac0ff30 - more work on mements for matrix 2016-02-12 14:58:13 +08:00
wenq1
48f18f5526 - add moments 2016-02-11 22:35:42 +08:00
Peter Braden
5fb426aa14 v5.0.0 2016-02-09 09:43:37 +01:00
Peter Braden
b740255d91 Merge pull request #366 from sirotenko/master
Added getFrameCount method to VideoCapture
2016-02-08 09:01:47 +01:00
Peter Braden
964da8e3b4 Merge pull request #367 from mvines/cv3
Base OpenCV 3 port
2016-02-08 08:57:15 +01:00
Michael Vines
2a81f236c5 Base OpenCV 3 port 2016-02-07 19:20:01 -08:00
Mikhail Sirotenko
a45139326d Renamed numFrame method to correspond to OpenCV naming 2016-02-07 09:31:29 -05:00
Mikhail Sirotenko
cf8d9143f8 Added NumFrames method to VideoCapture 2016-02-07 01:56:27 +00:00
Peter Braden
090e9d7276 Merge pull request #365 from peterbraden/354
Addresses #354
2016-02-04 14:48:07 +01:00
Peter Braden
4cdc679358 Addresses #354 2016-02-04 14:33:05 +01:00
Peter Braden
703bbfefa1 Merge pull request #330 from vargad/master
Added Sobel operator
2016-02-03 16:45:51 +01:00
Peter Braden
a7cc7e8761 Merge pull request #359 from mvines/pubmat
Define a native interface for unwrapping the cv:Mat from a Matrix object
2016-02-03 16:44:11 +01:00
Michael Vines
38d19a6236 Add test for inc/Matrix.h 2016-01-27 23:45:13 -08:00
Peter Braden
92b1d2c9ea Merge pull request #361 from punnerud/patch-1
Update addweighted.js
2016-01-27 14:56:53 +01:00
punnerud
7c37842094 Update addweighted.js
Corrected the example and tmp-path
2016-01-25 16:18:28 +01:00
Michael Vines
c457310497 Define a native interface for unwrapping the cv:Mat from a Matrix object 2016-01-20 20:42:41 -08:00
Peter Braden
3d06aefe75 Merge pull request #349 from banterability/patch-1
Fix contours example in README
2016-01-11 13:09:24 +01:00
Peter Braden
96536918ab Merge pull request #350 from cascade256/build_windows
Simplify building on Windows
2016-01-11 13:09:05 +01:00
cascade256
56f27f9e23 Make the use of OPENCV_DIR on Windows match that of the OpenCV docs 2016-01-09 23:03:35 -08:00
cascade256
9fd5d28f6a Adjusted the README so the Windows instructions are accurate 2016-01-07 22:05:04 -08:00
cascade256
9561b4f710 Simplify Windows building 2016-01-07 22:01:29 -08:00