Andrey Kamaev
6f08d03322
Advance version number to 2.4.3-rc
12 years ago
Andrey Kamaev
40030d2ca0
Fix windows build warnings
12 years ago
Kazuki MATSUDA
72c93dabd3
Add stream operators (Requested #2430 )
...
Add output stream operators (<<) for Rect, Size, Matx, Vec.
I can't add operations for cv::KeyPoint.
And putting together all operator<<.
(Matx, Point_, Point3_, Vec, Size_, Rect_)
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Andrey Kamaev
0442bca235
Revert "partially recovered binary compatibility (ticket #2415 )"
...
This reverts commit 94b97b7a63
.
12 years ago
Andrey Kamaev
18ab16dbd3
Revert "some more fixes towards binary compatibility"
...
This reverts commit a8c5e35619
.
Conflicts:
modules/imgproc/src/imgwarp.cpp
12 years ago
Andrey Kamaev
ebac3a02aa
Fix backward compatibility of opencv_core
12 years ago
Andrey Kamaev
58f31819cc
Return drawContours back to imgproc
...
This partly reverts commit 6ca618277c
.
12 years ago
Andrey Kamaev
a3b1971977
Bring back escaped virtual destructors from 2.4.2
12 years ago
Vadim Pisarevsky
8441cf700d
added function cv::findNonZero (patch #2205 )
12 years ago
Vadim Pisarevsky
354a5f2686
added recommended number of stripes to parallel_for_, modified some of the functions to use larger stripes (for better performance)
12 years ago
Vadim Pisarevsky
7ee6040192
enable Matx as Mat elements (bug #1705 ).
12 years ago
Vadim Pisarevsky
a135e862c1
made opencv headers windows.h-less (Bug #2122 )
12 years ago
Vadim Pisarevsky
a8c5e35619
some more fixes towards binary compatibility
12 years ago
Vadim Pisarevsky
4be7619ce4
_InputArray/_OutputArray destructors are temporary made non-virtual. Please, restore it after 2.4.3
12 years ago
Vadim Pisarevsky
94b97b7a63
partially recovered binary compatibility (ticket #2415 )
12 years ago
Vladislav Vinogradov
11367e2c3d
added GpuMat support to OutputArray
12 years ago
Andrey Kamaev
f32eb05ea1
Fix AVX and other SIMD support detection
12 years ago
Vadim Pisarevsky
0598f33a85
refactored command line parser, fixed the docs
12 years ago
AoD314
54a202b3d5
add new version of CommandLineParser. add empty docs
12 years ago
Andrey Kamaev
bcd0aefbca
Fix gcc build errors and warnings
12 years ago
Kevin
93155c6ae0
Overloaded PCA constructor and ( ) operator to implement Feature#2287 - PCA that retains a specified amount of variance from the data. A sample was added to samples/cpp to demonstrate the new functionality. Docs and Tests were also updated
12 years ago
Vincent Rabaud
f56432559e
add conversion from/to Matx
12 years ago
Vadim Pisarevsky
0bd68a70f1
fixed #2297 , #2300 ; fixed several warnings
12 years ago
Anatoly Baksheev
70204a8e68
Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
12 years ago
Vincent Rabaud
1baf5209c4
fix the compile bug
12 years ago
Vladislav Vinogradov
da5aaab277
optimized gpu::integral for Kepler
12 years ago
Vadim Pisarevsky
8efb84b5a4
added ios camera support in highgui. turned on optimization in opencv2.framework (ticket #2232 )
12 years ago
Vadim Pisarevsky
41b6d25bdd
added cross-platform Mutex implementation; enable platform-native (GDC/Concurrency) parallel_for_ implementation when TBB is not installed.
12 years ago
Vladislav Vinogradov
7928cec670
added linesAccumGlobal kernel
12 years ago
Alexander Mordvintesv
a2df490914
added CV_IN_OUT to img argument of drawing functions
12 years ago
Vadim Pisarevsky
310b1ad7b9
moved parallel_for_ and ParallelLoopBody to core.hpp
12 years ago
Ilya Lavrenov
27c2aa3a4e
parallel version of bilateral filter was implemented using parallel_for_
12 years ago
Vadim Pisarevsky
fac3d9994c
integrated another portion of SSE optimizations from Grigory Frolov
12 years ago
Sam Bromley
49b55a7245
Protect check for _MSC_VER with #if defined.
12 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