Maksim Shabunin
b18e35793a
dnn: fixed GEMM1T AVX2 implementation ( #1231 )
8 years ago
dkurt
dc93eedecf
Added Halide backend support for deep learning layers
8 years ago
Vadim Pisarevsky
645260af34
optimized several conv net layers ( #1227 )
...
* rewritten the following layers to be [much] more efficient: convolution, fully connected, activations (relu, tanh, ...), LRN. Use optional AVX optimization for the first two.
* eliminated trailing whitespaces
8 years ago
dkurt
e0fe0aa3df
Fix reshape layer output size computation
8 years ago
Diego
fbbda575de
Fixed loop in buildPyramid in deepflow.cpp
...
The while loop in member function buildPyramid in deepflow.cpp terminated as a result of the break statement and never as a result of the termination criteria because the "i" variable in the while loop was never incremented.
Changed the while loop into a for loop
Changed the while loop into a for loop in the member function buildPyramid in deepFlow.cpp
removed trailing whitespace
8 years ago
Alexander Alekhin
843197503f
matlab: require installation of Jinja2 Python package
8 years ago
Aleksandr Rybnikov
09b73b2dc7
Blobs reuse improvement ( #1205 )
...
* Reuse deep learning output blobs
* Changed order for iterating through blobs while seeking memory. Refactored a little.
8 years ago
Jcrist99
6c9d6d507b
Merge pull request #1210 from abratchik:contrib.java.wrapper.fix.3.2
...
fix java wrappers for ERFilter, OCRHMMDecoder, OCRBeamSearchDecoder (#1210 )
* fix java wrappers for ERFilter, OCRHMMDecoder, OCRBeamSearchDecoder
* fix comments
8 years ago
Aleksandr Rybnikov
692ba7bafd
Fixed SSD example, added test
8 years ago
dkurt
78ff9d931a
Import SoftMax, LogSoftMax layers from Torch
8 years ago
Yuriy Obukh
41559d7481
Some changes to make VS2010 compiler happy.
8 years ago
Natsuki Kawai
f57d6fbbb6
Fixed a buffer overflow which occurs when setImage is called with different images and default image_id.
8 years ago
abratchik
53da3059a4
Fix java wrappers for Text module
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