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
Alexander Alekhin
4dce87d252
sfm: update gflags detection
8 years ago
Alexander Alekhin
e4e3d1e4c7
Merge pull request #1056 from Sahloul:features/surface_matching/angle_enhancement
8 years ago
Leonardo lontra
de34d7086e
Merge pull request #994 from lhelontra:BackgroundSubtractorCNT
...
* added BackgroundSubtractorCNT
* doc fixes
* fixed typo
8 years ago
Hamdi Sahloul
60aa8d9f75
Stop ICP iterations before solver crashes due to underdetermined linear system
8 years ago
Hamdi Sahloul
bd9ec3d496
Computation reduction of angle between two normalized vectors
8 years ago
Alexander Alekhin
ee7dcf2e2c
Merge pull request #1038 from berak:tracking_dnn_optional
8 years ago
Alexander Alekhin
c34c24919c
Merge pull request #1055 from Sahloul:bugs/surface_matching/parallel_for
8 years ago
Alexander Alekhin
004b583c73
Merge pull request #1054 from Sahloul:bugs/surface_matching/cluster_poses_allocation
8 years ago
Hamdi Sahloul
2c089f60ff
Thread-safe vector insertion while using OpenMP
8 years ago
Hamdi Sahloul
6b6d5a4890
Fix reallocation issue of raw poses vector
8 years ago
Hamdi Sahloul
978ff182d7
Downsampling of the scene points in ICP for further optimization
8 years ago
Woody Chow
c5e55dfde9
Optimize SIFT with AVX2
8 years ago
Alexander Alekhin
2ca605a13e
Merge pull request #1051 from paroj:pyreg_fixup
8 years ago
Pavel Rojtberg
e3d8f7fae8
reg: enable Affine and Projective Mappers for python bindings
8 years ago
Suleyman TURKMEN
9ca51fe772
Update thinning.cpp
8 years ago