Alexander Mordvintsev
|
889df76ea7
|
added lappyr.py sample
|
13 years ago |
Vadim Pisarevsky
|
139e790fbf
|
always remove libopencv_world.a before building framework to always include the up-to-date code into the framework binary.
|
13 years ago |
Marina Kolpakova
|
183e13b359
|
fixed build without CUDA
|
13 years ago |
Vadim Pisarevsky
|
76f49f3078
|
added script to build the universal opencv2.framework for iOS device and simulator. fixed opencv_world cmake script to create static libopencv_world.a for iOS. temporarily disable compressed file storages in the case of iOS (to avoid dependency of zlib)
|
13 years ago |
Marina Kolpakova
|
09d4d69100
|
minor warning fixes
|
13 years ago |
Marina Kolpakova
|
f2c30cd90d
|
resize area for big downscaling integration
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Marina Kolpakova
|
f6b451c607
|
fixed another piece of warnings
|
13 years ago |
Marina Kolpakova
|
de23734776
|
Declaration of color conversion functions are moved in header file to avoid warnings
|
13 years ago |
Marina Kolpakova
|
324a642a20
|
Fixed all anomimous warnings
|
13 years ago |
Marina Kolpakova
|
8eadc49a7b
|
Fixed another one thousand warnings about uninitialized anomimnomous
|
13 years ago |
Vadim Pisarevsky
|
1e14d84008
|
possibly fixed crash boost caused by the recent modification; slightly improved mlp params in letter_recog sample
|
13 years ago |
Marina Kolpakova
|
e86f0aaea1
|
fixed hundreds of "anonymous" warnings for gpu module.
|
13 years ago |
Andrey Kamaev
|
ffa44fb114
|
Fixed precompiled headers build on Linux
|
13 years ago |
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
13 years ago |
Andrey Kamaev
|
8720b27d87
|
Fixed build with TBB for Android
|
13 years ago |
Alexander Kapustin
|
018d85dddb
|
New Tegra Optimized thresh_16s and thresh_32f functions were added
|
13 years ago |
Andrey Kamaev
|
2f40905548
|
Fixed Android build
|
13 years ago |
Kirill Kornyakov
|
ec0ec69307
|
slightly updated windows_install.rst tutorial
|
13 years ago |
Andrey Kamaev
|
89e3c461ec
|
Fixed build with TBB
|
13 years ago |
Andrey Kamaev
|
79df8db76f
|
Fixed recently introduced build problems on some platforms
|
13 years ago |
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
13 years ago |
Alexander Shishkov
|
bee982b492
|
update FFMPEG wrapper binaries
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Anatoly Baksheev
|
0395f7c63f
|
fixed relative path for stitching/details headers
|
13 years ago |
Marina Kolpakova
|
16ef01efda
|
set to linear interpolation type for upscaling with area interplation flag
|
13 years ago |
Marina Kolpakova
|
75eedf8b03
|
call not NPP version in case of INTER_AREA resize
|
13 years ago |
Marina Kolpakova
|
9aa3f754b7
|
fixed accuracy test
|
13 years ago |
Marina Kolpakova
|
83390ea4e1
|
performance test for INTER_AREA resize has been added.
|
13 years ago |
Marina Kolpakova
|
aa8fbc26da
|
fix for down rounded output sizes
|
13 years ago |
Andrey Kamaev
|
5a41c6509e
|
Fixed build of opencv_world with QT on linux #2012
|
13 years ago |
Marina Kolpakova
|
8231d0d11d
|
fixed for resize with INTER AREA. Since now we divide by convolved area
|
13 years ago |
Marina Kolpakova
|
eabd757def
|
fixed build
|
13 years ago |
Marina Kolpakova
|
d192117e86
|
GPU resize with INTER_AREA
|
13 years ago |
Vadim Pisarevsky
|
bc54195199
|
decreased size of the buffer used in CvBoost::update_weights (ticket #1803)
|
13 years ago |
Vadim Pisarevsky
|
517fc5e2d2
|
fixed typo in the tutorial code (thanks to Abid Rahman; ticket #2016)
|
13 years ago |
Andrey Pavlenko
|
da7920ff85
|
auto-copy java.so to package
|
13 years ago |
Alexander Shishkov
|
74786075e3
|
test commit
|
13 years ago |
Andrey Kamaev
|
a91745558f
|
Updated link in android readme
|
13 years ago |
Alexander Shishkov
|
80a4157f11
|
test commit
|
13 years ago |
Alexander Mordvintsev
|
455349a0eb
|
comments for digits.py sample
|
13 years ago |
Vladislav Vinogradov
|
03a14bb525
|
fixed build under windows, updated 768x576.avi video (other codec)
|
13 years ago |
Alexander Shishkov
|
f5c7a73143
|
update FFMPEG wrapper binaries
|
13 years ago |
Vladislav Vinogradov
|
bfb390e82a
|
added gpu::FGDStatModel (Background/foreground segmentation)
|
13 years ago |
Marina Kolpakova
|
3c16c9c92d
|
fixed #2019
|
13 years ago |
Vladislav Vinogradov
|
df1ca974ca
|
made GPU Feature Extractor download/convertKeypoints() methods static (Feature #2007)
|
13 years ago |
Andrey Kamaev
|
40c779fcf5
|
phaseCorrelate documentation patch by Will Lucas #2017
|
13 years ago |
Andrey Kamaev
|
5b2db8e75b
|
Dragonfly BSD build fix #2010 (thanks to Thomas Klausner)
|
13 years ago |
Marina Kolpakova
|
74ec5d7cbb
|
fix for ORB tests
|
13 years ago |
Alexander Mordvintsev
|
3cfa6949d7
|
work on added digits.py sample (neural network for handwritten digit recognition)
|
13 years ago |