1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 02:16:34 +08:00
Commit Graph

1657 Commits

Author SHA1 Message Date
Vladislav Samsonov
2016e90c7d Fixing GCC warning 2016-07-25 03:31:20 +03:00
Vladislav Samsonov
5146e0d2e4 Merge https://github.com/Itseez/opencv_contrib into optflow 2016-07-25 03:24:12 +03:00
Vladislav Samsonov
17831add02 Added new method for training forest 2016-07-25 03:22:31 +03:00
Vladislav Samsonov
7f93d951d3 Added training part of the Global Patch Collider 2016-07-25 02:28:23 +03:00
Vadim Pisarevsky
159534a272 Merge pull request #732 from alalek:gnu_toolchain 2016-07-18 21:25:17 +00:00
Alexander Alekhin
38ece115a0 disable dnn for aarch64 platform 2016-07-18 16:21:04 +03:00
Maksim Shabunin
afcb7bb4cb Merge pull request #727 from alalek:migration 2016-07-18 07:51:23 +00:00
Alexander Alekhin
de378a7202 Merge pull request #729 from vbystricky:dis_flow 2016-07-15 14:36:20 +00:00
Maksim Shabunin
986a28371a Merge pull request #702 from LaurentBerger:PaillouFilter 2016-07-15 08:47:00 +00:00
vbystricky
5a1fd4c873 Add methods for get/set weights of variational refiment part of DISFlow method 2016-07-15 11:43:30 +03:00
Maksim Shabunin
55e119ceec Merge pull request #645 from lych77:master 2016-07-14 14:28:11 +00:00
LaurentBerger
42640a33af Paillou filter
Paillou Filter

comment : english tab and assert  Mat(instead of new)

InputArray and ptr<Type>()

Outputarrays

OutputArray as argument

Update doc
2016-07-14 10:17:26 +02:00
Maksim Shabunin
cb3b2095c4 Merge pull request #722 from sbokov:deepflow_acceleration 2016-07-13 14:02:04 +00:00
Alexander Alekhin
823dea726f migration: github.com/opencv/opencv_contrib 2016-07-12 13:02:08 +03:00
Alexander Alekhin
a996bcff3f Merge pull request #691 from Dikay900:templates 2016-07-12 09:35:55 +00:00
Alexander Alekhin
6a5f8e4a31 Merge pull request #498 from rokm:opencv_text-warning 2016-07-11 16:35:05 +00:00
Vladislav Samsonov
3dbbad123a Added a note about key differences 2016-07-08 22:20:03 +03:00
Vladislav Samsonov
1d90d67016 Merge upstream 2016-07-08 13:49:03 +03:00
Vladislav Samsonov
eb9b5080c1 Fixed binary file reading on Windows, math constants and OpenCL kernel 2016-07-08 13:33:43 +03:00
Alexander Alekhin
9bea717bd8 Merge pull request #703 from MartinNowak:fix_sift_overflow 2016-07-05 12:05:12 +00:00
Alexander Bokov
659efc5829 DeepFlow acceleration
Replaced internal variational refinement implementation inside DeepFlow
with a new optimized one, which provides about the same quality while
being 4-6 times faster.
2016-07-04 16:32:37 +03:00
Maksim Shabunin
30f718d1f0 Merge pull request #708 from sbokov:variational_refinement 2016-07-04 08:55:03 +00:00
Dikay900
63584d77cb add issue and pull request template 2016-07-02 17:35:58 +02:00
Alexander Bokov
b96a5f5963 Complete DIS optical flow implementation
Added variational refinement as a separate class (based on implementation
inside DeepFlow, but significantly accelerated, about 4-6 times faster),
accelerated the main dense inverse search algorithm. Added several new
features including patch mean normalization for increased robustness to
illumination changes and spatial propagation, which often helps to recover
from errors introduced by the coarse-to-fine scheme. Expanded the
documentation, added new accuracy and perf tests. Refactored some of
the already existing optical flow accuracy tests.
2016-07-01 18:50:10 +03:00
Vladislav Samsonov
75b3ea9f72 Fixing some compiler warnings 2016-06-22 13:53:03 +03:00
Vladislav Samsonov
805a0c4b97 Fixed build on VS 2016-06-21 14:35:52 +03:00
Alexander Alekhin
51a4f6e415 Merge pull request #682 from jokereactive:ChAruCo_DocPatch 2016-06-20 10:58:40 +00:00
Vladislav Samsonov
e57df756a6 PR fixes 2016-06-20 03:26:54 +03:00
Sarthak Ahuja
f63c28a615 [Aruco] detector_params YAML updated
[Aruco] Fixed the spelling of Length in Samples

replaced images to 6x6_250

Updated README

[Aruco] Updated Charuco Diamond Detection Tutorial Readme

[Aruco] Updated Charuco Board  Detection Tutorial Readme

[Aruco] Updated Aruco Tutorials  Readme

[Aruco] Updated Aruco Tutorials  Readme

Added a new line at the end of file.

Update aruco_board_detection.markdown

Update aruco_calibration.markdown

Update aruco_detection.markdown

Update charuco_detection.markdown

Update charuco_diamond_detection.markdown

Update README.md

Update charuco_detection.markdown
2016-06-19 22:20:44 +05:30
Vladislav Samsonov
2d68b30528 Minor fixes 2016-06-19 17:57:43 +03:00
Vladislav Samsonov
329f49e92a Passing of the prior file to the evaluation tool 2016-06-13 19:25:51 +03:00
Vladislav Samsonov
f9ef5d456e Added some explanatory comments 2016-06-13 17:23:12 +03:00
Vladislav Samsonov
8ebe182f80 Merge recent changes 2016-06-13 02:32:27 +03:00
Vladislav Samsonov
7a18e78865 Post-review fixes 2016-06-13 02:11:38 +03:00
Vladislav Samsonov
54e746bebd Added OpenCL support 2016-06-12 23:04:38 +03:00
Martin Nowak
d4df727d38 fix overflow issue when computing diagonal
- with big images the int multiplication can overflow
2016-06-11 17:51:46 +02:00
Maksim Shabunin
14f16b1d75 Merge pull request #696 from mshabunin:fix-aruco-python-refine 2016-06-10 13:36:55 +00:00
Maksim Shabunin
3ff3cd8484 Merge pull request #689 from sbokov:DIS_optical_flow 2016-06-10 11:03:27 +00:00
Alexander Bokov
d4c3765e4f Partial DIS implementation and OF benchmark
Basic interfaces and a partial implementation of the Dense Inverse
Search (DIS) optical flow algorithm without variational refinement. Also
added a python benchmarking script that can evaluate different optical
flow algorithms on the MPI Sintel and Middlebury datasets and build
overall comparative charts.
2016-06-10 13:00:36 +03:00
Vladislav Samsonov
d8aa162545 Added support for prior (covariance matrix) 2016-06-09 01:55:31 +03:00
Vladislav Samsonov
7c0a4788f1 Preserve edges 2016-06-08 22:11:08 +03:00
Maksim Shabunin
fd6355e00a aruco: fixed rejectedCorners input type to generate correct python signature 2016-06-03 10:33:01 +03:00
Alexander Alekhin
cd5993c657 Merge pull request #693 from alalek:pr616 2016-06-02 17:12:44 +00:00
Gary Bradski
f5deefefe2 Extensive changes to master README.md
Extensive changes to README.md opencv_contrib file to bring it up to date.
2016-06-02 16:08:59 +03:00
Alexander Alekhin
366f25b946 Merge pull request #683 from wujiang:patch-1 2016-06-02 12:57:36 +00:00
Wu Jiang
9481d44b44 Fix a typo
`lenght` --> `length`
2016-05-25 22:59:04 -04:00
Alexander Alekhin
ba1d3ef99c Merge pull request #678 from sturkmen72:fix_for_haarcascade_mcs_files 2016-05-25 10:07:45 +00:00
Maksim Shabunin
dc4c0bb0e2 Merge pull request #679 from dharezlak:patch-1 2016-05-24 15:29:08 +00:00
Alexander Alekhin
fc763bfa1c Merge pull request #680 from Algomorph:master 2016-05-23 20:02:08 +00:00
Gregory Kramida
395db9e721 Fix sign() macro redefinition compile-time error 2016-05-23 13:00:28 -04:00