Alexander Alekhin
|
3b669149d2
|
Merge pull request #8710 from ioxp:master
|
2017-05-11 18:24:16 +00:00 |
|
Maksim Shabunin
|
aaabb07bee
|
Merge pull request #8715 from berak:fix_digits_py
|
2017-05-11 12:46:41 +00:00 |
|
berak
|
7b05d52f7b
|
py_samples: fix digits.py
|
2017-05-11 08:34:21 +02:00 |
|
Matthias Grundmann
|
0e64e68d31
|
Update cap_mjpeg_encoder.cpp
Avoid shifting by 32bits; undefined behavior according to c - standard
|
2017-05-10 13:29:02 -07:00 |
|
Philipp Hasper
|
dcd8589b67
|
Fixed exp32f() compilation on MSVC
|
2017-05-10 18:25:39 +02:00 |
|
Vitaly Tuzov
|
ee5b5a6b2f
|
Fixed out of bound reading in makeAgastOffsets
|
2017-05-10 16:21:22 +03:00 |
|
chacha21
|
fa4fd48072
|
Drop best optimizations to reduce code size
Only keep the ICV_HLINE_X optimization to reduce code size.
|
2017-05-10 13:55:39 +02:00 |
|
Vadim Pisarevsky
|
06b0fe35d2
|
Merge pull request #8609 from LukeZheZhu:pyrlk_err_ocl_fix
|
2017-05-04 16:12:13 +00:00 |
|
LukeZhu
|
65be9e1978
|
Fix OpenCL's wrong output of calcOpticalFlowPyrLK function's output vector of err. Improve err's precison of the calcOpticalFlowPyrLK OpenCL function and add the relative test.
|
2017-05-04 14:07:45 +08:00 |
|
Vadim Pisarevsky
|
833832ac91
|
Merge pull request #8391 from woodychow:warpAffine_avx2
|
2017-05-03 15:09:54 +00:00 |
|
Vadim Pisarevsky
|
e00d0528a4
|
Merge pull request #8397 from woodychow:initUndistortRectifyMap_avx2
|
2017-05-03 14:50:22 +00:00 |
|
Vadim Pisarevsky
|
b683e68223
|
Merge pull request #8398 from woodychow:normL2Sqr_avx2
|
2017-05-03 14:49:56 +00:00 |
|
nnorwitz
|
256b6bb3db
|
Don't blow out the stack. Use a smaller buffer and prevent buffer overruns with snprintf.
|
2017-05-03 16:56:09 +03:00 |
|
Vadim Pisarevsky
|
925594d1e3
|
Merge pull request #7894 from alalek:ocl_program
|
2017-05-03 13:48:58 +00:00 |
|
Vadim Pisarevsky
|
dd81c29834
|
Merge pull request #8359 from csukuangfj:patch-fix-error-code-documentation
|
2017-05-03 13:48:28 +00:00 |
|
Vadim Pisarevsky
|
dea5eaca30
|
Merge pull request #8660 from 4ekmah:making_sgbm_parallel
|
2017-05-03 13:47:36 +00:00 |
|
Vadim Pisarevsky
|
5950431e73
|
Merge pull request #8602 from alalek:ffmpeg_update
|
2017-05-03 13:01:55 +00:00 |
|
Vadim Pisarevsky
|
05387b3921
|
Merge pull request #8271 from ziggy90127:avfoundation-bugfix1
|
2017-05-03 12:59:44 +00:00 |
|
vskarlsruhe
|
986d57c7b2
|
Update canny_detector.markdown (#8684)
|
2017-05-03 05:46:34 -07:00 |
|
Vadim Pisarevsky
|
fe2416575b
|
Merge pull request #8432 from csukuangfj:issue-8411
|
2017-05-03 12:39:55 +00:00 |
|
Maksim Shabunin
|
ea49d7b7c5
|
Merge pull request #8653 from alalek:android_fixes
|
2017-05-03 12:20:19 +00:00 |
|
Vadim Pisarevsky
|
b92bbffa1a
|
Merge pull request #8557 from grundman:patch-3
|
2017-05-03 12:12:59 +00:00 |
|
Vadim Pisarevsky
|
f77e9bc995
|
Merge pull request #8582 from alalek:cmake_disable_insource_builds
|
2017-05-03 11:53:32 +00:00 |
|
Vadim Pisarevsky
|
8a16997b1e
|
Merge pull request #8580 from terfendail:ovx_newperftest
|
2017-05-03 11:01:01 +00:00 |
|
Vadim Pisarevsky
|
374c5ce471
|
Merge pull request #8598 from sovrasov:java_wrap_prt_arg
|
2017-05-03 10:53:58 +00:00 |
|
Vadim Pisarevsky
|
58f19b4f4c
|
Merge pull request #8676 from jveitchmichaelis:jveitchmichaelis-sgbm-create
|
2017-05-03 10:28:39 +00:00 |
|
Vadim Pisarevsky
|
40d61e5c5b
|
Merge pull request #8688 from ysolovyov:num-jobs-fix
|
2017-05-03 10:25:54 +00:00 |
|
Maksim Shabunin
|
2a5a143f0f
|
Merge pull request #8686 from sovrasov:port_affine3_fix
|
2017-05-03 10:20:16 +00:00 |
|
Maksim Shabunin
|
f71f76add9
|
Merge pull request #8649 from saskatchewancatch:8647
|
2017-05-03 09:19:29 +00:00 |
|
Yuriy Solovyov
|
96f1ef1347
|
Fix buildcmd
|
2017-05-02 18:59:37 +03:00 |
|
Yuriy Solovyov
|
4f6238aa04
|
Use all available cpu cores in iOS/OSX build procedure
|
2017-05-02 18:48:54 +03:00 |
|
André Mewes
|
70e6391f38
|
create homogeneous affine matrix when constructing from 4x3 cv::Mat
|
2017-05-02 14:09:20 +03:00 |
|
Vladislav Sovrasov
|
bf62be7f63
|
java: allow to wrap functions which take cv::Ptr
|
2017-05-02 11:50:31 +03:00 |
|
saskatchewancatch
|
bbb785e43c
|
Issue 8647: Updated doc for cv::matchTemplate to reflect current support for methods when mast template is supplied.
|
2017-04-30 20:22:47 -06:00 |
|
jveitchmichaelis
|
369bfbfd23
|
Add default parameters for SGBM::create
Added default parameters for minDisparity, numDisparities and blockSize. This fixes a bug where SGBM::load would not compile.
|
2017-04-30 16:32:30 +01:00 |
|
Alexander Alekhin
|
04573615c5
|
Merge pull request #8671 from tomoaki0705:fixBuildVS2012sprintf
|
2017-04-29 15:13:15 +00:00 |
|
Alexander Alekhin
|
14ae679971
|
Merge pull request #8675 from ninadpchaudhari:patch-1
Spell correction
|
2017-04-29 18:12:46 +03:00 |
|
Ninad P.Chaudhari
|
7885ef2ac8
|
Spell correction
Corrected the spelling which was used in explanation for parameters.
|
2017-04-29 20:03:47 +05:30 |
|
Alexander Alekhin
|
a740a4ca38
|
Merge pull request #8665 from louiehelm:master
|
2017-04-28 05:10:50 +00:00 |
|
Louie Helm
|
39874d7254
|
Fix Farneback GPU Sample in GCC6
|
2017-04-27 16:28:36 -07:00 |
|
Alexander Alekhin
|
21fff4dfb6
|
Merge pull request #8654 from paroj:py_vector_ptr
|
2017-04-27 18:23:42 +00:00 |
|
Alexander Alekhin
|
11cd884c7c
|
Merge pull request #8664 from alalek:fix_build_with_tbb
|
2017-04-27 16:29:46 +00:00 |
|
Alexander Alekhin
|
bfe4e1fed4
|
Merge pull request #8663 from rib:wip/rib/android-build-fix
|
2017-04-27 15:36:26 +00:00 |
|
Alexander Alekhin
|
cdc7f10767
|
cmake: dispatcher: add handling of include dirs
from linked targets of base modules
|
2017-04-27 18:11:32 +03:00 |
|
Alexander Alekhin
|
e04d663acd
|
Merge pull request #8656 from alalek:fix_cpu_detection
|
2017-04-27 14:14:56 +00:00 |
|
Robert Bragg
|
8f5ea7deda
|
core: avoid clash with _N define from ctype.h in headers
This updates the public headers to use _Nm instead of _N in templates
since _N is defined by the widely used ctype.h.
|
2017-04-27 14:45:24 +01:00 |
|
Michele Cancilla
|
9405c6d206
|
Improvement of array of equivalences’ upper bound + fix some wrong comments
|
2017-04-27 12:53:33 +02:00 |
|
Pyotr Chekmaryov
|
d6bc6895a6
|
Test data correction.
|
2017-04-27 10:05:55 +00:00 |
|
Vitaly Tuzov
|
2492c299f3
|
Extended set of existing performance test to OpenVX HAL suitable execution modes
|
2017-04-27 12:32:29 +03:00 |
|
Pavel Rojtberg
|
930611dfa8
|
python: move Ptr specializations above generic_vec to allow vector_Ptr_T
|
2017-04-27 11:28:31 +02:00 |
|