Alexander Alekhin
b21b694444
Merge pull request #8924 from tomoaki0705:fixWarningResize
8 years ago
Alexander Alekhin
7580db09ad
Merge pull request #8922 from tomoaki0705:fixWarningJetsonTK1
8 years ago
Rostislav Vasilikhin
939c8e8a99
float constant replaced by int hex representations
8 years ago
Tomoaki Teshima
5ad3ddc1b6
suppress warning
...
- check if compiler is Intel compiler
- remove not referenced variables
8 years ago
Tomoaki Teshima
bd215fbf33
suppress warning on Jetson TK1
8 years ago
Alexander Alekhin
26e9b42a44
Merge pull request #8915 from sovrasov:deniose_add_assert
8 years ago
Alexander Alekhin
4f35a592a1
Merge pull request #8912 from alalek:fix_cxx11_mac_flann
8 years ago
Alexander Alekhin
9b902adea6
Merge pull request #8832 from terfendail:perf_accumulate_fix
8 years ago
Rostislav Vasilikhin
29593635ed
licence updated
8 years ago
Rostislav Vasilikhin
2ad612f475
removed MSVC warning suppression
8 years ago
Alexander Alekhin
cf86f88c71
Merge pull request #8911 from alalek:fix_vsum4
8 years ago
Vladislav Sovrasov
234ad8fbee
photo: add assertion on empty image in denoising
8 years ago
Alexander Alekhin
e23b59da5c
build: fix v_reduce_sum4 (requires SSE3)
8 years ago
Vadim Pisarevsky
12a1c127a9
Merge pull request #8890 from alalek:remove_3rdparty_jinja2_sources
8 years ago
lewisjb
078b4cc971
Added Python Docstrings
8 years ago
Alexander Alekhin
9fa90c8851
Merge pull request #8899 from tomoaki0705:fixSuppressWarningsUnreachable
8 years ago
Alexander Alekhin
cc52523375
flann: add normal assignment operator for cvflann::any
8 years ago
Vadim Pisarevsky
f49f056d29
Merge pull request #8907 from vpisarev:dnn_fast_conv
8 years ago
Vadim Pisarevsky
bd1334a83f
Merge pull request #8891 from alalek:cmake_build_x64_sse3
8 years ago
Vadim Pisarevsky
e72e34ec36
Merge pull request #8843 from terfendail:resizenn_patch
8 years ago
Vladislav Sovrasov
c0e456dee2
calib3d: use calibration flags from the new enums
8 years ago
Vladislav Sovrasov
d121d1c528
calib3d: add CALIB_FIX_TANGENT_DIST flag
8 years ago
Vitaly Tuzov
3a5e036feb
Updated fix for accumulate performance test in case of multiple iterations
8 years ago
Vitaly Tuzov
2de1aac665
Updated alignment declarations to CV_DECL_ALIGNED macro
8 years ago
Vadim Pisarevsky
fbafc700ea
added v_reduce_sum4() universal intrinsic; corrected number of threads in cv::getNumThreads() in the case of GCD
8 years ago
Steven Puttemans
2ddbcc3c4f
fixing models to resolve XML violation issue
8 years ago
Tomoaki Teshima
94848a3e1f
suppress unreachable code warning
...
- fix the define condition based on the comment
8 years ago
Alexander Alekhin
a3189e36c0
Merge pull request #8753 from RyuheiMori:fix-cpu-feature-detection-on-android
8 years ago
Alexander Alekhin
f0c2da32f2
3rdparty: cpufeatures workaround
8 years ago
Alexander Alekhin
3dee87b697
update CPU detection on ANDROID patch
8 years ago
Alexander Alekhin
c3bea59a76
cmake: set minimal CPU instruction to SSE3 (x64)
8 years ago
Alexander Alekhin
60f3ca458a
3rdparty: remove jinja2 source code
...
It used for Matlab binding only
8 years ago
Alexander Alekhin
772a8188c0
Merge pull request #8888 from lewisjb:docs-build-doxygen
8 years ago
lewisjb
47c9bb7ba8
Update doc build instructions for doxygen
8 years ago
Alexander Alekhin
5b63399197
Merge pull request #8862 from alalek:build_hardening_flag
8 years ago
Alexander Alekhin
daf3fabe0d
Merge pull request #8877 from alalek:fix_integer_overflow
8 years ago
Alexander Alekhin
e665be1d70
photo: fix integer overflow
...
There is no cast to wide integer type:
std::numeric_limits<ST>::max() * std::numeric_limits<ST>::max()
8 years ago
Alexander Alekhin
0213b508dc
Merge pull request #8868 from alalek:fix_build_softfloat
8 years ago
Alexander Alekhin
ea93bcc347
Merge pull request #8863 from LukeZheZhu:pyrlk_small_winsize
8 years ago
Alexander Alekhin
e3c0d11b55
Merge pull request #8876 from alalek:fix_build_msvs
8 years ago
Maksim Shabunin
f71ea4dfe9
Merge pull request #8816 from mshabunin:sprintf-fix
...
Fixed snprintf for VS 2013 (#8816 )
* Fixed snprintf for VS 2013
* snprintf: removed declaration from header, changed implementation
* cv_snprintf corrected according to comments
* update snprintf patch
8 years ago
Alexander Alekhin
5c0a287ce8
build: fix warning
...
C4189: 'clImageUV' : local variable is initialized but not referenced
8 years ago
Alexander Alekhin
781515c514
build: fix "ambiguous call" (MSVS2010)
8 years ago
Alexander Alekhin
515e01e649
Merge pull request #8852 from BKNio:testsForVideoStab
8 years ago
Dinar
1887dcb397
add tests for videostab;
8 years ago
Alexander Alekhin
fc84c48bd7
Merge pull request #8860 from alalek:fix_java_headers
8 years ago
Alexander Alekhin
fd7e516b65
Merge pull request #8844 from mshabunin:fix-arm-tbb
8 years ago
Alexander Alekhin
71517a910a
build: fix errors for MSVS2010-2013, reduce default softfloat scope
8 years ago
Alexander Alekhin
1961bb1857
cmake: add ENABLE_BUILD_HARDENING option
8 years ago
Vadim Pisarevsky
31c79668c8
Merge pull request #8803 from 4ekmah:sgbm_modehh4_SIMD
8 years ago