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
2017-03-04 21:20:35 +03:00
berak
cd345ea87f
datasets: remove face dependancy
2017-03-04 11:30:42 +01:00
Alexander Alekhin
ecd881602a
Merge pull request #1017 from arrybn:unpool_layer_fix
2017-03-02 15:41:02 +00:00
Maksim Shabunin
1aeeee0057
Merge pull request #1015 from sovrasov:kcf_update
2017-02-28 11:21:50 +00:00
Maksim Shabunin
34b82ff040
Merge pull request #1027 from berak:fix_motempl_py
2017-02-28 09:54:37 +00:00
Maksim Shabunin
29286b3bef
Merge pull request #1026 from LorenaGdL:GOTURN_tracker_fix
2017-02-28 09:12:56 +00:00
berak
3f7e74db85
fix misplaced break statement
2017-02-28 08:43:13 +01:00
Lorena García
bd6c61521e
Partial fix to GOTURN tracker
2017-02-27 20:33:16 +01:00
Alexander Alekhin
53e34260b1
Merge pull request #1022 from Sahloul:features/python_wrapper/surface_matching_step
2017-02-23 12:40:14 +00:00
Alexander Alekhin
4924bb8d83
Merge pull request #1020 from Sahloul:bugs/python_wrapper/surface_matching
2017-02-23 12:37:59 +00:00
Hamdi Sahloul
07126d8639
Create a float-type cloud when depth map is not double-type
2017-02-23 20:04:18 +09:00
Alexander Alekhin
0cc63ae3ad
Merge pull request #1014 from Sahloul:features/python_wrapper/surface_matching_icp
...
Wrap ICP for Python
2017-02-23 10:00:17 +00:00
Hamdi Sahloul
9cd576813f
Compacted (type)&var.data[i*step]
code into var.ptr<type>(i)
for bindings compatibility
2017-02-23 18:48:05 +09:00
Hamdi Sahloul
acb88d755d
Wrap ICP for Python
2017-02-23 18:31:51 +09:00
Alexander Alekhin
6ab7a0df57
Merge pull request #1016 from alalek:issue_8121
2017-02-22 16:21:24 +00:00
Steven Puttemans
08fd7467b3
fix dnn_modern build ( #1018 )
2017-02-22 18:54:50 +03:00
Aleksandr Rybnikov
fd89b57453
Changed parameters of unpooling layer
2017-02-22 13:35:53 +03:00
Alexander Alekhin
ad740ddfdf
freetype: disable for Apple frameworks
2017-02-21 19:19:11 +03:00
Alexander Alekhin
ab63d35db2
Merge pull request #1013 from sovrasov:tracking_tests_update
2017-02-21 15:11:22 +00:00
Vladislav Sovrasov
bf8363a802
KCF: simplify roi validation
2017-02-21 17:17:31 +03:00
Vladislav Sovrasov
9f35b313c5
tracking: rename MedianFlow parameters tests
2017-02-21 16:38:17 +03:00
Vladislav Sovrasov
c85262370b
tracking: add parameters I/O for KCF
2017-02-21 16:38:17 +03:00
Alexander Alekhin
b527ab9903
Merge pull request #1008 from Sahloul:features/python_wrapper/surface_matching
...
Wrap `computeNormalsPC3d()` for python
2017-02-21 14:32:55 +03:00
Alexander Alekhin
b11ce40e0b
Merge pull request #1011 from sovrasov:fix_sfm_deps
2017-02-21 10:05:46 +00:00
Vladislav Sovrasov
ad9ffb24f3
tracking: add tests for KCF
2017-02-21 12:43:12 +03:00
Vladislav Sovrasov
60ad363b24
tracking: disable TLD tests
2017-02-21 12:43:12 +03:00
Hamdi Sahloul
1df961cd9a
- Wrap computeNormalsPC3d()
for python
...
- Update its usage
2017-02-21 07:59:31 +09:00
Vladislav Sovrasov
049e91c8ed
sfm: fix missing module include in cmake
2017-02-20 16:49:44 +03:00
Alexander Alekhin
e0e1e1264d
Merge pull request #1009 from sovrasov:mac_tld_test_update
2017-02-20 10:18:53 +00:00
Vladislav Sovrasov
30c249b466
tracking: update TLD overlap threshold
2017-02-20 12:27:39 +03:00
Dmitry Kurtaev
8d74aaad3a
Merge pull request #1006 from dkurt:get_layer_inputs
...
Getting layer inputs (#1006 )
2017-02-19 13:17:28 +03:00
Alexander Alekhin
f39f415fe0
Merge pull request #1001 from arrybn:tests_for_torch
2017-02-17 13:25:01 +00:00
Alexander Alekhin
556307a252
Merge pull request #1004 from dkurt:missed_layer_params
2017-02-17 13:24:16 +00:00
Alexander Alekhin
06752e5183
Merge pull request #1002 from alalek:fix_mkl_link
2017-02-16 08:56:36 +00:00
dkurt
d95fdc7df6
Elementwise layers parameters initialization.
...
They are initialized only in functors, not in inherited fields.
2017-02-15 22:35:22 +03:00
dkurt
a28b3f3086
Added missed layers names and types initializations
2017-02-15 22:34:02 +03:00
Alexander Alekhin
f9b575278f
Merge pull request #999 from Sahloul:features/python_wrapper/rgbd
2017-02-15 15:37:17 +00:00
Alexander Alekhin
31fd7e1f7e
Merge pull request #998 from alalek:dnn_fix_ocl_pooling
2017-02-15 15:31:24 +00:00
Alexander Alekhin
6b980ac59c
cmake: don't pass additional libraries as modules
2017-02-15 17:15:44 +03:00
arrybn
b964d3a18b
Added few tests for torch
2017-02-15 12:07:43 +03:00
Hamdi Sahloul
62f5e865bf
Expose depthTo3d()
and warpFrame()
to the Python wrapper
2017-02-15 01:59:04 +09:00
np-csu
013161d55c
Update omnidir_tutorial.markdown
...
fix the order of parameter while using cv::omnidir::stereoReconstruct
2017-02-15 01:58:46 +09:00
Alexander Alekhin
5d9808b01a
Merge pull request #997 from np-csu:patch-1
2017-02-14 15:55:11 +00:00
Alexander Alekhin
fa460b821f
Merge pull request #989 from sovrasov:tracking_cleanup_vec_fix
...
MedianFlow: fix status not erased in filterPointsInVectors, update thresholds in tests
2017-02-14 18:51:40 +03:00
Alexander Alekhin
e6550fcad5
dnn: fix OpenCL code in pooling_ocl
2017-02-14 15:38:22 +03:00
Alexander Alekhin
3cdc0e48f8
Merge pull request #991 from arrybn:issue_912
2017-02-13 11:49:32 +00:00
np-csu
ed20f0d831
Update omnidir_tutorial.markdown
...
fix the order of parameter while using cv::omnidir::stereoReconstruct
2017-02-13 19:46:33 +08:00
Vladislav Sovrasov
8016ed2851
tracking: fix overlap calculation
2017-02-09 15:36:58 +03:00
arrybn
0cef050337
Updated proto files, added layers to caffe
2017-02-09 12:08:13 +03:00
Vladislav Sovrasov
2c33cb45d8
MedianFlow: update thresholds in tests
2017-02-09 11:54:55 +03:00