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
Alexander Alekhin
f9fb12d106
Merge pull request #1044 from utibenkei:saliency-module-java
8 years ago
berak
43925b60d3
tracking: make opencv_dnn dependancy optional
8 years ago
utibenkei
3c1a2b7361
Add CV_WRAP to getobjectnessValues().
8 years ago
Alexander Alekhin
5f34e1c271
Merge pull request #1037 from berak:datasets_remove_face
8 years ago
Alexander Alekhin
2504ecfb34
Merge pull request #1040 from sergboec:patch-1
8 years ago
Sergey
d6854e1161
Updated xobjdetect module CMakeLists.txt
...
Currently if you are building OpenCV with contrib under ios, not as framework, this can leads to errors in config.
I suppose it would be better if xobjdetect module app will be optional with the BUILD_opencv_apps just like others tools in OpenCV
8 years ago
berak
cd345ea87f
datasets: remove face dependancy
8 years ago
Alexander Alekhin
ecd881602a
Merge pull request #1017 from arrybn:unpool_layer_fix
8 years ago
Maksim Shabunin
1aeeee0057
Merge pull request #1015 from sovrasov:kcf_update
8 years ago
Maksim Shabunin
34b82ff040
Merge pull request #1027 from berak:fix_motempl_py
8 years ago
Maksim Shabunin
29286b3bef
Merge pull request #1026 from LorenaGdL:GOTURN_tracker_fix
8 years ago
berak
3f7e74db85
fix misplaced break statement
8 years ago
Lorena García
bd6c61521e
Partial fix to GOTURN tracker
8 years ago
Alexander Alekhin
53e34260b1
Merge pull request #1022 from Sahloul:features/python_wrapper/surface_matching_step
8 years ago
Alexander Alekhin
4924bb8d83
Merge pull request #1020 from Sahloul:bugs/python_wrapper/surface_matching
8 years ago
Hamdi Sahloul
07126d8639
Create a float-type cloud when depth map is not double-type
8 years ago
Alexander Alekhin
0cc63ae3ad
Merge pull request #1014 from Sahloul:features/python_wrapper/surface_matching_icp
...
Wrap ICP for Python
8 years ago
Hamdi Sahloul
9cd576813f
Compacted `(type)&var.data[i*step]` code into `var.ptr<type>(i)` for bindings compatibility
8 years ago
Hamdi Sahloul
acb88d755d
Wrap ICP for Python
8 years ago
Alexander Alekhin
6ab7a0df57
Merge pull request #1016 from alalek:issue_8121
8 years ago
Steven Puttemans
08fd7467b3
fix dnn_modern build ( #1018 )
8 years ago
Aleksandr Rybnikov
fd89b57453
Changed parameters of unpooling layer
8 years ago
Alexander Alekhin
ad740ddfdf
freetype: disable for Apple frameworks
8 years ago
Alexander Alekhin
ab63d35db2
Merge pull request #1013 from sovrasov:tracking_tests_update
8 years ago
Vladislav Sovrasov
bf8363a802
KCF: simplify roi validation
8 years ago
Vladislav Sovrasov
9f35b313c5
tracking: rename MedianFlow parameters tests
8 years ago
Vladislav Sovrasov
c85262370b
tracking: add parameters I/O for KCF
8 years ago
Alexander Alekhin
b527ab9903
Merge pull request #1008 from Sahloul:features/python_wrapper/surface_matching
...
Wrap `computeNormalsPC3d()` for python
8 years ago
Alexander Alekhin
b11ce40e0b
Merge pull request #1011 from sovrasov:fix_sfm_deps
8 years ago