Alexander Alekhin
572d6d795d
Merge pull request #10301 from alalek:cmake_timestamp_update_2.4
...
(2.4) cmake: update timestamp status
7 years ago
Alexander Alekhin
7459388dd9
cmake: update timestamp status
...
- avoid unnecessary rebuilding of OpenCV libraries
- use timestamp of the first launch of CMake
- to return to previous behavior use `-UOPENCV_TIMESTAMP` CMake option
original commit: 3e45795232
7 years ago
Alexander Alekhin
249edb2c99
Merge pull request #10204 from alalek:fix_calib3d_fisheye_rectify_test_2.4
7 years ago
Alexander Alekhin
00cc4aa230
calib3d: fix fisheye stereoRectify test
...
- don't write into testdata directory
- check matrices instead of result images
7 years ago
Alexander Alekhin
7c0193bb75
Merge pull request #10198 from alalek:fix_build_xcode_9.1_2.4
...
(2.4) Fix build with Xcode 9.1
7 years ago
Alexander Alekhin
97507e42a1
build: eliminate Xcode 9.1 warnings
...
- 3rdparty/libjasper/jas_getopt.c:129:25: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
- clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7s' [-Wignored-optimization-argument]
- backport IOS_ARCH toolchain option and setup CMAKE_SYSTEM_PROCESSOR:
- adds '-mfpu=neon' compiler flag for ARM, SSE flags for i386/x86_64
- fixed proper libpng compilation (no ARM asm)
7 years ago
Alexander Alekhin
91fe01beca
Merge pull request #10052 from alalek:fix_macos_pkg_config_2.4
...
(2.4) cmake: fix pkg-config generation for MacOSX
7 years ago
Alexander Alekhin
591a08721e
cmake: fix pkg-config generation for MacOSX
7 years ago
Alexander Alekhin
a28733148e
Merge pull request #10038 from alalek:update_gitignore_2.4
...
(2.4) git: .gitignore update
7 years ago
Alexander Alekhin
e10e628036
git: .gitignore update
...
ignore all "dot" files/directories by default.
'ignored' files can be added via 'git add -f' command if necessary.
7 years ago
Alexander Alekhin
738b388a64
Merge pull request #10030 from hosjiu1702:2.4
...
change from variance to standard deviation
7 years ago
Alexander Alekhin
9802024f71
Merge pull request #9974 from opalmirror:test_stereo_min_disparity_24
...
test_stereomatching.cpp: validate min disparity affect on valid ROI
7 years ago
hosjiu1702
1659e96766
change from variance to standard deviation
7 years ago
James Perkins
c1dea8465e
test_stereomatching.cpp: validate min disparity affect on valid ROI
7 years ago
Alexander Alekhin
678d383f26
Merge pull request #9844 from opalmirror:fix_stereobm_mindisp_truncation_24
...
fix StereoBM disparity map right margin truncation when minDisparities > 0
7 years ago
Alexander Alekhin
e15a56d142
Merge pull request #9915 from alalek:backport_9903
...
(2.4) Backport #9903 : Fix out of bounds write
7 years ago
blendin
c46521ad65
Fix out of bounds write
7 years ago
Alexander Alekhin
d0f3468477
Merge pull request #9873 from alalek:fix_documentation_2.4
...
(2.4) doc: fix youtube videos handling
7 years ago
Alexander Alekhin
3224b0a75a
doc: fix youtube videos handling
7 years ago
James Perkins
7d8110772a
fix StereoBM disparity map right margin truncation when minDisparities > 0
7 years ago
Alexander Alekhin
fb4c2ba64d
OpenCV version++
...
2.4.13.4
7 years ago
Alexander Alekhin
e53f1b2532
Merge pull request #9808 from alalek:backport_fixes
...
(2.4) backport fixes
7 years ago
Yaron Inger
621a1d3b09
videoio: remove AssetsLibrary dependency.
...
The entire AssetsLibrary framework is deprecated since iOS 8.0. The code
used in the camera example code can use UIKit to save videos to the
camera instead, which allows to avoid linking with PhotoKit instead to
prevent increasing the iOS deployment target.
7 years ago
berak
14b686cdc7
imgcodecs: fix 4 reading channel bmp images
7 years ago
blendin
0202e52747
Fix out of bounds write
7 years ago
Benoit Blanchon
7997e7aee9
cmake: map RelWithDebInfo and MinSizeRel configuration to Release
7 years ago
Guillaume Jacob
b43e5e2d21
CMakeLists.txt: fix a typo in a message
7 years ago
KUANG Fangjun
c92ecc7f96
Improve the documentation.
7 years ago
Alexander Alekhin
ae52d94ceb
Merge pull request #9776 from IgWod:matrix-memory-leak-fix
...
Fix memory leak in the matrix copying constructor
7 years ago
Igor Wodiany
37d4e24806
Fix a memory leak in the Mat copying constructor
...
Exception may be rasied inside the body of a copying constructor after
refcount has been increased, and beacause in the case of the exception
destrcutor is never called what causes memory leak. This commit adds a
workaround that calls the release() function before the exception is
thrown outside the contructor.
7 years ago
Alexander Alekhin
7b861cac9f
Merge pull request #9662 from alalek:backport_9448_9504
...
(2.4) imgcodecs: backport 9448 9504
7 years ago
Alexander Alekhin
da9395b592
imgcodecs: fix regression 9376
7 years ago
Alexander Alekhin
df1a026329
imgcodesc: fix code problems with integer overflow / address arithmetic / UB
7 years ago
Alexander Alekhin
dd9bf1ba1d
Merge pull request #9435 from alalek:fix_numpy_warning_2.4
...
(2.4) python: eliminate -Wundef warning about NPY_INTERNAL_BUILD
7 years ago
Alexander Alekhin
30f7576029
Merge pull request #9383 from alalek:imgcodecs_refactoring_2.4
7 years ago
Alexander Alekhin
f548d660ba
Merge pull request #9432 from alalek:cmake_deprecated_policies_2.4
...
(2.4) cmake deprecated policies (backport 9415)
7 years ago
Alexander Alekhin
8a2bbc57e4
python: eliminate -Wundef warning about NPY_INTERNAL_BUILD
...
numpy 1.13.0+
7 years ago
Alexander Alekhin
e575b5ff9a
cmake: remove INSTALL_NAME_DIR
7 years ago
Alexander Alekhin
355553b0a6
cmake: CMP0026 NEW
7 years ago
Alexander Alekhin
d25b04149a
cmake: CMP0022 NEW
7 years ago
Alexander Alekhin
268d17e086
cmake: drop CMP0017
7 years ago
Alexander Alekhin
d567a79581
cmake: use CMAKE_CXX_COMPILER_VERSION (CMake 2.8.8+)
...
- PVAPI library detection was changed
7 years ago
Alexander Alekhin
3ba7c16670
cmake: bump minimal version
7 years ago
Alexander Alekhin
f7d99f3f6a
Merge pull request #9408 from alalek:backport_9228
...
(2.4) Update OpenCVCompilerOptions.cmake (backport 9228)
7 years ago
neok-m4700
126de0cd95
Update OpenCVCompilerOptions.cmake
...
misplaced else
7 years ago
Alexander Alekhin
72d29259ca
imgcodecs: refactoring, improve code quality
7 years ago
Alexander Alekhin
c9488c661f
Merge pull request #9380 from StevenPuttemans:fix_doc_9359_2.4
...
backport of PR 9367
7 years ago
Steven Puttemans
4852f017fa
backport of PR 9367
7 years ago
Alexander Alekhin
b398b572cc
OpenCV version++
...
2.4.13.3
7 years ago
Alexander Alekhin
a0520bef42
Merge pull request #9266 from alalek:backport_9238
...
(2.4) backport #9238
7 years ago