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
Matthew Conway
92efe4534b
update gen_javadoc prints to python3 syntax fixed #3768
10 years ago
Ilya Lavrenov
00f16e9178
neon
10 years ago
edgarriba
dc76ca5fc9
Updating documentation
10 years ago
edgarriba
7520544840
Return the estimated focal length
10 years ago
edgarriba
ea893bf9d9
Updating UPNP documentation
10 years ago
edgarriba
7429454171
Add UPNP acc_test and perf_test
10 years ago
edgarriba
a5b3a205d9
Add UPNP case + Modify model_points
10 years ago
edgarriba
84475ef1de
UPNP code for N=1
10 years ago
edgarriba
71f4894d87
Added UPNP flag
10 years ago
Felix Endres
ee6835492c
Exposing the FAST detector threshold for ORB
...
Implemented as a new optional parameter for
the constructor of the ORB detector. The
change of this parameter has been included
in the orb unit test.
10 years ago
Artur Wieczorek
3a0b375104
Remove ATL dependency from MSMF capture code.
...
Use _com_ptr_t instead of CComPtr in ComPtr wrapper to avoid ATL dependency.
10 years ago
Ilya Lavrenov
6f05a250be
optimization of cv::CLAHE (~3x)
10 years ago
Ilya Lavrenov
af6a64d76b
cv::accumulate functions
10 years ago