Alexander Alekhin
3584d3c27f
Merge pull request #1299 from LaurentBerger:ERFilterDoc
8 years ago
Alexander Alekhin
58244d6478
Merge pull request #1297 from berak:ximgproc_pi
8 years ago
Alexander Alekhin
09b08c5e88
Merge pull request #1304 from berak:fix_tracking_1057
8 years ago
berak
006dcae896
tracking: fix rounding error in trackerKCF
8 years ago
nyanp
eaa022480f
Add a definition to fix error on MSVC
8 years ago
LaurentBerger
3a05c24bbd
Update doc for text module
8 years ago
berak
3d0e42f655
ximgproc: change M_PI to CV_PI in structured_edge_detection
8 years ago
Alexander Alekhin
067b0a63e3
Merge pull request #1290 from alalek:backgroundsubtractorcnt_docs
8 years ago
Alexander Alekhin
b1408e33b0
Merge pull request #1292 from VladX:gpc_fix
8 years ago
Vladislav Samsonov
3442a8deee
Handle incorrect flow vectors in gpc_evaluate; fixes opencv/opencv#9183
8 years ago
Vladislav Samsonov
617db6c4fe
Fixed bug inside GPCDetails::dropOutliers(); fixes opencv/opencv#9220
8 years ago
sghoshcvc
111b3bed7d
Modified to silent Clang warnings
8 years ago
Alexander Alekhin
f266f33160
bgsegm(docs): information about author of BackgroundSubtractorCNT
8 years ago
sghoshcvc
0e74d63d2f
Modified to handle windows warning
8 years ago
sghoshcvc
103fbaf4f2
White Space error in sample python script
8 years ago
sghoshcvc
4c9af58133
Fixed Text box demo error
8 years ago
sghoshcvc
b913cac1df
Fixed Doxygen Warning and error
8 years ago
sghoshcvc
ca2a2abed0
Removed white space errors and platform specific warnings
8 years ago
sghoshcvc
a617059f24
removed Java Wrapper
8 years ago
Alexander Alekhin
ffdec47924
Merge pull request #1286 from alalek:fix_sift_test
8 years ago
sghoshcvc
8cf800e650
fix a dependency bug
8 years ago
Suman Ghosh
9071ca7e2b
Merge branch 'master' into gsoc_textDetect_2017
8 years ago
Alexander Alekhin
02ea1b6680
test: fix SIFT descriptor test
...
descriptor values are integers, so threshold 0.03f doesn't have any sense
8 years ago
sghoshcvc
73ddeab66f
simple cleaning and added comments
8 years ago
sghoshcvc
1bc908bdbd
Added python sample script
8 years ago
sghoshcvc
be395e5981
Modified the class heirarchy
8 years ago
LaurentBerger
26c2d0226d
Update doc and method String getDefaultName()
8 years ago
berak
b73d565d83
face: add a toplevel node to write(String) method
8 years ago
sghoshcvc
2b8ed124f2
added instructions to build
8 years ago
Maksim Shabunin
a4e4d11a12
Fixed minor doc issue
8 years ago
Alexander Alekhin
07fb53c37f
Merge pull request #1260 from hotchkiss87:correct_spelling
8 years ago
Alexander Alekhin
003097e135
Merge pull request #1259 from alalek:dnn_cleanup
8 years ago
Justin Hotchkiss Palermo
574e20000d
fix spelling
8 years ago
Alexander Alekhin
e581b4d5d4
dnn: cleanup
8 years ago
Vadim Pisarevsky
b5bb6f1ca5
Merge pull request #1255 from alalek:move_dnn_module
8 years ago
Alexander Alekhin
5db12b38c1
dnn: move module to main OpenCV repository
8 years ago
Vadim Pisarevsky
e6f63c7a38
Merge pull request #1247 from alalek:protobuf_sources
8 years ago
Alexander Alekhin
637e82dd98
Merge pull request #1251 from berak:face_cleanup
8 years ago
berak
8d9a3e431d
face: minor cleanup after #1239
8 years ago
sghoshcvc
e494efb4b0
Added comments
8 years ago
sghoshcvc
fc9c41b8d4
Minor modification
8 years ago
Vadim Pisarevsky
8f23155d59
Merge pull request #1249 from dkurt:update_halide_pipeline
8 years ago
Vadim Pisarevsky
62b781bc06
Merge pull request #1248 from arrybn:enable_googlenet_test
8 years ago
Aleksandr Rybnikov
b0d008ce03
Enabled tests for intermediate blobs in goolgenet
8 years ago
sghoshcvc
40db962641
Add sample script
8 years ago
sghoshcvc
9ae765a197
Text detector class and Custom Image processor Class
8 years ago
dkurt
37cf4974a4
Updated Halide tests. Simplified batch norm using Halide. Bug fix in convolutional layer.
8 years ago
Alexander Alekhin
8f5c0e0de0
3rdparty: put protobuf into OpenCV repository
8 years ago
Vadim Pisarevsky
e551d15c2b
enabled convolution & activation fusion ( #1245 )
...
* enabled convolution & activation fusion
* a few more optimizations:
+ optimized the common case when the indices of max pooling layer are not used. in this case we use the more efficient branch that computes just maximums over the aperture.
+ optimized the convolution + activation fusion when the activation is relu, which is another common case
+ convolution can now be fused with batch norm. It's the zero-cost fusion. If the batch norm is followed by relu, all three (conv + batchnorm + relu) are fused together. this modification seriously improved ENet performance
* hopefully fixed warnings on Windows
8 years ago
Dmitry Kurtaev
62ba5d7552
Added Halide OpenCL target for deep learning networks ( #1246 )
8 years ago