Alexander Alekhin
4f051f04d3
Merge pull request #1371 from sovrasov:ocl_surf
8 years ago
Alexander Alekhin
1e35407019
Merge pull request #1379 from terfendail:PeiLin
8 years ago
Alexander Alekhin
9a5103ce91
Merge pull request #1382 from sturkmen72:upd_plot_module
8 years ago
Suleyman TURKMEN
3496ed5917
Update plot module
8 years ago
Alexander Alekhin
9f082188dc
Merge pull request #1381 from Nuzhny007:master
8 years ago
Nuzhny007
7d1143e69d
TLD with gray scale images
8 years ago
Vitaly Tuzov
969bb1ef44
Fixed review comments
8 years ago
Alexander Alekhin
666ec5be83
Merge pull request #1380 from woodychow:simplify_sift_avx2
8 years ago
woody.chow
b5340f6428
Remove unnecessary _mm256_round_ps
8 years ago
Alexander Alekhin
cff9257966
Merge pull request #1375 from jrobble:fix_caffe_swaprb
...
Set swapRB to false in GOTURN tracker
8 years ago
Piotr Majkrzak
17c2ce9c78
Implementation of Pei&Lin Image Normalization
8 years ago
Alexander Alekhin
8d0ed6e96b
Merge pull request #1262 from mshabunin:fix-doc-from-mail
...
Fixed minor doc issue
8 years ago
Vadim Pisarevsky
4bc49c05a0
Merge pull request #1195 from woodychow:multithread_sift_findScaleSpaceExtrema
8 years ago
jrobble
2fd0d74423
Set swapRB to false in GOTURN tracker.
8 years ago
Vladislav Sovrasov
bac7c26c2d
features2d: add a separate regression test for OCL SURF
8 years ago
Vladislav Sovrasov
dae2c1ba8b
xfeatures2d: change threshold in regression test
8 years ago
acyen
6ee8c58c1a
Fix test.
8 years ago
acyen
a6592b0741
OCL SURF: Fix descriptor calculation.
8 years ago
acyen
cdbdb5738f
Fix tests to work transparently with OpenCL SURF.
8 years ago
Albert
66843d980f
Fix opencv/opencv#4685 . Fix opencv/opencv_contrib#433 .
...
Enable SURF OCL. Fix incorrect calling sequence for two kernels.
Fix compiler warnings in surf.cl.
Enable SURF OCL test. Test runs with no failures.
8 years ago
Alexander Alekhin
b9541897d8
Merge pull request #1370 from klchang:master
8 years ago
Vadim Pisarevsky
c2ddbcd3c3
Merge pull request #1365 from sovrasov:stereo_test_fix
8 years ago
klchang
57c8860015
fix a runtime bug.
8 years ago
Vladislav Sovrasov
14d3a2efcd
stereo: remove duplicated data types in parametrized testcases
8 years ago
Vladislav Sovrasov
f80dc21ccb
stereo: disable broken tests
8 years ago
Vladislav Sovrasov
90e997f3bc
stereo: fix loading images in tests
8 years ago
Dmitry Kurtaev
c8f2d2bba5
Replace createCaffeImporter to readNetFromCaffe ( #1310 )
8 years ago
Vadim Pisarevsky
9fd5e99f88
Merge pull request #1363 from sovrasov:fix_gcc7_warnings
8 years ago
Suleyman TURKMEN
97ea5bf97d
Update plot module ( #1367 )
...
* Update plot.hpp
* update
* plot_demo
* remove_tabs
* Update plot_demo.cpp
* Update plot.hpp
* Update plot.hpp
8 years ago
Vladislav Sovrasov
b4c67e8bb9
Fix gcc7 warnings
8 years ago
Francis Charette Migneault
eef53c29eb
Merge pull request #1358 from fmigneault:sfm-fix
...
Fix SFM compilation problem with Windows not finding libmv directory (#1358 )
* cmake fix sfm module
* cmake dir fix
* add cmake bin dir + module part of world
8 years ago
Maksim Shabunin
306697022b
Merge pull request #1352 from alalek:type_traits_issue_7599
8 years ago
Alexander Alekhin
5472ac0760
Merge pull request #1357 from f3rm4rf3r:patch-3
8 years ago
Alexander Alekhin
50a1b2474e
Merge pull request #1356 from f3rm4rf3r:patch-2
8 years ago
Fernando Martin
fa3cc075c8
Updated default tracker parameters
...
Updated the lambda coefficient to the one suggested in the original paper (http://www.robots.ox.ac.uk/~joao/publications/henriques_tpami2015.pdf , page 11, Table 2) which works (for me) better then the previous default one.
8 years ago
Fernando Martin
df66ab8b6b
Updated KCF original paper link
8 years ago
Alexander Alekhin
24b8f251f7
Merge pull request #1343 from sovrasov:omnidir_uncertanties_fix
8 years ago
Vladislav Sovrasov
7a676914e8
omnidir: fix wrong memory access in estimateUncertainties
8 years ago
Alexander Alekhin
370c5861bf
Merge pull request #1341 from f3rm4rf3r:patch-1
8 years ago
Alexander Alekhin
ece5ef237c
Merge pull request #1347 from sturkmen72:update_webcam_demo_cpp
8 years ago
Suleyman TURKMEN
1a9a3fdcf9
Update webcam_demo.cpp
8 years ago
Alexander Alekhin
e242e87e42
unsupported binding
8 years ago
Alexander Alekhin
e7ebaf4228
traits: insupported vector<vector<Mat>> for InputArray
8 years ago
Alexander Alekhin
964a8a9a9d
ccalib: don't convert vector<Keypoint> into Mat-like structures
8 years ago
Alexander Alekhin
b556c2a7c3
build: migrate to traits::Type / traits::Depth
8 years ago
Alexander Alekhin
62e77e9945
build: fix usage of unsupported cv::Mat types
8 years ago
Alexander Alekhin
e7547d6140
Merge pull request #1342 from sovrasov:dnn_m_build_fix
8 years ago
Jaykob
0e91983b1b
Merge pull request #1330 from Jaykob:parallelize_structured_edge_detection
...
* Replace OpenMP parallelization with OpenCV's general parallel_for_ to cover other backends than OpenMP.
* Fixed shadowing of range variable in C++11 mode.
8 years ago
Alexander Alekhin
17069889bd
Merge pull request #1337 from fifothekid:master
...
Added USING_STD_NAMESPACE macro to text module
8 years ago
Vladislav Sovrasov
e7b54ce8e9
dnn_modern: disable module if protobuf compiler not found
8 years ago