Vadim Pisarevsky
|
b9d7c712f5
|
made countNonZero SSE code SSE2-compliant and portable
|
12 years ago |
Josh Doe
|
f1690557bf
|
core/stat: fix build with 32-bit
Optimization introduced in b782d8bb only works for 64-bit builds, but
ifdef failed to check for this.
|
12 years ago |
Sam Bromley
|
fd98520d78
|
Protect check of CV_SSE4_2 with #if defined.
|
12 years ago |
Sam Bromley
|
49b55a7245
|
Protect check for _MSC_VER with #if defined.
|
12 years ago |
Maria Dimashova
|
6b7470f683
|
fixed gcc compilation
|
13 years ago |
Vadim Pisarevsky
|
b782d8bb53
|
integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov
|
13 years ago |
Marina Kolpakova
|
33d95642d3
|
fixed documentation missmatch for polylines function
|
13 years ago |
Marina Kolpakova
|
66aff45e96
|
fixed #2130
|
13 years ago |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
13 years ago |
Andrey Kamaev
|
a66cd5698a
|
Merged the trunk 8892,8894,8898
|
13 years ago |
Vadim Pisarevsky
|
a1bc11c429
|
fixed typo in minMaxIdx description (ticket #2081)
|
13 years ago |
Andrey Kamaev
|
d4df1e0b5c
|
Merged the trunk r8887, r8891, r8314
|
13 years ago |
Andrey Kamaev
|
565a8dc30d
|
Fixed automatic temporary files cleaning with run.py on Windows
|
13 years ago |
Andrey Kamaev
|
5a7804d958
|
Version number is adjusted to 2.4.2
|
13 years ago |
Andrey Kamaev
|
b368f99d03
|
Merged the trunk r8852:8880
|
13 years ago |
Vadim Pisarevsky
|
31395b0759
|
added check for false bug report #2081
|
13 years ago |
Vadim Pisarevsky
|
562838e0b5
|
partial fix for repeated algorithm registration (patch #2101 by Stephan Reuter)
|
13 years ago |
Andrey Kamaev
|
afe11f69fb
|
Fixed Windows build warnings and configuration problem.
|
13 years ago |
Andrey Kamaev
|
27c23b557c
|
Merged few small fixes from 2.4 branch
|
13 years ago |
Leonid Beynenson
|
6d3fecd490
|
Fixed small bug in cv::Ptr<_Tp> conversion to cv::Ptr<_Tp2>. Now this conversion is made in a more accurate way.
|
13 years ago |
Andrey Kamaev
|
17fd1c7c61
|
Merged recent changes from trunk - 8833,8848,8850
|
13 years ago |
Andrey Kamaev
|
4d09d62f85
|
Added Ptr<T> support to AlgorithmInfo; fixed some warnings
|
13 years ago |
Vadim Pisarevsky
|
82cb2ab556
|
fixed bug in SVD, ticket #2027; fixed building highgui with ffmpeg support on MacOSX
|
13 years ago |
Andrey Kamaev
|
5715d9ef42
|
Removed incorrectly merged test
|
13 years ago |
Marina Kolpakova
|
54ee92e3b0
|
merged trunk r8815:8827
|
13 years ago |
Marina Kolpakova
|
162f9fd7ea
|
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
|
13 years ago |
Marina Kolpakova
|
b156e2f7ed
|
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
|
13 years ago |
Marina Kolpakova
|
680a44189c
|
merged the trunk r8704:8716
|
13 years ago |
Vadim Pisarevsky
|
fd901d8323
|
fixed #2108 (thanks to Vincent for the report and proposed solution)
|
13 years ago |
Marina Kolpakova
|
6cca6a4548
|
merged the trunk r8669:8702
|
13 years ago |
Marina Kolpakova
|
150aeee58f
|
merged iOS framework from the trunk
|
13 years ago |
Leonid Beynenson
|
d822989c8b
|
Added template method cv::Algorithm::set(const char* _name, const Ptr<_Tp>& value),
which allows to pass as the second parameter of the method set any cv::Ptr<_Tp> object.
|
13 years ago |
Andrey Kamaev
|
e4965b143f
|
Fixed discrepancy between SSE and regular baranches in FREAK
|
13 years ago |
Vadim Pisarevsky
|
d60b1f2f82
|
fixed bug #2106; added test
|
13 years ago |
Andrey Kamaev
|
f09ae32796
|
Fixed Mat::isContinuous for big matrix (thanks to Boris Mansencal) #2103
|
13 years ago |
Andrey Kamaev
|
0f8e271509
|
Fixing iOS detection in core persistence
|
13 years ago |
Andrey Kamaev
|
dd7eeea118
|
Fixing cv::tempfile on Windows #2093
|
13 years ago |
Andrey Kamaev
|
7b806f6008
|
fixed several documentation errors
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
13 years ago |
Marina Kolpakova
|
1365e28a54
|
initial support of GPU LBP classifier: added new style xml format loading
|
13 years ago |
Andrey Kamaev
|
25f70e691a
|
Fixed warnigs from zlib defines
|
13 years ago |
Andrey Kamaev
|
f6ef504ef0
|
Fixed few more warnings/bugs.
|
13 years ago |
Andrey Kamaev
|
7dcbf32532
|
Fixed WString related build problem in Android build
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
7cccc93bdf
|
Fixed Android build warnings and few warnings in specific cnfigurations
|
13 years ago |
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
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 |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Marina Kolpakova
|
e86f0aaea1
|
fixed hundreds of "anonymous" warnings for gpu module.
|
13 years ago |
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
13 years ago |