Vadim Pisarevsky
9c9ecc22e2
fixed opencv_java build
10 years ago
Vadim Pisarevsky
fa76c634ec
ok; all the tests now pass
10 years ago
Vadim Pisarevsky
01d3848f17
all the tests now pass except for MSER
10 years ago
Vadim Pisarevsky
162384a838
fixed several test failures; currently 9 out of 73 tests fail
10 years ago
Vadim Pisarevsky
06d4aa6060
now all the samples and opencv_contrib compile!
10 years ago
Vadim Pisarevsky
09df1a286b
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet
10 years ago
Vadim Pisarevsky
2e915026a0
yet another attempt to refactor features2d; the first commit, features2d does not even compile
10 years ago
Boaz Stolk
ae81006eab
Applied proposed fix
10 years ago
Pavel Vlasov
45958eaabc
Implementation detector and selector for IPP and OpenCL;
...
IPP can be switched on and off on runtime;
Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
TS modifications for implementations control;
10 years ago
Vadim Pisarevsky
3b250d6e9c
this is trivial change; the main change is in opencv_extra - added regression data for perf tests
10 years ago
Ilya Lavrenov
faf91a466c
imrpoved output of warp test in case of failure
10 years ago
edgarriba
4071c4e7c9
Updating to c++ interfaces
10 years ago
Ilya Lavrenov
af04a85303
fixes for cv::accumulate**
10 years ago
Artur Wieczorek
ec93d103b7
Refactored code responsible for printing debug messages in DShow video capture module to reduce footprint in Release mode.
...
Replace printf function used for diagnostic purposes with dedicated DebugPrintOut function to output debug messages. This function is effective only in Debug mode and its body becomes empty in Release mode to reduce footprint.
10 years ago
Ilya Lavrenov
5f23d99918
the rest modes of cv::Mat::convertTo
10 years ago
Artur Wieczorek
c54928e003
Fixed getting CV_CAP_PROP_FOURCC property value
...
Save selected FCC in order to return proper CV_CAP_PROP_FOURCC property value (currently FCC for RGB24 is always returned).
10 years ago
Artur Wieczorek
efd237b8b8
Fixed media type guid for I420 in DShow capture.
...
FOURCC code bytes should be placed in the reverse order.
10 years ago
Artur Wieczorek
de0b46a765
Fixed selecting media type in DShow video capture.
...
Set correct value of sample size when calling IAMStreamConfig::SetFormat function. For non-RGB media type it can be set to zero value.
(See http://msdn.microsoft.com/en-us/library/windows/desktop/dd373477%28v=vs.85%29.aspx )
10 years ago
Ilya Lavrenov
4babecf3b0
fixes for cv::addWeighted and cv::Mat::dot
10 years ago
vbystricky
1d280352f4
Add code for print errors of OpenCL kernels runing
10 years ago
Alexander Karsakov
a8169f08fc
Used checking norm of results for LPSolver accuracy tests
10 years ago
ElenaGvozdeva
75601ccf9e
small change in description for Gemm
10 years ago
Ilya Lavrenov
183e378bd0
cv::resize (INTER_LINEAR && INTER_CUBIC)
10 years ago
Ilya Lavrenov
00b8f0dec1
cv::pyrUp
10 years ago
Ilya Lavrenov
48a9905f5d
cv::pyrDown
10 years ago
Alexander Karsakov
dfff9a8125
Added OCL performance test for YUV2RGB_IYUV, YUV2GRAY_420, RGB2YUV_IYUV, YUV2RGB_YUY2, YUV2GRAY_YUY2 color conversion modes
10 years ago
Ilya Lavrenov
7166b7b640
cv::cvtColor (RGB2Luv CV_8U)
10 years ago
Ilya Lavrenov
1c1c41d3be
cv::cvtColor (Luv2RGB CV_8U)
10 years ago
Ilya Lavrenov
06461b401a
cv::cvtColor (Lab2BGR CV_8U)
10 years ago
Ilya Lavrenov
71c3e67cb2
cv::cvtColor (HLS2RGB CV_8U)
10 years ago
Ilya Lavrenov
c173d9fa18
cv::cvtColor (RGB2HLS CV_8U)
10 years ago
Ilya Lavrenov
8d367d4b4d
cv::cvtColor (HSV2RGB CV_8U)
10 years ago
Ilya Lavrenov
eb3046f7d3
cv::cvtColor (Gray2RGB5x5)
10 years ago
Alexander Karsakov
66a8acfd3d
Optimization for HoughLinesP
10 years ago
berak
56fcc41d70
bugfix #3945 pass idx,idx1 by reference instead of static vars
10 years ago
edgarriba
88aed15ffa
Removing windows compilation crashes
10 years ago
edgarriba
022ec106f0
Removing windows compilation crashes
10 years ago
Ilya Lavrenov
f91e461ea0
cv::cvtColor (RGB5x52Gray)
10 years ago
Ilya Lavrenov
a84c4ac197
cv::cvtColor (RGBRGB5x5)
10 years ago
Ilya Lavrenov
b9f57bda05
cv::cvtColor (RGB5x52RGB)
10 years ago
Ilya Lavrenov
28ee84b731
cv::cvtColor (BGR[A]2RGB[A])
10 years ago
edgarriba
2494e028c0
Updating upnp sanity heck
10 years ago
edgarriba
1709421c2c
Updating sanity check
10 years ago
edgarriba
71dd9a6f1b
Updating sanity check
10 years ago
edgarriba
862b675bee
Updating sanity check
10 years ago
edgarriba
f328f9a10d
Removing whitespaces
10 years ago
Ilya Lavrenov
a54f6bb08b
cv::cvtColor
10 years ago
edgarriba
72fb85f6a0
Removing whitespaces
10 years ago
edgarriba
4d54f35a96
Updating documentation
10 years ago
edgarriba
d6bf209bb3
Updating for N=2
10 years ago