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
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
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
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
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
4dce87d252
sfm: update gflags detection
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
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
Pavel Rojtberg
e3d8f7fae8
reg: enable Affine and Projective Mappers for python bindings
8 years ago
Suleyman TURKMEN
9ca51fe772
Update thinning.cpp
8 years ago
berak
43925b60d3
tracking: make opencv_dnn dependancy optional
8 years ago
utibenkei
3c1a2b7361
Add CV_WRAP to getobjectnessValues().
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
berak
3f7e74db85
fix misplaced break statement
8 years ago
Lorena García
bd6c61521e
Partial fix to GOTURN tracker
8 years ago
Hamdi Sahloul
07126d8639
Create a float-type cloud when depth map is not double-type
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
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
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
Vladislav Sovrasov
ad9ffb24f3
tracking: add tests for KCF
8 years ago
Vladislav Sovrasov
60ad363b24
tracking: disable TLD tests
8 years ago
Hamdi Sahloul
1df961cd9a
- Wrap `computeNormalsPC3d()` for python
...
- Update its usage
8 years ago
Vladislav Sovrasov
049e91c8ed
sfm: fix missing module include in cmake
8 years ago
Vladislav Sovrasov
30c249b466
tracking: update TLD overlap threshold
8 years ago
Dmitry Kurtaev
8d74aaad3a
Merge pull request #1006 from dkurt:get_layer_inputs
...
Getting layer inputs (#1006 )
8 years ago