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
Vadim Pisarevsky
00ad211c62
Merge pull request #1127 from arrybn:accuracy_scripts
8 years ago
Vadim Pisarevsky
b97931e0cb
Merge pull request #1136 from vpisarev:dnn5
8 years ago
Vadim Pisarevsky
7578908901
removed trailing whitespaces
8 years ago
Vadim Pisarevsky
3908909d48
Merge pull request #1132 from sovrasov:dnn_modern_osx_build
8 years ago
Vadim Pisarevsky
455d178763
Merge pull request #1135 from sovrasov:dnn_build_fix
8 years ago
Vadim Pisarevsky
9e26b24d04
improved speed of ENet processing.
8 years ago
Aleksandr Rybnikov
053303ab44
Added python scripts to estimating accuracy
8 years ago
Vladislav Sovrasov
96222f36c3
dnn: fix build without Torch
8 years ago
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
8 years ago
Vladislav Sovrasov
3ac9e24254
tracking: improve public API
...
Use ROI selector in python samples
8 years ago
Vladislav Sovrasov
98fd23cc38
dnn_modern: include protubuf headers in cmake
8 years ago
Alexander Alekhin
4317e27d6b
Merge pull request #1128 from savuor:fix/xphoto_inpaint_copy
8 years ago
Rostislav Vasilikhin
e1fd238440
fixed data copying from Mat to vector
8 years ago
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
8 years ago
Alexander Alekhin
23c02563e4
Merge pull request #1119 from StevenPuttemans:master
...
fixing matlab wrapping
8 years ago