2045 Commits (ddf2610bb0a100b41d52d74e3b1e2cae2f92079d)

Author SHA1 Message Date
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 8 years ago
Julian Exner ab5f5d6ca2 Fix uninitialized LSC weights 8 years ago
jexner 5dc7be6a06 Fix segmentation fault in SuperpixelLSCImpl::PostEnforceLabelConnectivity 8 years ago
Alexander Alekhin 552d3206d2 build: eliminate warnings 8 years ago
Haaris 58f7afcb2d Merge pull request #1066 from hsed:patch-1 8 years ago
Maksim Shabunin f8807f18cd Reduced modules dependencies: 8 years ago
Li Peng 7ed6f77840 OCL implementation of DIS optical flow 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 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 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 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 8 years ago