Rostislav Vasilikhin
6c71988c54
RGB2Luv_f: R, G, B limited to [0, 1]
2017-07-05 22:08:49 +03:00
Rostislav Vasilikhin
82811d0706
Luv: singularities fixed
2017-07-05 22:08:49 +03:00
wzw
635342ab73
ocl_calcHist1: Use proper local size for merge_histogram kernel
...
merge_histogram kernel only need "BINS" theads to accumulate the
histgrams, it is not efficient to directly use maxGroupSize as
local size if maxGroupSize is far greater then BINS.
2017-07-05 21:24:09 +08:00
Arkadiusz Raj
0ef5c8c541
Fixing Aravis support compilation issue
2017-07-05 11:30:43 +02:00
Maksim Shabunin
f670a99270
Merge pull request #9089 from alalek:cmake_fix_sdl_linker_flags
2017-07-04 14:23:39 +00:00
Vitaly Tuzov
fadf25acd6
SSE4_1 optimized implementation of resize and warp functions migrated to separate file
2017-07-04 17:05:36 +03:00
Vitaly Tuzov
77264dcca9
AVX optimized implementation of haar migrated to separate file
2017-07-04 16:54:48 +03:00
Alexander Alekhin
eed5cfba7d
cmake: fix linker flags
2017-07-04 15:04:42 +03:00
Vitaly Tuzov
5448d9186a
AVX and SSE4.1 optimized conversion implementations migrated to separate files
2017-07-04 14:48:01 +03:00
Vladislav Sovrasov
2a2a1dc5b4
Get rid of OPENCV_NOSTL definition
2017-07-04 14:17:02 +03:00
Vitaly Tuzov
4d0f789e0a
AVX optimized implementation of separable filters migrated to separate file
2017-07-04 13:47:47 +03:00
Aleksandr Rybnikov
d3c14ce3ea
Added tests for ResNet-50 and SqueezeNet v1.1
2017-07-04 12:19:27 +03:00
Alexander Alekhin
7b8e6307f8
Merge pull request #9080 from alalek:version_3.3.0-rc
...
version 3.3.0-rc
2017-07-03 16:21:45 +00:00
Alexander Alekhin
823353d3ac
Merge pull request #9067 from D-Alex:master
...
Fix error message fisheye CALIB_CHECK_COND
2017-07-03 16:20:03 +00:00
Alexander Alekhin
639e7367a7
Merge pull request #9081 from catree:fix_tutorial_pca_intro
...
Fix wrong mat access in introduction_to_pca.cpp
2017-07-03 16:18:15 +00:00
Alexander Alekhin
2863c9fe19
Merge pull request #9077 from alalek:cmake_enable_cxx11
2017-07-03 16:15:29 +00:00
Alexander Alekhin
37c8f217a7
Merge pull request #9076 from mshabunin:fix-doc-from-mail
2017-07-03 16:12:46 +00:00
Tony Lian
c8783f3e23
Merge pull request #9075 from TonyLianLong:master
...
Remove unnecessary Non-ASCII characters from source code (#9075 )
* Remove unnecessary Non-ASCII characters from source code
Remove unnecessary Non-ASCII characters and replace them with ASCII
characters
* Remove dashes in the @param statement
Remove dashes and place single space in the @param statement to keep
coding style
* misc: more fixes for non-ASCII symbols
* misc: fix non-ASCII symbol in CMake file
2017-07-03 16:14:17 +00:00
Alexander Alekhin
9aaf6a66a3
Merge pull request #9073 from berak:dnn_fix_tutorial_links
2017-07-03 16:11:10 +00:00
Alexander Alekhin
ced9d2357c
Merge pull request #9070 from catree:imshow_64bits_doc
2017-07-03 16:10:13 +00:00
Alexander Alekhin
9611aa81b2
Merge pull request #9069 from catree:ffmpeg_warnings_errors
2017-07-03 16:09:27 +00:00
Alexander Alekhin
b10bd4b65d
Merge pull request #9068 from dkurt:mkl_with_openmp
2017-07-03 16:09:11 +00:00
Alexander Alekhin
8aa3011f2d
Merge pull request #9064 from sadika9:patch-1
2017-07-03 16:07:53 +00:00
Alexander Alekhin
7bb9237d99
Merge pull request #9060 from alalek:canny_inplace_bug
2017-07-03 16:06:50 +00:00
Alexander Alekhin
11a726ceb3
Merge pull request #9057 from alalek:static_build_workaround
2017-07-03 16:05:31 +00:00
Alexander Alekhin
c3586b8534
Merge pull request #9055 from fdebrabander:master
...
how_to_scan_images.markdown: fix grammar mistakes
2017-07-03 16:06:59 +00:00
Alexander Alekhin
7621cc19dc
Merge pull request #9054 from zhmu:upstream
2017-07-03 16:04:11 +00:00
Alexander Alekhin
4f01ad8517
Merge pull request #9052 from jqly:patch-1
2017-07-03 16:03:46 +00:00
Alexander Alekhin
5590aea411
Merge pull request #8998 from abratchik:DNN.java.wrappers.fix
2017-07-03 16:02:49 +00:00
Vitaly Tuzov
3681dcef1a
AVX optimized implementation of resize and warp functions migrated to separate file
2017-07-03 18:18:20 +03:00
catree
8b7cb8a3f1
Fix wrong mat access.
2017-07-03 16:56:53 +02:00
Alexander Alekhin
1b8d363231
version 3.3.0-rc
2017-07-03 16:47:05 +03:00
Alexander Alekhin
3f02f569af
cmake: update CXX11 compiler flag
2017-07-03 16:13:12 +03:00
Alexander Alekhin
108188e42f
Merge pull request #9032 from sovrasov:mat_doc_update
2017-07-03 12:46:42 +00:00
Maksim Shabunin
2a33f452b0
Fixed minor doc issue
2017-07-03 12:56:22 +03:00
Vladislav Sovrasov
f42b7d03b4
core: add a test of iteration through the Mat_ with range-based for
2017-07-03 12:49:17 +03:00
Vladislav Sovrasov
267fdc4c91
Add a note about cxx11 range-based loop in Mat_ documentation
2017-07-03 12:49:11 +03:00
Alexander Alekhin
32d1eb36df
dnn: fix links
2017-07-03 12:44:27 +03:00
Maksim Shabunin
d5323ce848
Merge pull request #9066 from mshabunin:fix-static-5
2017-07-03 09:03:40 +00:00
Alexander Alekhin
b3f5e3bf94
core(stat): optimize size of binaries, drop AVX dispatch (no imrovements)
2017-07-02 22:45:10 +00:00
Alexander Alekhin
b66c349bba
core(stat): add required CV_AVX_GUARD
...
Added guard with 'vzeroupper' instruction
2017-07-02 22:45:10 +00:00
Alexander Alekhin
c45d3568ae
core(stat): register dispatched code, fix build
2017-07-02 22:45:10 +00:00
Alexander Alekhin
6a6222d21c
core(stat): remove useless checks
2017-07-02 22:45:10 +00:00
Alexander Alekhin
880052d3f3
core(stat): create dispatch.cpp file
2017-07-02 22:45:10 +00:00
Alexander Alekhin
85afbd409b
core(stat): move implementations into .hpp file w/o changes
2017-07-02 22:45:09 +00:00
Alexander Alekhin
03c3e0edcf
core(stat): stat.cpp minor refactoring
...
- remove unused code
- added: #if CV_ENABLE_UNROLLED in Hamming's functions
2017-07-02 22:45:09 +00:00
Alexander Alekhin
4f558e8b89
cmake: added "SSE4_2" into default CPU dispatch
2017-07-02 22:45:09 +00:00
berak
34c0ab5878
dnn: fix some tutorial links
2017-07-02 10:09:27 +02:00
abratchik
8f7181429f
add java wrappers to dnn module
2017-07-02 11:46:20 +04:00
catree
921f06eb6f
Fix ffmpeg detection with -D OPENCV_WARNINGS_ARE_ERRORS=ON option.
2017-07-02 01:59:41 +02:00