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
Michele Cancilla
9405c6d206
Improvement of array of equivalences’ upper bound + fix some wrong comments
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
Alexander Alekhin
133b91a026
android: build fixes
...
- eliminate CMake 3.5+ warnings
- removed usage of dropped "OPENCV_CAMERA_MODULES" variable
- partial support for Android NDK 11+
8 years ago
Alexander Alekhin
26be2402a3
Merge pull request #8629 from lupustr3:pvlasov/icv2017u2_update2
8 years ago
Alexander Alekhin
6ffab80169
Merge pull request #8648 from alalek:cmake_fix_ippiw
8 years ago
Alexander Alekhin
f3eff00bf7
cmake: update handling of IPPICV/IPPIW
8 years ago
Pyotr Chekmaryov
21be2aa677
Memory repaired + Cleanup.
8 years ago
Alexander Alekhin
3db496f677
Merge pull request #8558 from grundman:patch-4
8 years ago
Pavel Vlasov
11c2ffaf1c
Update for IPP for OpenCV 2017u2 integration;
...
Updated integrations for:
cv::split
cv::merge
cv::insertChannel
cv::extractChannel
cv::Mat::convertTo - now with scaled conversions support
cv::LUT - disabled due to performance issues
Mat::copyTo
Mat::setTo
cv::flip
cv::copyMakeBorder - currently disabled
cv::polarToCart
cv::pow - ipp pow function was removed due to performance issues
cv::hal::magnitude32f/64f - disabled for <= SSE42, poor performance
cv::countNonZero
cv::minMaxIdx
cv::norm
cv::canny - new integration. Disabled for threaded;
cv::cornerHarris
cv::boxFilter
cv::bilateralFilter
cv::integral
8 years ago
Alexander Alekhin
41d55c5095
Merge pull request #8620 from saskatchewancatch:8457
8 years ago
saskatchewancatch
3fe18392ef
Updated comments for cv::ellipse and cv::ellipse2Poly to clarify some behaviour that has confused some users.
...
Amend: Delete trailing whitespace to make doc tests happy
8 years ago
Alexander Alekhin
56a0a50da3
Merge pull request #8603 from alalek:fix_test_name
8 years ago
Alexander Alekhin
c744eff30d
Merge pull request #8646 from saskatchewancatch:i8632
8 years ago
Alexander Alekhin
a7e80f7c10
Merge pull request #8645 from brian-armstrong-discord:bugfix_inmemory_exif
8 years ago
Alexander Alekhin
c4d4248e49
Merge pull request #8639 from berak:fix_webp_grayscale
8 years ago
Vadim Pisarevsky
96aaac186d
Merge pull request #8616 from vpisarev:dnn4
8 years ago
saskatchewancatch
d363e2789f
8632: Corrected cv::seamlessClone doc to reflect actual name of flag used in code
8 years ago
Brian Armstrong
40dc0bcd63
fix ByteStreamBuffer
8 years ago
Alexander Alekhin
8952863b9c
doc: change MathJax URL
...
https://www.mathjax.org/cdn-shutting-down/#alternative-cdn-providers
8 years ago
berak
cbda9b332b
imgcodecs: fix webp IMREAD_GRAYSCALE loading
8 years ago
Alexander Alekhin
fe21487f91
Merge pull request #8618 from pwuertz:umat-pyopencl
8 years ago
Alexander Alekhin
7ccdf801dd
Merge pull request #8635 from daB0bby:patch-1
8 years ago
daB0bby
566630595d
Fixes typo
8 years ago
Peter Würtz
4c095a76c0
Add docstring for UMat::handle
8 years ago
Peter Würtz
a4c70aebd0
Expose UMat OpenCL handles and buffer information to python
8 years ago
Pyotr Chekmaryov
7ffa49e02c
Vertical passes added and we have working parralel version.
8 years ago
Alexander Alekhin
8eade61ec7
Merge pull request #8612 from sovrasov:roi_selector
8 years ago
Tomoaki Teshima
0f5aaade61
fix test error on VS2012
8 years ago
Alexander Alekhin
b4f22803cd
Merge pull request #8593 from devnexen:test_fixes
8 years ago
Alexander Alekhin
f1c8094f5f
Merge pull request #8575 from lupustr3:pvlasov/icv2017u2_initial_update
8 years ago