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
Vadim Pisarevsky
1c8809ff7d
Merge pull request #1207 from natsuki14:master
8 years ago
Alexander Alekhin
73dc666dba
Merge pull request #1212 from dkurt:torch_softmax_layer
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
Alexander Alekhin
9638b1454a
Merge pull request #1191 from abratchik:contrib.java.wrapper.fix.3.2
8 years ago
Alexander Alekhin
63bb7c1664
Merge pull request #1208 from Bleach665:fix_VS2010
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
Alexander Alekhin
38dd47cf40
Merge pull request #1196 from tucna:fuzzy_documentation
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
Alexander Alekhin
27f6d4e78e
Merge pull request #1190 from catree:fix_aruco_doCornerRefinement
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
Vadim Pisarevsky
1ca1a1257f
Merge pull request #1183 from dkurt:fix_allocation_issues
8 years ago
dkurt
d5ac902f18
Fix changes with allocating memory outside layers.
8 years ago
Vadim Pisarevsky
a4cc801404
Merge pull request #1179 from arrybn:statistics
8 years ago
Vadim Pisarevsky
9ace63388c
Merge pull request #1182 from sovrasov:dnn_build_wo_torch
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
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
Aleksandr Rybnikov
a5d0ef520c
Added statistics functions
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