Jin Ma
0233c4c198
Removed whitespace.
12 years ago
Jin Ma
14e083f1e0
Removed trailing whitespace
12 years ago
Jin Ma
5728612f95
Removed the trailing whitespace
12 years ago
yao
ab235cda74
fix warnings
12 years ago
yao
26b5eb3e39
add adaptive bilateral filter (cpp and ocl version)
12 years ago
Vadim Pisarevsky
f12702be24
fixed bugs in rectangular morphology case
12 years ago
Alexander Smorkalov
ebe7f00cb4
/apicontainer added to linker flags on WinRT to fix api test issues.
12 years ago
Roman Donchenko
90cf8fbd60
Merge pull request #1338 from asmorkalov:android_tegra_detector
12 years ago
Roman Donchenko
e958767a8b
Merge pull request #1343 from asmorkalov:android_img_manipulations_fix
12 years ago
Alexander Smorkalov
3036ec4b89
LibTIFF Win32 API back-end disabled for Windows RT.
12 years ago
Vadim Pisarevsky
771feb61c2
fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches)
12 years ago
Alexander Smorkalov
aa00b5a0ab
New Tegra detector with Android 4.3 support added. Manager version++.
12 years ago
Alexander Smorkalov
8d4cbf4deb
Bug #3238 Android sample image manipulations blinks in non-preview modes fixed.
12 years ago
Roman Donchenko
2b90b20be2
Merge pull request #1357 from SpecLad:less-precomps
12 years ago
Roman Donchenko
cdf6cf2cd8
Merge pull request #1213 from kdrobnyh:color
12 years ago
Roman Donchenko
122d0f8685
Deleted the now-empty ocl perf_precomp.cpp.
...
See pull request #1241 for why.
12 years ago
Roman Donchenko
8bb9994094
Merge pull request #1349 from ilya-lavrenov:ocl_perf_finish
12 years ago
Vladislav Vinogradov
d87eb75904
rewrite gpu stereo multi gpu sample:
...
* use different approaches -> threads and streams
* clean up code
12 years ago
ilya-lavrenov
3c86aa4ae1
appended ocl::finish to test_cycle defines
12 years ago
Baris Evrim Demiroz
9a560a5a8d
Added a new tutorial "Using OpenCV Java with Eclipse". Removed information related to Eclipse from "Desktop Java" tutorial.
12 years ago
Roman Donchenko
cd5b8af609
Restored one executable bit that was lost during the war on whitespace.
12 years ago
Roman Donchenko
0e32d7ccb3
Merge pull request #1346 from jet47:gpu-tvl1-optimization
12 years ago
Vladislav Vinogradov
bff0fad6c3
gpu TVL1 Optical Flow optimization:
...
do not calculate sum of error in every round of iteration;
instead the error will be summed every 2nd times or more,
if the previous sum of error is too far away from threshold.
12 years ago
peng xiao
040b3b8265
Remove trailing whitespace.
12 years ago
peng xiao
c74c517ce3
Fix build error.
12 years ago
peng xiao
168d1dc18c
Make some tweaks to make `sum` operations less frequently
12 years ago
Roman Donchenko
525b6eca2e
Merge pull request #1311 from leszekhanusz:png_palette_alpha
12 years ago
Roman Donchenko
b43890a7e1
Merge pull request #1326 from ilya-lavrenov:perf_ocl
12 years ago
Roman Donchenko
d44adcd6e8
Merge pull request #1336 from jet47:gpu-resize
12 years ago
ilya-lavrenov
d02ccc9590
the code was refactored and old test system code was removed
12 years ago
ilya-lavrenov
4c28a6f0f6
most of the performance tests was rewritten in google-test manner
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
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
e1397f6c1f
Merge pull request #1324 from SpecLad:try-compile
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
Roman Donchenko
10860783ef
Added warnings-as-errors support for MSVC.
12 years ago