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
Vladislav Sovrasov
8016ed2851
tracking: fix overlap calculation
8 years ago
arrybn
0cef050337
Updated proto files, added layers to caffe
8 years ago
Vladislav Sovrasov
2c33cb45d8
MedianFlow: update thresholds in tests
8 years ago
goldstar616
478baf937f
Merge pull request #981 from goldstar616:master
...
issue #980 resolves - Some module has a round error similar to #975 . (#981 )
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
8 years ago
Vladislav Sovrasov
df7b1c5707
MedianFlow: fix status not erased in filterPointsInVectors
8 years ago
Vladislav Sovrasov
f2c324a280
Median flow tracker update ( #952 )
...
* Fix several issues in TrackerMedianFlow implementation
Particularly, add possibility to tune optical flow parameters for a median
flow tracker.
* Improve code of TrackerMedianFlow
Replace a lot of calls of std::vector::erase by one call of
std::remove_if.
* Delete unused code, use norm from OpenCV
* medianFlow:turn getMedian method into function, small code cleanup
* TrackerMedianFlow:fixes in parameters I/O, add test for them
* TrackerMedianFlow:replace double with float in temp buffers
* Fix indentation
* TrackerMedianFlow:add absent parameter case handling in read()
* TrackerMedianFlow:use ROI instead of copy when getting a patch
* TrackerMedianFlow:don't calc image pyramids 2 times
* MedianFlowTracker: use cvIsNan()
* MedianFlow: refactor vector filtration code
* MedianFlow: change if statements layout in filterPointsInVectors
8 years ago
Vadim Pisarevsky
7e5ca520e3
Merge pull request #978 from sovrasov:tracking_tests_refactoring
8 years ago
Erik Sandrén
6eb57fea65
Shadow masks changed to single channel ( #985 )
...
since rest of the patterns are single channel, the masks should be as
well.
8 years ago
Edgar Riba
1a26f9956c
Merge pull request #720 from edgarriba:dnn-modern
...
GSOC'16 - DNN modern (#720 )
* dnn_modern module sketelon
add FindTinyCNN.cmake and setup CMakeLists.txt
add find TBB and NNPACK to CMakeLists.txt
add caffe converter skeleton
add simple sample
eval method return scores
Update README.md
Update README.md
Update README.md
* update for tiny-dnn package
* add QUIET attribute to CMake to find tiny-dnn
* update files due to library rename
* disable warning in cmake
* replace cnn_size_t -> size_t
* disable serializer, remove Caffe dependency and remove tiny-dnn target
* check CMake version to enable/disable the module
* add -Wno-erro in module target
* update README.md with tiny-dnn
* remove redunadant CMake codes for TBB and OMP
* update CMake to enable C++11 compiler
* sync CMake compiler options with upstream project
* remove unused FindTBB.cmake
* minor fix to add const variables
* tiny-cnn -> tiny-dnn
8 years ago
Vadim Pisarevsky
11a07211c3
Merge pull request #986 from sturkmen72:tracking_java
8 years ago
Aleksandr Rybnikov
9c6c69a4e4
Fixed and added tests ( #987 )
8 years ago
Vadim Pisarevsky
ee79c1f440
Merge pull request #988 from sovrasov:reg_python_bindings
8 years ago
Vladislav Sovrasov
17c4553692
reg: use new api in perf tests
8 years ago
Vladislav Sovrasov
4c020d697f
reg: add python sample
8 years ago
Vladislav Sovrasov
9608d31a13
reg: use new api in sample
8 years ago
Vladislav Sovrasov
6211920c45
reg: enable wrappers for all methods
8 years ago
Suleyman TURKMEN
90435902b6
Update CMakeLists.txt
8 years ago
Vladislav Sovrasov
51464723b8
reg: enable wrapping for all significant methods
8 years ago
Vladislav Sovrasov
97dab3b568
reg: enable wrapping of Map::compose()
8 years ago
Vladislav Sovrasov
79edb0faf2
reg: classes are partially wrappen in python
8 years ago
Vladislav Sovrasov
6983774d24
reg: use IOArrays in public API
8 years ago
Vladislav Sovrasov
4216285d9a
tracking: refactoring in OPE tests
8 years ago
Vladislav Sovrasov
81049548c9
reg: hide debug output in tests
8 years ago
Vladislav Sovrasov
6db3e956a5
reg: add support of different datatypes in Mapper::grid()
8 years ago
Alexander Alekhin
d879ea48b6
Merge pull request #977 from oqtvs:fixIssue975
8 years ago
oqtvs
bd447c0f02
Fixed issue 975 - fixed visual studio 2010 build errors on module xfeatures2d
8 years ago
Alexander Alekhin
0b3b096fb2
Merge pull request #972 from sovrasov:dnn_torch_python_fix
8 years ago