Maksim Shabunin
|
503b00f1f4
|
Merge pull request #1180 from sovrasov:win64_ocl_warn_fix
|
8 years ago |
Vladislav Sovrasov
|
731ee7bbd7
|
ximgproc: fix warning in OCL related code on Windows platform
|
8 years ago |
Vadim Pisarevsky
|
7d443669c6
|
Merge pull request #1146 from saskatchewancatch:i1138
|
8 years ago |
Vadim Pisarevsky
|
b74c25da7f
|
Merge pull request #1176 from vpisarev:anisodiff
|
8 years ago |
Vadim Pisarevsky
|
f78bb2c4e7
|
fixed shape() function (#1177)
|
8 years ago |
Vadim Pisarevsky
|
4b1834acea
|
Merge pull request #1156 from arrybn:layers_shapes
|
8 years ago |
Vadim Pisarevsky
|
3e9b1f669e
|
Merge pull request #1123 from sovrasov:tracker_kcf_conf
|
8 years ago |
Vadim Pisarevsky
|
b885d28ca0
|
fixed test failures; removed extra whitespaces
|
8 years ago |
Aleksandr Rybnikov
|
9b73fee29d
|
Made separate functions for computing output shapes for all layers. Removed output blobs allocation from layers
|
8 years ago |
Vladislav Sovrasov
|
4ae95b6e2a
|
tracking: add confidence threshold to TrackerKCF
|
8 years ago |
Vadim Pisarevsky
|
6ffdd0f4ba
|
Merge pull request #1115 from sovrasov:tracking_api_update
|
8 years ago |
Vadim Pisarevsky
|
b110661dc7
|
Merge pull request #1152 from dkurt:run_parallel_relu
|
8 years ago |
Vadim Pisarevsky
|
bb937e58c1
|
Merge pull request #1174 from tucna:F1_transform
|
8 years ago |
Vadim Pisarevsky
|
7297f02220
|
added optimized anisotropic diffusion filter (rewrite of https://github.com/opencv/opencv/pull/8362)
|
8 years ago |
dkurt
|
eca606277a
|
Enabled parallel computation of ReLU activation layer
|
8 years ago |
Alexander Alekhin
|
5e4d9b0be7
|
Merge pull request #1172 from LaurentBerger:sfmstring
|
8 years ago |
Pavel Vlasanek
|
25c4888721
|
F1-transform added and F0 minor fixes.
Documentation added.
Linux build fix.
Doc update.
Doc update.
Code review related fixes.
Whitespace fix.
|
8 years ago |
Alexander Alekhin
|
941a33ae7a
|
Merge pull request #1163 from tucna:FastFuzzyTransform
|
8 years ago |
Alexander Alekhin
|
d8eac205c8
|
Merge pull request #1171 from LaurentBerger:woHALDisFlow
|
8 years ago |
Alexander Alekhin
|
6b3d71bc5e
|
Merge pull request #1170 from arrybn:enable_large_models_tests
|
8 years ago |
LaurentBerger
|
03f0b94fbe
|
try to solve issue #8748
|
8 years ago |
LaurentBerger
|
64b3bbb620
|
solve issue 1165
|
8 years ago |
Aleksandr Rybnikov
|
08ade5e10e
|
Disabled FCN test on win32, changed googlenet test
|
8 years ago |
Alexander Alekhin
|
27bf9e2988
|
Merge pull request #1169 from ioxp:sfmFixes
|
8 years ago |
Philipp Hasper
|
363097e9c3
|
sfm: Fixed build for MSVC: snprintf only in VS2015 and above
|
8 years ago |
Philipp Hasper
|
204db719aa
|
sfm: Added throwing of Error::StsNotImplemented for affine reconstruction
|
8 years ago |
Philipp Hasper
|
4f8a400d5d
|
sfm: Enabled intrinsics refinement
The other implementation of reconstruct() had the flag enabled. Enabling
it here as well for consistency
|
8 years ago |
Vadim Pisarevsky
|
9b5aa2a56f
|
Merge pull request #1147 from lhelontra:edgenms
|
8 years ago |
Vadim Pisarevsky
|
74e439f4db
|
Merge pull request #1166 from dkurt:fix_net_deployment
|
8 years ago |
dkurt
|
743f82c002
|
Removed an extra reallocation of networks every setBlob call.
|
8 years ago |
Alexander Alekhin
|
dea8d5f928
|
Merge pull request #1159 from LaurentBerger:sfm_images
|
8 years ago |
Pavel Vlasanek
|
aceaa03473
|
Fast F-transform added.
New method added plus minor fixes
Tests finalization
Whitespace fix.
Warning fixes.
Whitespace warning.
|
8 years ago |
Alexander Alekhin
|
ddc58e76ad
|
dnn: extra testdata files from OPENCV_DNN_TEST_DATA_PATH env
|
8 years ago |
LaurentBerger
|
ae8682693b
|
user can load his own data using command line or use simulate data
|
8 years ago |
LaurentBerger
|
4e866d4232
|
solve issue #1155
|
8 years ago |
Maksim Shabunin
|
fa94c16065
|
Merge pull request #1153 from atinfinity:fixed_aruco_tutorial
|
8 years ago |
Maksim Shabunin
|
6bca9e842a
|
Merge pull request #1158 from berak:patch-1
|
8 years ago |
berak
|
0c25702988
|
Update bm3d_denoising_invoker_commons.hpp
change braces in abs() call
resolves: #1157
|
8 years ago |
lhelontra
|
da280ac55d
|
added computeOrientation and edgenms in structured_edge_detection
fixed typo
replaces Mat& to Input/OutputArray in public methods.
small fix.
small fixes
|
8 years ago |
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
|
8 years ago |
atinfinity
|
ebc255b025
|
fixed sample code in tutorial
|
8 years ago |
atinfinity
|
9a3cb3092f
|
removed unnecessary character
|
8 years ago |
saskatchewancatch
|
3ec8e0ac4c
|
1) Modified cv::ximgproc::niBlackThreshold to support binarization using popular Niblack inspired techniques. Sauvola, Wolf, and NICK support added.
2) Changed niblack_thresholding.cpp sample to allow experimentation with these new methods
3) Added/updated docs where appropriate
|
8 years ago |
Vadim Pisarevsky
|
c42beb4c34
|
Merge pull request #1144 from olivierpascal:olivierpascal-structured-edge-detection
|
8 years ago |
olivierpascal
|
ab48ffdfc1
|
Warning fixed
|
8 years ago |
olivierpascal
|
204e98e105
|
Bugfix #1143
|
8 years ago |
Alexander Alekhin
|
da29f712f0
|
Merge pull request #1137 from paroj:linemod_py
|
8 years ago |
Pavel Rojtberg
|
621d6c2a51
|
linemod: add rudimentary python bindings
|
8 years ago |
Alexander Alekhin
|
32b3b4d256
|
Merge pull request #1141 from alalek:fix_tests
|
8 years ago |
Alexander Alekhin
|
fdab64c95d
|
fix tests
|
8 years ago |