Roman Donchenko
1a81da012d
Removed old Python detection cruft.
...
None of this should be relevant as of CMake 2.8.7.
12 years ago
Maria Dimashova
989be02562
fixed cpp wrappers of ML tree-based models
12 years ago
Vladislav Vinogradov
21c4753fed
used global memory access for up-scaling
12 years ago
Roman Donchenko
7cefb6f50b
Merge pull request #1335 from alekcac:ios-build-fix
12 years ago
Roman Donchenko
3182e68b8a
Merge pull request #1334 from MarkBelmont:bugfix_1
12 years ago
Alexander Shishkov
88712d97c6
fix CMake changes
12 years ago
Roman Donchenko
c11502cf56
Merge pull request #1333 from kirill-kornyakov:bugfix-for-3231
12 years ago
Roman Donchenko
9bb1a7d34d
Merge pull request #1234 from SpecLad:ios-plist
12 years ago
Roman Donchenko
580677f43d
Merge pull request #1304 from berak:doc_tut_cascade
12 years ago
Roman Donchenko
365def6090
Merge pull request #1323 from SpecLad:find-git
12 years ago
Roman Donchenko
cae4480834
Merge pull request #1332 from pengx17:2.4_fix_parallel
12 years ago
Vladislav Vinogradov
d1f6a23abf
improved texture usage:
...
* use explicit extrapolation only for sub-matrixes
* use built-in interpolation for INTER_NEAREST mode
12 years ago
Vladislav Vinogradov
241cc417f9
added custom implementation for nearest and linear interpolation
12 years ago
Vladislav Vinogradov
3b05acf936
reorganize code for further modifiction
12 years ago
Alexander Shishkov
396f6bb55f
fixed problems with building iOS version
12 years ago
Alexander Shishkov
16814c7fb1
Update build_framework.py
12 years ago
MarkBelmont
cf34b3d65b
Changed the brief description of function Mat::colRange from "Create a matrix header for the specified row span." to "Create a matrix header for the specified column span."
12 years ago
Kirill Kornyakov
030fa5673e
bugfix-for-3231
12 years ago
Vladislav Vinogradov
f826bd8bce
removed NPP implementation
12 years ago
Roman Donchenko
5a32f0b6ca
Merge pull request #1322 from SpecLad:terse
12 years ago
Roman Donchenko
e1397f6c1f
Merge pull request #1324 from SpecLad:try-compile
12 years ago
Roman Donchenko
66aa3255b9
Merge pull request #1328 from SpecLad:zlib-update
12 years ago
Changlin Hsieh
723ba29660
Update cmake files by using CUDA_CUDA_LIBRARIES
12 years ago
Roman Donchenko
ceb522ad2f
Merge pull request #1329 from SpecLad:msvc-werror
12 years ago
peng xiao
2519a21935
Fix a potential bug of ParallelLoopBodyWrapper::operator(Range)
...
On a 32-bit compiler the calculation may result in data (size_t) overflow when running some paralleled algorithms (which can safely run on a 64-bit compiler).
This bug is found when running OpenCV's Retina tutorial on 32bit VS2010.
12 years ago
Alexander Alekhin
7685b983db
OCL: tests: repair moments implementation in master branch, enable tests
12 years ago
berak
50288f1314
rebased commits
12 years ago
berak
926d6876d3
using VideoCapture instead of CvCapture* in cascade tutorial
...
corrected constants, changed objdetection.cpp as well
updated objDetection2.cpp as well
fixed headers in objdetection2.cpp
removed useles RNG
fixed buildbot warnings (wow, i like that bot!)
victim of the war on whitespace
fixing buildbot warnings
fixing last buildbot warning, heya .
trying to rebase/squash commits
12 years ago
Roman Donchenko
10860783ef
Added warnings-as-errors support for MSVC.
12 years ago
Roman Donchenko
9c01a96b14
Set minimal zlib version to 1.2.3.
...
Rationale: 1.2.3 was a security update, and we should avoid using
versions with known security vulnerabilities.
12 years ago
Roman Donchenko
6fed0e85c2
Cut down on the use of ZLIB_LIBRARY/ZLIB_INCLUDE_DIR.
...
They're not listed in the documentation for the FindZLIB module,
so we shouldn't use them unless necessary.
12 years ago
Roman Donchenko
797beef383
Updated zlib to 1.2.8.
12 years ago
Ilya Lavrenov
6c4ad9b597
fixer error with incorrect condition
12 years ago
Ilya Lavrenov
ec461a2ff0
added a test for ocl::norm
12 years ago
Alexander Alekhin
b7b584984e
OCL: tests: repair/disable failed tests in ocl module
12 years ago
Roman Donchenko
a9e9ce859e
Fix errors in usages of try_compile
...
* There's no OPENCV_BINARY_DIR variable;
* No need to append CMakeFiles/CMakeTmp, as CMake does it for you;
* Output variables are unused;
* Wrong usage of CMAKE_FLAGS;
* Small quoting and style issues.
12 years ago
Roman Donchenko
880306f6d6
Don't search for Git ourselves - CMake can handle it now.
12 years ago
Roman Donchenko
20bf1aa244
Merge pull request #1321 from asmorkalov:winrt_mode_warn_fix
12 years ago
Roman Donchenko
e45526b9c0
Dropped the CMAKE_VERBOSE option.
...
There's no reason for it to exist, since it just duplicates the
CMAKE_VERBOSE_MAKEFILE variable.
12 years ago
Roman Donchenko
fe4c7ae4ae
Merge pull request #1317 from jet47:gpu-tvl1-optimization
12 years ago
Roman Donchenko
43aec5ad4a
Merge pull request #1318 from SpecLad:wow
12 years ago
Alexander Smorkalov
8aae54b7f4
WindowsRT mode build warning fix.
12 years ago
Roman Donchenko
9c60a2c24c
Merge pull request #1316 from asmorkalov:winrt_c4447_fix
12 years ago
Roman Donchenko
3c137f7a04
Converted tabs to spaces.
12 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
12 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
12 years ago
Roman Donchenko
0d8cb2e319
Disabled whitespace checking for 3rdparty.
12 years ago
Roman Donchenko
748201c3dc
Added more text/binary/whitespace attributes for files we have.
12 years ago
Roman Donchenko
ad7073bc22
Merge pull request #1305 from SpecLad:perf-precomp
12 years ago
Roman Donchenko
ebb6c842f9
Merge pull request #1295 from asmorkalov:winrt_ptr_usage_fix
12 years ago