Vadim Pisarevsky
f646f61dad
Merge pull request #9752 from alalek:eigenNonSymmetric
7 years ago
Alexander Alekhin
ca9a3af704
Merge pull request #9756 from pranitbauva1997:doc-typo-faster
...
doc: fix typo in py_tutorials
7 years ago
Vadim Pisarevsky
eca5906a75
Merge pull request #9746 from alalek:fix_msvs2017_warning
7 years ago
Alexander Alekhin
b872d14376
Merge pull request #9757 from berak:imgcodecs_4chan_bmp
7 years ago
Pranit Bauva
d3e3d0996c
doc: fix typo in py_tutorials
7 years ago
berak
089aac61f3
imgcodecs: fix 4 reading channel bmp images
7 years ago
Alexander Alekhin
1f18282f04
build: fix MSVS2017 warning
7 years ago
Alexander Alekhin
529632f8d0
core: cv::eigenNonSymmetric() via EigenvalueDecomposition
7 years ago
Alexander Alekhin
a9effeeb35
Merge pull request #9743 from DensityCo:tbb-debug
7 years ago
Alexander Alekhin
69103a9fab
Merge pull request #9740 from tomoaki0705:universalArithm
7 years ago
Alexander Alekhin
a729f985fd
Merge pull request #9726 from blendin:fix_oob
7 years ago
Alexander Alekhin
d43087cafe
Merge pull request #9741 from alalek:stitching_test_update
7 years ago
Alexander Alekhin
0bf823e1eb
stitching(perf): update condition threshold
7 years ago
Alexander Alekhin
39ee07b8f6
test: clarify fail messages
7 years ago
Tomoaki Teshima
e187219699
use universal intrinsic in arithm.cpp
...
* remove raw NEON/SSE2 implementation as much as possible
* replace them to universal intrinsic in InRange/Compare/AddWeighted
7 years ago
bradford barr
a56d7592f0
TBB Debug Release
...
OpenCV fails to detect tbb on a debug build if the platform has only installed
debug libraries. This PR adds an additional check to the tbb detect logic for
systems that only install tbb debug and not both tbb debug and release.
7 years ago
Vadim Pisarevsky
5e93c82023
Merge pull request #9491 from dkurt:tf_lstm
7 years ago
Vadim Pisarevsky
a6d634b5b8
Merge pull request #9683 from terfendail:grects_weights
7 years ago
Vadim Pisarevsky
af8fc3e209
Merge pull request #9604 from alalek:ocl_kernel_profiling
7 years ago
Vadim Pisarevsky
22467599c4
Merge pull request #9692 from alalek:dnn_perf_net
7 years ago
Vadim Pisarevsky
68cc2e292d
Merge pull request #9734 from dkurt:fix_deconv_layer_kernel_layout
7 years ago
Vadim Pisarevsky
45365e4df1
Merge pull request #9691 from dkurt:padding_layer_refactoring
7 years ago
Tomoaki Teshima
139b32734e
Merge pull request #9714 from tomoaki0705:universalBilateral
...
imgproc: use universal intrinsic as much as possible (#9714 )
* use universal intrinsic as much as possible
* make SSE3 part as common as possible with universal intrinsic implementation
* put the reducing part out of the main loop
* follow the comment
* fix the typo
* use v_reduce_sum4
* follow the comment again
* remove all CV_SSE3 part from smooth.cpp
7 years ago
Alexander Alekhin
488d4df520
Merge pull request #9710 from savuor:ovx_harris_build_fix
7 years ago
Alexander Alekhin
5f6fb16fda
Merge pull request #9737 from huningxin:fix_9729
7 years ago
Ningxin Hu
06d22af2bf
Use horizontal input/output images layout in OpenCV.js tutorials
7 years ago
Dmitry Kurtaev
6e593cd1f0
Swap dimensions of deconvolution kernel
7 years ago
Alexander Alekhin
386f402e0c
Merge pull request #9735 from alalek:fix_docs
...
doc: fix documentation generation with JavaScript bindings
7 years ago
Alexander Alekhin
9efb24943e
doc: fix documentation generation with JavaScript bindings
7 years ago
Alexander Alekhin
55b7073aae
Merge pull request #9730 from yanlend:patch-1
7 years ago
Alexander Alekhin
bf6548dc1a
Merge pull request #9716 from alalek:fix_ipp_build
7 years ago
Alexander Alekhin
0f0f5652fb
Merge pull request #9717 from alalek:fix_fma
7 years ago
Alexander Alekhin
d4c905bf77
Merge pull request #9728 from huningxin:fix_9727
7 years ago
Alexander Alekhin
7ff294dbe6
Merge pull request #9725 from dericcrago:fixed_boundary_spelling_in_comments
7 years ago
Peter Fischer
332588fcee
Fix bug: non-maximum suppression for hough circle
...
The non-maximum suppression in the Hough accumulator incorrectly ignores maxima that extend over more than one cell, i.e. two neighboring cells both have the same accumulator value. This maximum is dropped completely instead of picking at least one of the entries. This frequently results in obvious circles being missed.
The behavior is now changed to be the same as for hough_lines.
See also https://github.com/opencv/opencv/issues/4440
7 years ago
Ningxin Hu
2fd0229493
Check files uploaded by user
7 years ago
Ningxin Hu
18c1e32047
Fix image uploading failure for OpenCV.js tutorials
7 years ago
Ningxin Hu
315dac4878
Only accept images to upload for OpenCV.js tutorials
7 years ago
blendin
c58152d94b
Fix out of bounds write
7 years ago
Deric Crago
a0d7cf89f2
Fixed 'boundary' spelling
7 years ago
Alexander Alekhin
7475d23fec
Merge pull request #9707 from woodychow:fix_undistortrectifymap_avx2
7 years ago
Alexander Alekhin
3dee92ec50
fix usage of CV_FMA3 macro
7 years ago
Alexander Alekhin
587df6d942
cmake: fix typo
7 years ago
Alexander Alekhin
513c2b92a4
Merge pull request #9709 from savuor:softfloat_r3d
7 years ago
Dmitry Kurtaev
84cec17913
LSTM layer for TensorFlow importer
7 years ago
Alexander Alekhin
e8ee284710
Merge pull request #9713 from huningxin:fix_9712
7 years ago
Ningxin Hu
ea2c13c91e
Improve cascade file loading and error handling for js tutorials
7 years ago
Ningxin Hu
f57106b00a
Add haar cascade files as js_assets
7 years ago
woody.chow
ef8c919e3f
Minor optimization of initUndistortRectifyMapLine_AVX
7 years ago
Alexander Alekhin
d9107601c3
Merge pull request #9690 from tomoaki0705:universalSmooth
7 years ago