1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 14:41:58 +08:00
Commit Graph

14 Commits

Author SHA1 Message Date
Alexander Alekhin
7c9cff72fc refactor: don't use CV_ErrorNoReturn() internally 2018-04-23 19:31:37 +03:00
Alexander Alekhin
874edea9f4 tracking: apply CV_OVERRIDE/CV_FINAL 2018-03-28 16:50:00 +03:00
Alireza Davoudi
1794ab57e4 fixed a bug in mean subtraction from target and search patches
As the type of `targetPatch` and `searchPatch` is CV_8UC3, subtracting 128 from them will saturate all values smaller than 128 to zero.
2018-03-06 14:29:15 +03:30
Vitaly Tuzov
8c394a4f2e Updated internal calls to linear resize to use bit-exact version 2017-12-14 13:00:09 +03:00
jrobble
2fd0d74423 Set swapRB to false in GOTURN tracker. 2017-09-19 23:26:52 -04:00
Dmitry Kurtaev
c8f2d2bba5 Replace createCaffeImporter to readNetFromCaffe (#1310) 2017-09-18 12:38:28 +03:00
Aleksandr Rybnikov
aa0d8060de Added possibility of getting any intermediate blob with thrifty memory management 2017-06-16 17:50:08 +03:00
Vadim Pisarevsky
6ffdd0f4ba Merge pull request #1115 from sovrasov:tracking_api_update 2017-05-23 14:00:52 +00:00
Vadim Pisarevsky
3f5b465501 refactored DNN (#1102)
* the first commit in the merged dnn: convert some public API from Blob's to Mat's

* temporarily or permantently removed OpenCL optimizations, which are not always stable nor usually very efficient; we'll likely use Halide instead

* got rid of Blob and BlobShape completely; use cv::Mat and std::vector<int> instead

* fixed a few compile errors

* got rid of separate .hpp files with layer declarations; instead, put everything into the respective .cpp files

* normalized all the layers' constructors; we concentrate on loading deep networks layers from files instead of constructing them from scratch, so we retained only SomeLayer::SomeLayer(const LayerParams& params); constructors

* fixed sample compilation

* suppress doxygen warnings

* trying to fix python bindings generation for DNN module

* temporarily disable python bindings while we refactor the module

* fix win32/win64 compile errors; remove trailing whitespaces

* fix win32/win64 compile errors; remove trailing whitespaces
2017-04-25 09:33:51 +03:00
Vladislav Sovrasov
3ac9e24254 tracking: improve public API
Use ROI selector in python samples
2017-04-24 12:19:19 +03:00
Alexander Alekhin
ee7dcf2e2c Merge pull request #1038 from berak:tracking_dnn_optional 2017-03-09 17:06:51 +00:00
berak
43925b60d3 tracking: make opencv_dnn dependancy optional 2017-03-07 08:59:47 +01:00
Lorena García
bd6c61521e Partial fix to GOTURN tracker 2017-02-27 20:33:16 +01:00
Vladimir
9d9c0f33b3 Added GOTURN tracker implementation and ALOV300++ dataset support 2016-12-15 16:07:14 +03:00