Alexander Alekhin
cea0e94376
Merge pull request #8600 from tomoaki0705:fixErrorOdroidX2
8 years ago
Tomoaki Teshima
ebf13b39e5
fix build error on ODROID-X2
8 years ago
David Carlier
bacc210606
fixing segfaults occuring when launching those unit tests
8 years ago
Alexander Alekhin
b993b9b7c7
Merge pull request #8590 from berak:patch-2
8 years ago
Alexander Alekhin
2be4f2c4dc
Merge pull request #8589 from tomoaki0705:fixTypoCalib3d
8 years ago
Alexander Alekhin
0d10eb5173
Merge pull request #8565 from iglesias:fix/bgsknn-initialization
8 years ago
berak
7ce6895a2c
Update tvl1_optical_flow.cpp
...
repair broken cmdline param for cpu/gpu mode
8 years ago
Tomoaki Teshima
62c17dc3cf
fix typo and align white spaces
8 years ago
Kyle Fleming
3d52661400
Set Mac OS X deployment target to 10.9
...
Without it set, the build will choose the current OS version as the deployment target. 10.9 is the earliest usable, since that is when OS X introduced libc++.
8 years ago
Alexander Alekhin
10787c68d0
Merge pull request #8581 from ysolovyov:zlib-ios-fix
8 years ago
brian-armstrong-discord
9e054d3880
Merge pull request #8492 from brian-armstrong-discord:exif_inmemory
...
autorotate in-memory jpegs (#8492 )
* autorotate in-memory jpegs
* correct indentation (4 spaces)
* imgcodecs: don't apply EXIF rotation for unloaded images
* videoio: don't try to rotate MJPEG stream
* imgcodecs: ByteStreamBuffer::seekoff support all seek "dir"
* imgcodecs: fix condition: "off == egptr() - eback()" is valid offset
8 years ago
Yuriy Solovyov
26ccc09c46
Fix zlib issue on iOS
8 years ago
Alexander Alekhin
b37f0c5ac2
Merge pull request #8522 from zongwave:master
8 years ago
Alexander Alekhin
2d05db6f22
Merge pull request #8576 from terfendail:ovx_fixwrappers
8 years ago
zongwave
1fc60e6d64
Add method KeypointBasedMotionEstimator::estimate(InputArray, InputArray) to support both cpu & opencl algorithm processing
...
the orignal estimate function has input parameters defined as "Mat", this prevent users to call into algorithm opencl path
8 years ago
Vitaly Tuzov
d873fe66ab
Fixed size estimation for copyFrom/To vector in vx_matrix and vx_convolution wrappers
8 years ago
Alexander Alekhin
1c728258e0
Merge pull request #8571 from alalek:cmake_fix_optimization_filter
8 years ago
Alexander Alekhin
6b432b4011
Merge pull request #8508 from vskarlsruhe:patch-5
8 years ago
Alexander Alekhin
c90dee668f
cmake: fix optimization filter
...
Check file name only:
Excluding from source files list (optimization is disabled):
C:/Code/SrcExt/OpenCV/Buildv3.2_x64/modules/core/opencl_kernels_core.cpp
8 years ago
Alexander Alekhin
85321807dd
Merge pull request #8567 from tomoaki0705:fixCbrtVS2012
8 years ago
Tomoaki Teshima
c145f28c71
fix build error on VS2012
8 years ago
Alexander Alekhin
4d3cef35c2
Merge pull request #8564 from orisano:patch-1
8 years ago
Alexander Alekhin
ab9bbf645c
Merge pull request #8559 from liquidmetal:feature/utsinh_allocate_ecc
8 years ago
orisano
550ca10ec6
Remove stdout log when destructor called.
8 years ago
Fernando Iglesias Garcia
21e698053f
Initialize background model in background subtraction KNN.
...
The method does cvCheckPixelBackgroundNP (which reads bgmodel)
before it is ever updated (in cvUpdatePixelBackgroundNP). This
initialization is thus needed to avoid reads of unitialized values.
8 years ago
Utkarsh Sinha
0330934c8b
Updating documentation.
8 years ago
Alexander Alekhin
3cee54cd27
Merge pull request #8561 from alalek:fix_ffmpeg_check
8 years ago
Alexander Alekhin
8ba95cd498
Merge pull request #8548 from csukuangfj:fix-typo-RNG
8 years ago
Alexander Alekhin
4e31eef77d
Merge pull request #8540 from tomoaki0705:fixWaringPhoto
8 years ago
Alexander Alekhin
a2af1d4f71
Merge pull request #8458 from grundman:patch-2
8 years ago
Alexander Alekhin
c1ade083d9
ffmpeg: add __STDC_CONSTANT_MACROS to check code
8 years ago
Alexander Alekhin
c839a2ccb1
Merge pull request #8525 from nnorwitz:master
8 years ago
Tomoaki Teshima
ccc8767b55
suppress warning on Jetson TK1
8 years ago
Alexander Alekhin
6c07b446f8
Merge pull request #8555 from tomoaki0705:jetsontx2
8 years ago
Utkarsh Sinha
b9c2d88e69
If the user passes an empty output matrix, initialize it to identity.
8 years ago
Matthias Grundmann
e0fe3cce71
Update autotuned_index.h
...
Add missing sstream header for decl of std::ostringstream in line 104
8 years ago
Tomoaki Teshima
9cd42650dc
build with cc 6.2 on Jetson TX2
8 years ago
Fangjun KUANG
4065778255
fix typos.
8 years ago
Tong Ke
0a63ab36bb
Merge pull request #8301 from tonyke1993:p3p_alg
...
New p3p algorithm (accepted by CVPR 2017) (#8301 )
* add p3p source code
* indent 4
* update publication info
* fix filename
* interface done
* plug in done, test needed
* debugging
* for test
* a working version
* clean p3p code
* test
* test
* fix warning, blank line
* apply patch from @catree
* add reference info
* namespace, indent 4
* static solveQuartic
* put small functions to anonymous namespace
8 years ago
Alexander Alekhin
2561c59698
Merge pull request #8524 from mshabunin:java-fixes
8 years ago
nnorwitz
24e8cd1a78
Use %% for inline assembly rather than % so this compiles with clang.
...
Same as 9210cefb36
but for this file too.
8 years ago
nnorwitz
9210cefb36
Use %% for inline assembly rather than % so this compiles with clang.
8 years ago
Maksim Shabunin
4d62f1de1e
Added javadoc generation
8 years ago
Maksim Shabunin
8b455e8bb3
Fixed Algorithm.save and other methods work in Java
8 years ago
Alexander Alekhin
fd93ae08b6
Merge pull request #8523 from mshabunin:fix-cvtcolor-ocl
8 years ago
Maksim Shabunin
ce50df564c
Fixed cvtColor OCL compilation issue (BGRA2mBGRA)
8 years ago
Alexander Alekhin
bd786f3bea
Merge pull request #8520 from tomoaki0705:cudaWarningsSuppress
8 years ago
Tomoaki Teshima
731b5b206f
suppress warnings from cuda
8 years ago
Alexander Alekhin
739f87da6d
Merge pull request #8518 from alalek:fix_fp16
8 years ago
Alexander Alekhin
bd5a6f8af2
Merge pull request #8517 from alalek:fix_build_pch
8 years ago