Maksim Shabunin
5348ba8a19
Merge pull request #1075 from sovrasov:dnn_modern_update
8 years ago
Maksim Shabunin
470c073f50
Merge pull request #1114 from cbalint13:mslic
8 years ago
Vladislav Sovrasov
12bdc2af18
dnn_modern: update docs, fix build problems
8 years ago
Balint Cristian
4d6723d9e7
Update MSLIC citation and author's contact.
8 years ago
Alexander Alekhin
63f6f18f31
Merge pull request #1112 from mshabunin:fix-ubuntu-gflags
8 years ago
Maksim Shabunin
234b3a4155
Fixed gflags search in Ubuntu
8 years ago
jexner
5d14e0e6cd
Remove unused variables
8 years ago
jexner
46c3965a7f
Fix uninitialized iteration counter in MSLIC
8 years ago
Vadim Pisarevsky
a61a0cf40f
Merge pull request #1096 from sovrasov:ppf3d_init_fix
8 years ago
Vadim Pisarevsky
68b628604f
Merge pull request #1098 from sovrasov:weighted_median_update
8 years ago
Vladislav Sovrasov
aba73af7fb
ximgproc: fix weightedMedianFilter crash on zero mask
8 years ago
Alexander Alekhin
02756e8903
Merge pull request #1092 from alalek:ocv_download
8 years ago
Alexander Alekhin
9c96a8114e
Merge pull request #1097 from arrybn:issue_1007
8 years ago
Vladislav Sovrasov
8b831fefd5
ximgproc: wrap weightedMedianFilter into python
8 years ago
Aleksandr Rybnikov
f3d751f44e
Fixed bug
8 years ago
Vladislav Sovrasov
55f7d0e6da
Fix not initialized raw pointers in PPF3DDetector
8 years ago
lhelontra
83fef80343
Added CV_OUT in process() of selective search segmentation module and python sample.
8 years ago
Alexander Alekhin
cde15a7726
cmake: update ocv_download
8 years ago
Alexander Alekhin
31e9605777
Merge pull request #1073 from mshabunin:download-cache
...
Download cache
8 years ago
Alexander Alekhin
7453366c5b
Merge pull request #1089 from Wang-Shuo:patch-1
8 years ago
Alexander Alekhin
3a43af8131
Merge pull request #1080 from pengli:dis_optflow
8 years ago
Alexander Alekhin
d8be3fe912
Merge pull request #1078 from jexner:lsc-initialize-weights-fix
8 years ago
Alexander Alekhin
0ed62f35f2
Merge pull request #1076 from jexner:lsc-enforce-connectivity-fix
8 years ago
Alexander Alekhin
3ab2b4139a
Merge pull request #1082 from woodychow:multithread_sift
8 years ago
Alexander Alekhin
71ae8e0d7f
Merge pull request #1088 from cbalint13:lsc_fix
8 years ago
Max-Wang
f1892ad916
fix erGrouping parameter error
8 years ago
Balint Cristian
90105169b2
Fix LSC crash, guard against invalid label index.
8 years ago
Vladislav Sovrasov
27075d22bf
tracking: hide getModel() method
8 years ago
Maksim Shabunin
95d432db5d
Download cache
8 years ago
Woody Chow
443f68cb71
Parallelize calcDescriptors and buildDoGPyramid. Simplify 2 lines of AVX2 instructions
8 years ago
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>
8 years ago
Julian Exner
ab5f5d6ca2
Fix uninitialized LSC weights
8 years ago
Alexander Alekhin
38758066de
Merge pull request #1077 from alalek:cpu_multi_target
8 years ago
jexner
5dc7be6a06
Fix segmentation fault in SuperpixelLSCImpl::PostEnforceLabelConnectivity
...
See https://github.com/opencv/opencv_contrib/issues/1048
8 years ago
Alexander Alekhin
552d3206d2
build: eliminate warnings
...
tldDetector.cpp:465:22: warning: declaration shadows a field of 'cv::tld::TLDDetector' [-Wshadow]
8 years ago
Haaris
58f7afcb2d
Merge pull request #1066 from hsed:patch-1
...
fixed typo in comment (#1066 )
Line 139: Fixed typo of word "length".
8 years ago
Alexander Alekhin
880deec68f
Merge pull request #1063 from mshabunin:reduce-dependencies
8 years ago
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
8 years ago
Alexander Alekhin
a087db6b13
Merge pull request #1045 from sturkmen72:Update_thinning_cpp
8 years ago
Alexander Alekhin
f1a198d192
Merge pull request #1064 from sovrasov:bgsegm_sample_update
8 years ago
Alexander Alekhin
f4da150206
Merge pull request #1033 from woodychow:sift_avx2
8 years ago
Alexander Alekhin
c16b5c2689
Merge pull request #1043 from alalek:fix_sfm_build
8 years ago
Alexander Alekhin
05eb9f35c1
Merge pull request #1062 from pengli:dis_optflow
8 years ago
Alexander Alekhin
1ecbb8f0a2
Merge pull request #1059 from Sahloul:features/surface_matching/ICP_parallel
8 years ago
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>
8 years ago
Vladislav Sovrasov
5acfbfad58
bgsegm: update sample
8 years ago
Vladislav Sovrasov
d253a0fa13
bgsegm: convert rgb images to gray in CNT
8 years ago
Hamdi Sahloul
ef3c6290ef
Parallelize `ICP::registerModelToScene`
8 years ago
Alexander Alekhin
34f910bb72
Merge pull request #1053 from Sahloul:features/surface_matching/ICP_accuracy
8 years ago
Alexander Alekhin
1cb3a11f10
Merge pull request #1058 from Sahloul:fixes/surface_matching/ICP
8 years ago