Ilya Lavrenov
|
27c2aa3a4e
|
parallel version of bilateral filter was implemented using parallel_for_
|
13 years ago |
Vadim Pisarevsky
|
fac3d9994c
|
integrated another portion of SSE optimizations from Grigory Frolov
|
13 years ago |
Sam Bromley
|
49b55a7245
|
Protect check for _MSC_VER with #if defined.
|
13 years ago |
Vadim Pisarevsky
|
b782d8bb53
|
integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov
|
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
|
5a7804d958
|
Version number is adjusted to 2.4.2
|
13 years ago |
Andrey Kamaev
|
b368f99d03
|
Merged the trunk r8852:8880
|
13 years ago |
Andrey Kamaev
|
afe11f69fb
|
Fixed Windows build warnings and configuration problem.
|
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 |
Marina Kolpakova
|
54ee92e3b0
|
merged trunk r8815:8827
|
13 years ago |
Marina Kolpakova
|
b156e2f7ed
|
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
|
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 |
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 |
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 |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Alexander Shishkov
|
74786075e3
|
test commit
|
13 years ago |
Alexander Shishkov
|
80a4157f11
|
test commit
|
13 years ago |
Andrey Kamaev
|
834a0b518c
|
Trunk OpenCV version is set to 2.4.9
|
13 years ago |
Andrey Kamaev
|
2ee917c646
|
Version of 2.4 branch is adjusted to 2.4.1
|
13 years ago |
Andrey Kamaev
|
9ad470ba5c
|
backported API for storing OpenCV data structures to text string and reading them back (r8481, r8516, r8518, r8522)
|
13 years ago |
Vadim Pisarevsky
|
17d9509e31
|
changed "void FileStorage::release(string&)" to "string FileStorage::releaseAndGetString()"
|
13 years ago |
Vadim Pisarevsky
|
74882fe188
|
replaced "string FileStorage::release()" with 2 methods to preserve backward compatibility.
|
13 years ago |
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
13 years ago |
Andrey Kamaev
|
7b5a45eac4
|
Merged the trunk r8384:8407 (inclusive)
|
13 years ago |
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
13 years ago |
Andrey Kamaev
|
6ca618277c
|
More fixes for documentation.
|
13 years ago |
Vadim Pisarevsky
|
bc929a7d46
|
added API for storing OpenCV data structures to text string and reading them back
|
13 years ago |
Andrey Kamaev
|
78329b0dfe
|
New bunch of documentation fixes
|
13 years ago |
Andrey Kamaev
|
71625ad458
|
Fixed more documentation & source discrepancies
|
13 years ago |
Vadim Pisarevsky
|
fd68cc768a
|
fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876)
|
13 years ago |
Maria Dimashova
|
28297c0224
|
fixed Mat::diag (#1939)
|
13 years ago |
Andrey Kamaev
|
aebed446b1
|
Partly merged the trunk r8322
|
13 years ago |
Vadim Pisarevsky
|
52797a55e2
|
added support for vector<Mat_<>> in InputArray, OutputArray, split & merge
|
13 years ago |
Andrey Kamaev
|
3a1f85d4e8
|
Remerged the 2.4.0 branch
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vadim Pisarevsky
|
9b382d07f6
|
modified data matrix detection interface (that does not use any new data structures). Added Python sample for data matrix detection. Ticket #1664
|
13 years ago |
Alexander Shishkov
|
da0080dd15
|
fixed #1855
|
13 years ago |
Vadim Pisarevsky
|
87888984a5
|
added Matx<4,4>*Scalar operator (ticket #1830)
|
13 years ago |
Vadim Pisarevsky
|
30f1ab059b
|
make Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order) (reported by Kurt) and fixed bug #1804
|
13 years ago |
Vadim Pisarevsky
|
866d8c0cfa
|
added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811)
|
13 years ago |
Vadim Pisarevsky
|
75b1788c6b
|
added "Matx*Vec -> Vec" operator (ticket #1830)
|
13 years ago |