1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-23 09:38:56 +08:00
Commit Graph

2189 Commits

Author SHA1 Message Date
Alexander Alekhin
3a43af8131 Merge pull request #1080 from pengli:dis_optflow 2017-03-27 19:35:07 +00:00
Alexander Alekhin
d8be3fe912 Merge pull request #1078 from jexner:lsc-initialize-weights-fix 2017-03-27 19:32:40 +00:00
Alexander Alekhin
0ed62f35f2 Merge pull request #1076 from jexner:lsc-enforce-connectivity-fix 2017-03-27 19:28:57 +00:00
Alexander Alekhin
3ab2b4139a Merge pull request #1082 from woodychow:multithread_sift 2017-03-27 14:05:52 +00:00
Alexander Alekhin
71ae8e0d7f Merge pull request #1088 from cbalint13:lsc_fix 2017-03-27 12:54:25 +00:00
Max-Wang
f1892ad916 fix erGrouping parameter error 2017-03-27 19:49:03 +08:00
Balint Cristian
90105169b2 Fix LSC crash, guard against invalid label index. 2017-03-27 14:07:51 +03:00
Vladislav Sovrasov
27075d22bf tracking: hide getModel() method 2017-03-24 16:24:05 +03:00
Maksim Shabunin
95d432db5d Download cache 2017-03-24 16:20:24 +03:00
Woody Chow
443f68cb71 Parallelize calcDescriptors and buildDoGPyramid. Simplify 2 lines of AVX2 instructions 2017-03-24 16:31:18 +09:00
Li Peng
6f907c3347 add dis optical flow sample app
it takes a video file as input and shows colored optical flow.

Signed-off-by: Li Peng <peng.li@intel.com>
2017-03-24 10:40:31 +08:00
Julian Exner
ab5f5d6ca2 Fix uninitialized LSC weights 2017-03-22 14:35:51 +01:00
Alexander Alekhin
38758066de Merge pull request #1077 from alalek:cpu_multi_target 2017-03-22 10:30:32 +00:00
jexner
5dc7be6a06 Fix segmentation fault in SuperpixelLSCImpl::PostEnforceLabelConnectivity
See https://github.com/opencv/opencv_contrib/issues/1048
2017-03-21 21:52:10 +01:00
Alexander Alekhin
552d3206d2 build: eliminate warnings
tldDetector.cpp:465:22: warning: declaration shadows a field of 'cv::tld::TLDDetector' [-Wshadow]
2017-03-20 14:29:20 +03:00
Haaris
58f7afcb2d Merge pull request #1066 from hsed:patch-1
fixed typo in comment (#1066)

Line 139: Fixed typo of word "length".
2017-03-17 07:44:45 +00:00
Alexander Alekhin
880deec68f Merge pull request #1063 from mshabunin:reduce-dependencies 2017-03-15 17:27:40 +00:00
Maksim Shabunin
f8807f18cd Reduced modules dependencies:
- made some of dependencies explicit
- removed dependencies to highgui and some other modules where possible
- modified some samples to build without modules
2017-03-15 18:00:21 +03:00
Alexander Alekhin
a087db6b13 Merge pull request #1045 from sturkmen72:Update_thinning_cpp 2017-03-15 15:00:03 +00:00
Alexander Alekhin
f1a198d192 Merge pull request #1064 from sovrasov:bgsegm_sample_update 2017-03-15 14:17:07 +00:00
Alexander Alekhin
f4da150206 Merge pull request #1033 from woodychow:sift_avx2 2017-03-15 11:13:15 +00:00
Alexander Alekhin
c16b5c2689 Merge pull request #1043 from alalek:fix_sfm_build 2017-03-15 09:57:14 +00:00
Alexander Alekhin
05eb9f35c1 Merge pull request #1062 from pengli:dis_optflow 2017-03-15 09:54:22 +00:00
Alexander Alekhin
1ecbb8f0a2 Merge pull request #1059 from Sahloul:features/surface_matching/ICP_parallel 2017-03-15 07:59:41 +00:00
Li Peng
7ed6f77840 OCL implementation of DIS optical flow
This patch adds ocl kernels to accelerate Dense Inverse Search
based optical flow algorithm, it acclerates 3 parts in the algorithm,
including 1) Structure tensor elements compute, 2) Patch inverse search,
3) Densification compute.

Perf and accuracy test are also added. The perf test shows it is 30%
faster than the current implementation.

Signed-off-by: Li Peng <peng.li@intel.com>
2017-03-15 10:02:02 +08:00
Vladislav Sovrasov
5acfbfad58 bgsegm: update sample 2017-03-14 15:26:52 +03:00
Vladislav Sovrasov
d253a0fa13 bgsegm: convert rgb images to gray in CNT 2017-03-14 15:14:42 +03:00
Hamdi Sahloul
ef3c6290ef Parallelize ICP::registerModelToScene 2017-03-13 19:41:16 +09:00
Alexander Alekhin
34f910bb72 Merge pull request #1053 from Sahloul:features/surface_matching/ICP_accuracy 2017-03-13 09:47:39 +00:00
Alexander Alekhin
1cb3a11f10 Merge pull request #1058 from Sahloul:fixes/surface_matching/ICP 2017-03-10 20:17:22 +00:00
Alexander Alekhin
4dce87d252 sfm: update gflags detection 2017-03-10 16:02:17 +03:00
Alexander Alekhin
e4e3d1e4c7 Merge pull request #1056 from Sahloul:features/surface_matching/angle_enhancement 2017-03-10 12:22:59 +00:00
Leonardo lontra
de34d7086e Merge pull request #994 from lhelontra:BackgroundSubtractorCNT
* added BackgroundSubtractorCNT

* doc fixes

* fixed typo
2017-03-10 12:08:52 +00:00
Hamdi Sahloul
60aa8d9f75 Stop ICP iterations before solver crashes due to underdetermined linear system 2017-03-10 21:05:07 +09:00
Hamdi Sahloul
bd9ec3d496 Computation reduction of angle between two normalized vectors 2017-03-10 18:27:56 +09:00
Alexander Alekhin
ee7dcf2e2c Merge pull request #1038 from berak:tracking_dnn_optional 2017-03-09 17:06:51 +00:00
Alexander Alekhin
c34c24919c Merge pull request #1055 from Sahloul:bugs/surface_matching/parallel_for 2017-03-09 10:05:16 +00:00
Alexander Alekhin
004b583c73 Merge pull request #1054 from Sahloul:bugs/surface_matching/cluster_poses_allocation 2017-03-09 10:05:00 +00:00
Hamdi Sahloul
2c089f60ff Thread-safe vector insertion while using OpenMP 2017-03-09 18:24:20 +09:00
Hamdi Sahloul
6b6d5a4890 Fix reallocation issue of raw poses vector 2017-03-09 17:24:15 +09:00
Hamdi Sahloul
978ff182d7 Downsampling of the scene points in ICP for further optimization 2017-03-09 16:00:45 +09:00
Woody Chow
c5e55dfde9 Optimize SIFT with AVX2 2017-03-08 10:08:50 +09:00
Alexander Alekhin
2ca605a13e Merge pull request #1051 from paroj:pyreg_fixup 2017-03-07 19:26:23 +00:00
Pavel Rojtberg
e3d8f7fae8 reg: enable Affine and Projective Mappers for python bindings 2017-03-07 16:55:06 +01:00
Suleyman TURKMEN
9ca51fe772 Update thinning.cpp 2017-03-07 15:14:53 +03:00
Alexander Alekhin
f9fb12d106 Merge pull request #1044 from utibenkei:saliency-module-java 2017-03-07 08:26:07 +00:00
berak
43925b60d3 tracking: make opencv_dnn dependancy optional 2017-03-07 08:59:47 +01:00
utibenkei
3c1a2b7361 Add CV_WRAP to getobjectnessValues(). 2017-03-07 01:37:18 +09:00
Alexander Alekhin
5f34e1c271 Merge pull request #1037 from berak:datasets_remove_face 2017-03-06 11:13:48 +00:00
Alexander Alekhin
2504ecfb34 Merge pull request #1040 from sergboec:patch-1 2017-03-05 09:58:02 +00:00