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
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
Alexander Alekhin
e0e1e1264d
Merge pull request #1009 from sovrasov:mac_tld_test_update
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
Alexander Alekhin
f39f415fe0
Merge pull request #1001 from arrybn:tests_for_torch
8 years ago
Alexander Alekhin
556307a252
Merge pull request #1004 from dkurt:missed_layer_params
8 years ago
Alexander Alekhin
06752e5183
Merge pull request #1002 from alalek:fix_mkl_link
8 years ago
dkurt
d95fdc7df6
Elementwise layers parameters initialization.
...
They are initialized only in functors, not in inherited fields.
8 years ago
dkurt
a28b3f3086
Added missed layers names and types initializations
8 years ago
Alexander Alekhin
f9b575278f
Merge pull request #999 from Sahloul:features/python_wrapper/rgbd
8 years ago
Alexander Alekhin
31fd7e1f7e
Merge pull request #998 from alalek:dnn_fix_ocl_pooling
8 years ago
Alexander Alekhin
6b980ac59c
cmake: don't pass additional libraries as modules
8 years ago
arrybn
b964d3a18b
Added few tests for torch
8 years ago
Hamdi Sahloul
62f5e865bf
Expose `depthTo3d()` and `warpFrame()` to the Python wrapper
8 years ago
np-csu
013161d55c
Update omnidir_tutorial.markdown
...
fix the order of parameter while using cv::omnidir::stereoReconstruct
8 years ago
Alexander Alekhin
5d9808b01a
Merge pull request #997 from np-csu:patch-1
8 years ago
Alexander Alekhin
fa460b821f
Merge pull request #989 from sovrasov:tracking_cleanup_vec_fix
...
MedianFlow: fix status not erased in filterPointsInVectors, update thresholds in tests
8 years ago
Alexander Alekhin
e6550fcad5
dnn: fix OpenCL code in pooling_ocl
8 years ago
Alexander Alekhin
3cdc0e48f8
Merge pull request #991 from arrybn:issue_912
8 years ago
np-csu
ed20f0d831
Update omnidir_tutorial.markdown
...
fix the order of parameter while using cv::omnidir::stereoReconstruct
8 years ago