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

2189 Commits

Author SHA1 Message Date
LaurentBerger
ae8682693b user can load his own data using command line or use simulate data 2017-05-12 16:25:56 +02:00
LaurentBerger
4e866d4232 solve issue #1155 2017-05-11 21:44:32 +02:00
Aleksandr Rybnikov
3b01eaa3d8 Fixed bugs after dnn refactoring. Added new tests for layers (#1142)
* Fixed bugs after dnn refactoring. Added new tests for layers

* Fixed torch tests
2017-05-10 18:02:44 +03:00
Vadim Pisarevsky
c42beb4c34 Merge pull request #1144 from olivierpascal:olivierpascal-structured-edge-detection 2017-05-03 11:34:53 +00:00
olivierpascal
ab48ffdfc1 Warning fixed 2017-05-01 18:36:40 +04:00
olivierpascal
204e98e105 Bugfix #1143 2017-05-01 17:58:12 +04:00
Alexander Alekhin
da29f712f0 Merge pull request #1137 from paroj:linemod_py 2017-04-27 18:25:05 +00:00
Pavel Rojtberg
621d6c2a51 linemod: add rudimentary python bindings 2017-04-27 16:00:16 +02:00
Alexander Alekhin
32b3b4d256 Merge pull request #1141 from alalek:fix_tests 2017-04-27 13:47:54 +00:00
Alexander Alekhin
fdab64c95d fix tests 2017-04-27 16:17:08 +03:00
Vadim Pisarevsky
00ad211c62 Merge pull request #1127 from arrybn:accuracy_scripts 2017-04-26 06:32:48 +00:00
Vadim Pisarevsky
b97931e0cb Merge pull request #1136 from vpisarev:dnn5 2017-04-26 06:22:44 +00:00
Vadim Pisarevsky
7578908901 removed trailing whitespaces 2017-04-26 02:47:47 +03:00
Vadim Pisarevsky
3908909d48 Merge pull request #1132 from sovrasov:dnn_modern_osx_build 2017-04-25 15:49:33 +00:00
Vadim Pisarevsky
455d178763 Merge pull request #1135 from sovrasov:dnn_build_fix 2017-04-25 15:46:45 +00:00
Vadim Pisarevsky
9e26b24d04 improved speed of ENet processing. 2017-04-25 18:44:14 +03:00
Aleksandr Rybnikov
053303ab44 Added python scripts to estimating accuracy 2017-04-25 15:41:38 +03:00
Vladislav Sovrasov
96222f36c3 dnn: fix build without Torch 2017-04-25 13:50:21 +03: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
98fd23cc38 dnn_modern: include protubuf headers in cmake 2017-04-21 12:03:58 +03:00
Alexander Alekhin
4317e27d6b Merge pull request #1128 from savuor:fix/xphoto_inpaint_copy 2017-04-18 12:23:55 +00:00
Rostislav Vasilikhin
e1fd238440 fixed data copying from Mat to vector 2017-04-18 14:52:55 +03:00
Kiran Pradeep
5169619802 Merge pull request #493 from kiranpradeep:bg_segm_documentation_fix
Correcting bgsegm module descriptions.  (#493)

* Correcting bgsegm module descriptions. The algorithm implementation doesn't have multi target tracking as mentioned in original paper. it only does foreground/background segmentation.

* Removing opencv_ from heading

Removing opencv_ from description
2017-04-17 17:30:02 +03:00
Alexander Alekhin
23c02563e4 Merge pull request #1119 from StevenPuttemans:master
fixing matlab wrapping
2017-04-12 17:54:51 +03:00
Steven Puttemans
a960912b6e fixing matlab wrapping 2017-04-12 16:32:06 +02:00
szk1509
40f1ac514b Merge pull request #973 from szk1509:master
new corner refinement method :: using the contour-lines (#973)

* doCornerRefinement to CornerRefinementMethod :: detected contours points are used to detect the corners

* some little corrections

* samples edited

* documented :)

* tabs corrected

* Docu corrections

* refinement for all candidates

* refinement for all candidates :: copy paste error corrected

* comment
2017-04-11 20:10:03 +03:00
Erwan Normand
4ed8c5eb34 Merge pull request #1108 from enormand:aruco-calibration-board-points
aruco: make public the getBoardObjectAndImagePoints function (#1108)

* Made the private static getBoardObjectAndImagePoints function public to be used for calibration.

* Switched the arguments detectedIds and detectedCorners, and objPoints and imgPoints on getBoardObjectandImagePoints function for consistency with calibrateCamera and calibrateCameraAruco functions.

* Added the flag CV_EXPORTS_W to the getBoardObjectAndImagePoints function.
2017-04-11 14:49:54 +03:00
Alexander Alekhin
29f9ddf7ac Merge pull request #1110 from jexner:mslic-fix-uninitialized-int 2017-04-11 09:14:37 +00:00
Maksim Shabunin
7494ceb379 Merge pull request #1093 from lhelontra:py_selective_search 2017-04-10 13:18:57 +00:00
Maksim Shabunin
21f3939708 Merge pull request #1084 from sovrasov:tracking_hide_method 2017-04-10 13:18:29 +00:00
Maksim Shabunin
5348ba8a19 Merge pull request #1075 from sovrasov:dnn_modern_update 2017-04-10 10:23:06 +00:00
Maksim Shabunin
470c073f50 Merge pull request #1114 from cbalint13:mslic 2017-04-10 10:14:11 +00:00
Vladislav Sovrasov
12bdc2af18 dnn_modern: update docs, fix build problems 2017-04-10 12:13:48 +03:00
Balint Cristian
4d6723d9e7 Update MSLIC citation and author's contact. 2017-04-10 12:06:58 +03:00
Alexander Alekhin
63f6f18f31 Merge pull request #1112 from mshabunin:fix-ubuntu-gflags 2017-04-07 10:33:28 +00:00
Maksim Shabunin
234b3a4155 Fixed gflags search in Ubuntu 2017-04-07 12:26:07 +03:00
jexner
5d14e0e6cd Remove unused variables 2017-04-06 14:56:56 +02:00
jexner
46c3965a7f Fix uninitialized iteration counter in MSLIC 2017-04-06 14:56:41 +02:00
Vadim Pisarevsky
a61a0cf40f Merge pull request #1096 from sovrasov:ppf3d_init_fix 2017-04-03 09:38:02 +00:00
Vadim Pisarevsky
68b628604f Merge pull request #1098 from sovrasov:weighted_median_update 2017-04-03 09:37:46 +00:00
Vladislav Sovrasov
aba73af7fb ximgproc: fix weightedMedianFilter crash on zero mask 2017-03-31 13:14:40 +03:00
Alexander Alekhin
02756e8903 Merge pull request #1092 from alalek:ocv_download 2017-03-30 20:08:36 +00:00
Alexander Alekhin
9c96a8114e Merge pull request #1097 from arrybn:issue_1007 2017-03-29 15:44:55 +00:00
Vladislav Sovrasov
8b831fefd5 ximgproc: wrap weightedMedianFilter into python 2017-03-29 16:49:05 +03:00
Aleksandr Rybnikov
f3d751f44e Fixed bug 2017-03-29 16:17:12 +03:00
Vladislav Sovrasov
55f7d0e6da Fix not initialized raw pointers in PPF3DDetector 2017-03-29 14:46:26 +03:00
lhelontra
83fef80343 Added CV_OUT in process() of selective search segmentation module and python sample. 2017-03-28 18:32:43 -03:00
Alexander Alekhin
cde15a7726 cmake: update ocv_download 2017-03-28 19:50:31 +03:00
Alexander Alekhin
31e9605777 Merge pull request #1073 from mshabunin:download-cache
Download cache
2017-03-28 14:15:35 +03:00
Alexander Alekhin
7453366c5b Merge pull request #1089 from Wang-Shuo:patch-1 2017-03-28 11:00:24 +00:00