Alexander Alekhin
3b669149d2
Merge pull request #8710 from ioxp:master
8 years ago
Maksim Shabunin
aaabb07bee
Merge pull request #8715 from berak:fix_digits_py
8 years ago
berak
7b05d52f7b
py_samples: fix digits.py
8 years ago
Philipp Hasper
dcd8589b67
Fixed exp32f() compilation on MSVC
8 years ago
Vadim Pisarevsky
06b0fe35d2
Merge pull request #8609 from LukeZheZhu:pyrlk_err_ocl_fix
8 years ago
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.
8 years ago
Vadim Pisarevsky
833832ac91
Merge pull request #8391 from woodychow:warpAffine_avx2
8 years ago
Vadim Pisarevsky
e00d0528a4
Merge pull request #8397 from woodychow:initUndistortRectifyMap_avx2
8 years ago
Vadim Pisarevsky
b683e68223
Merge pull request #8398 from woodychow:normL2Sqr_avx2
8 years ago
Vadim Pisarevsky
925594d1e3
Merge pull request #7894 from alalek:ocl_program
8 years ago
Vadim Pisarevsky
dd81c29834
Merge pull request #8359 from csukuangfj:patch-fix-error-code-documentation
8 years ago
Vadim Pisarevsky
dea5eaca30
Merge pull request #8660 from 4ekmah:making_sgbm_parallel
8 years ago
Vadim Pisarevsky
5950431e73
Merge pull request #8602 from alalek:ffmpeg_update
8 years ago
Vadim Pisarevsky
05387b3921
Merge pull request #8271 from ziggy90127:avfoundation-bugfix1
8 years ago
vskarlsruhe
986d57c7b2
Update canny_detector.markdown ( #8684 )
8 years ago
Vadim Pisarevsky
fe2416575b
Merge pull request #8432 from csukuangfj:issue-8411
8 years ago
Maksim Shabunin
ea49d7b7c5
Merge pull request #8653 from alalek:android_fixes
8 years ago
Vadim Pisarevsky
b92bbffa1a
Merge pull request #8557 from grundman:patch-3
8 years ago
Vadim Pisarevsky
f77e9bc995
Merge pull request #8582 from alalek:cmake_disable_insource_builds
8 years ago
Vadim Pisarevsky
8a16997b1e
Merge pull request #8580 from terfendail:ovx_newperftest
8 years ago
Vadim Pisarevsky
374c5ce471
Merge pull request #8598 from sovrasov:java_wrap_prt_arg
8 years ago
Vadim Pisarevsky
58f19b4f4c
Merge pull request #8676 from jveitchmichaelis:jveitchmichaelis-sgbm-create
8 years ago
Vadim Pisarevsky
40d61e5c5b
Merge pull request #8688 from ysolovyov:num-jobs-fix
8 years ago
Maksim Shabunin
2a5a143f0f
Merge pull request #8686 from sovrasov:port_affine3_fix
8 years ago
Maksim Shabunin
f71f76add9
Merge pull request #8649 from saskatchewancatch:8647
8 years ago
Yuriy Solovyov
96f1ef1347
Fix buildcmd
8 years ago
Yuriy Solovyov
4f6238aa04
Use all available cpu cores in iOS/OSX build procedure
8 years ago
André Mewes
70e6391f38
create homogeneous affine matrix when constructing from 4x3 cv::Mat
8 years ago
Vladislav Sovrasov
bf62be7f63
java: allow to wrap functions which take cv::Ptr
8 years ago
saskatchewancatch
bbb785e43c
Issue 8647: Updated doc for cv::matchTemplate to reflect current support for methods when mast template is supplied.
8 years ago
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.
8 years ago
Alexander Alekhin
04573615c5
Merge pull request #8671 from tomoaki0705:fixBuildVS2012sprintf
8 years ago
Alexander Alekhin
14ae679971
Merge pull request #8675 from ninadpchaudhari:patch-1
...
Spell correction
8 years ago
Ninad P.Chaudhari
7885ef2ac8
Spell correction
...
Corrected the spelling which was used in explanation for parameters.
8 years ago
Alexander Alekhin
a740a4ca38
Merge pull request #8665 from louiehelm:master
8 years ago
Louie Helm
39874d7254
Fix Farneback GPU Sample in GCC6
8 years ago
Alexander Alekhin
21fff4dfb6
Merge pull request #8654 from paroj:py_vector_ptr
8 years ago
Alexander Alekhin
11cd884c7c
Merge pull request #8664 from alalek:fix_build_with_tbb
8 years ago
Alexander Alekhin
bfe4e1fed4
Merge pull request #8663 from rib:wip/rib/android-build-fix
8 years ago
Alexander Alekhin
cdc7f10767
cmake: dispatcher: add handling of include dirs
...
from linked targets of base modules
8 years ago
Alexander Alekhin
e04d663acd
Merge pull request #8656 from alalek:fix_cpu_detection
8 years ago
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.
8 years ago
Pyotr Chekmaryov
d6bc6895a6
Test data correction.
8 years ago
Vitaly Tuzov
2492c299f3
Extended set of existing performance test to OpenVX HAL suitable execution modes
8 years ago
Pavel Rojtberg
930611dfa8
python: move Ptr specializations above generic_vec to allow vector_Ptr_T
8 years ago
Alexander Alekhin
4c2858fd61
cmake: fix POPCNT & SSE4.2 detection code
8 years ago
Alexander Alekhin
c5c3ec46ad
Merge pull request #8655 from alalek:fix_bug_persistence_raw_io
8 years ago
Alexander Alekhin
62e9bed17a
Merge pull request #8588 from kylefleming:mac-deployment-target
8 years ago
Alexander Alekhin
75f28245a8
core: fix persistence bug in RAW I/O code
...
- persistence.cpp code expects special sizeof value for passed structures
- this assumption is lead to memory corruption problems
- fixed/workarounded test to prevent memory corruption on Linux 32-bit systems
8 years ago
Alexander Alekhin
c757d2863e
Merge pull request #8640 from alalek:doc_mathjax
8 years ago