Anup Parikh
0e5614877d
Update matlab module readme to fix #664 and #1201
8 years ago
abratchik
53da3059a4
Fix java wrappers for Text module
8 years ago
Woody Chow
ab43a3b2d9
Use TLS instead of mutex in SIFT
8 years ago
Woody Chow
6be2945abb
Multithreading findScaleSpaceExtremaComputer. Sort the keypoints afterwards to make the output stable
8 years ago
Pavel Vlasanek
ca6ccac67f
Tutorials added and documentation updated.
...
Incremental commit.
Theory updated.
Theory finished.
Inpainting in progress.
Inpainting done plus minor fix in kernel computation.
Tutorials done.
Documentation done.
Whitespace fix.
Update.
Conversion to jpg.
Documentation links fixed.
8 years ago
catree
dc8e29a0ad
Update doCornerRefinement() parameter to cornerRefinementMethod().
8 years ago
Dmitry Kurtaev
2abf45d1ee
Made some deep learning layers params are public ( #1134 )
8 years ago
Aleksandr Rybnikov
78fabfe606
Changed blobFromImages() function, so it can handle 1-channel images ( #1185 )
8 years ago
dkurt
d5ac902f18
Fix changes with allocating memory outside layers.
8 years ago
Vladislav Sovrasov
50a52424fa
dnn: fix possible build problem with tensor flow, get rid of catch(...)
8 years ago
Vladislav Sovrasov
10aee918c0
Fix DNN module build without torch
8 years ago
Vladislav Sovrasov
731ee7bbd7
ximgproc: fix warning in OCL related code on Windows platform
8 years ago
Aleksandr Rybnikov
a5d0ef520c
Added statistics functions
8 years ago
Vadim Pisarevsky
f78bb2c4e7
fixed shape() function ( #1177 )
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
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
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
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
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
dkurt
743f82c002
Removed an extra reallocation of networks every setBlob call.
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
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
olivierpascal
ab48ffdfc1
Warning fixed
8 years ago
olivierpascal
204e98e105
Bugfix #1143
8 years ago
Pavel Rojtberg
621d6c2a51
linemod: add rudimentary python bindings
8 years ago
Alexander Alekhin
fdab64c95d
fix tests
8 years ago
Vadim Pisarevsky
7578908901
removed trailing whitespaces
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
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