Vadim Pisarevsky
|
47838a4a22
|
Merge pull request #3402 from vpisarev:fixed_python_tests
|
2014-11-07 14:34:14 +00:00 |
|
Vadim Pisarevsky
|
80a985c894
|
fixed path to the checkerboard image
|
2014-11-07 15:57:42 +03:00 |
|
Vadim Pisarevsky
|
9b13b07639
|
Merge pull request #3400 from vpisarev:fixed_umat_test_crash
|
2014-11-07 12:50:26 +00:00 |
|
Alexander Alekhin
|
569a95e9e1
|
Merge pull request #3394 from akarsakov:ocl_canny
|
2014-11-07 12:42:24 +00:00 |
|
Vadim Pisarevsky
|
573be75f50
|
Merge pull request #3392 from wangyan42164:houghlines_bug_fix
|
2014-11-07 11:52:58 +00:00 |
|
Vadim Pisarevsky
|
1abc26905d
|
Merge pull request #3397 from ElenaGvozdeva:ocl_WarpAffine_test
|
2014-11-07 11:52:35 +00:00 |
|
Vadim Pisarevsky
|
7c8789dc12
|
fixed my_umat(roi).clone() test by disabling poorly aligned ROI's. Real fix of the problem will require a separate branch in UMat::copyTo().
|
2014-11-07 14:49:48 +03:00 |
|
Yan Wang
|
0692bf5f34
|
Fix HoughLines crashes (Bug #3959).
Avoid phi exceed PI/2 to get the negative value of cos(phi).
|
2014-11-07 17:52:16 +08:00 |
|
Alexander Karsakov
|
7c870014fb
|
Correctly unrolled some cycles
|
2014-11-07 12:13:00 +03:00 |
|
Alexander Alekhin
|
f50f249f80
|
Merge pull request #3138 from alalek:icv_update
|
2014-11-06 15:58:14 +00:00 |
|
ElenaGvozdeva
|
7dd059c084
|
fixed test for ocl WarpAffine
|
2014-11-06 17:19:45 +03:00 |
|
Alexander Karsakov
|
462c3c25a9
|
Removed incorrect using of rootn() and powr() in ocl_pow
|
2014-11-06 16:23:02 +03:00 |
|
Alexander Karsakov
|
0ec0aeb7d0
|
Minor optimization for ocl_canny
|
2014-11-06 13:07:33 +03:00 |
|
Vadim Pisarevsky
|
5044e0f590
|
Merge pull request #3372 from pokeefe:add-test-for-projection-decomposition
|
2014-11-06 08:40:36 +00:00 |
|
Vadim Pisarevsky
|
cf0cc00547
|
Merge pull request #3391 from alalek:ocl_failure_messages
|
2014-11-06 08:37:34 +00:00 |
|
Vadim Pisarevsky
|
1d804bc695
|
Merge pull request #3360 from mirab:threshold_triangle
|
2014-11-06 08:36:24 +00:00 |
|
Alexander Alekhin
|
4eb16122c0
|
ocl: change processing of OpenCL failures
disable "unwanted" messages
|
2014-11-05 19:44:36 +03:00 |
|
Miroslav Benes
|
4046f0398a
|
Make Otsu and Triangle algorithms mutually exclusive
Make Otsu and Triangle algorithms mutually exclusive in cv::threshold code.
Signed-off-by: Miroslav Benes <mbenes@suse.cz>
|
2014-11-05 16:04:26 +01:00 |
|
Vadim Pisarevsky
|
da6898f758
|
Merge pull request #3389 from blackibiza84:master
|
2014-11-05 14:58:27 +00:00 |
|
Vadim Pisarevsky
|
91a8ea5e60
|
Merge pull request #3387 from YusukeSuzuki:cap_v4l_rgb24fix
|
2014-11-05 11:42:51 +00:00 |
|
Vadim Pisarevsky
|
7de4e0496c
|
Merge pull request #3390 from vbystricky:fix_houghlines
|
2014-11-05 11:41:12 +00:00 |
|
Vadim Pisarevsky
|
5efad375e0
|
Merge pull request #3384 from ilya-lavrenov:neon_new
|
2014-11-05 11:26:53 +00:00 |
|
Vadim Pisarevsky
|
72419c3778
|
Merge pull request #3373 from berak:patch-2
|
2014-11-05 11:14:59 +00:00 |
|
Vadim Pisarevsky
|
c4906c7f43
|
Merge pull request #3388 from bartaandras:master
|
2014-11-05 11:04:06 +00:00 |
|
Michele Adduci
|
e181c76d21
|
Updated test_features2d.cpp with latest API change
|
2014-11-05 12:03:28 +01:00 |
|
Michele Adduci
|
914b78b8bb
|
Updated ORB test with parameters
|
2014-11-05 12:00:31 +01:00 |
|
Vadim Pisarevsky
|
d052d863eb
|
Merge pull request #3315 from abak:seamless-refactor
|
2014-11-05 10:41:32 +00:00 |
|
vbystricky
|
957e5ef8eb
|
Fix OpenCL version of HoughLinesP function
|
2014-11-05 14:31:06 +04:00 |
|
Alexander Alekhin
|
58e054a003
|
IPPICV: disable boxFilter 16SC1/16UC1 (performance)
|
2014-11-05 13:26:23 +03:00 |
|
Alexander Alekhin
|
1c9f590f0d
|
IPPICV: disable NormDiff_L1_16s_C1R for IPP/ICV 8.2/8.2.1
|
2014-11-05 13:26:23 +03:00 |
|
Michele Adduci
|
e1bb844475
|
Fix cudafeatures2d and cudastereo with new 3.0 APIs for ORB and StereoBM
|
2014-11-05 10:42:02 +01:00 |
|
bartaandras
|
21227ba092
|
Fixed calc_output_scale with NO_OUTPUT_SCALE flag set.
|
2014-11-04 11:35:45 +01:00 |
|
Yusuke Suzuki
|
9cd08c662c
|
add V4L2_PIX_FMT_RGB24 convert code
|
2014-11-04 15:21:30 +09:00 |
|
berak
|
c2cb3b515d
|
support older gcc versions
|
2014-11-02 08:16:29 +01:00 |
|
Ilya Lavrenov
|
1fe5441185
|
cv::convertMaps
|
2014-11-01 10:13:28 -07:00 |
|
Ilya Lavrenov
|
aa11e102fd
|
removed saturation from pyramids
|
2014-11-01 13:23:45 +03:00 |
|
Ilya Lavrenov
|
8d0383180c
|
fixes for cv::warpAffine
|
2014-11-01 13:19:52 +03:00 |
|
Ilya Lavrenov
|
15af3f7114
|
fixes in VResizeLinearVec_32s8u
|
2014-11-01 13:19:52 +03:00 |
|
Ilya Lavrenov
|
a4dd2162f2
|
cv::resize (INTER_LANCZOS4)
|
2014-11-01 13:19:52 +03:00 |
|
Ilya Lavrenov
|
1b01e1fe68
|
cv::resize (INTER_AREA CV_16S, CV_32F)
|
2014-11-01 13:19:52 +03:00 |
|
Ilya Lavrenov
|
4ed696d770
|
cv::compareHist (CV_COMP_INTERSECT)
|
2014-11-01 13:19:51 +03:00 |
|
Ilya Lavrenov
|
5ca25ab8f0
|
cv::pow (integer power)
|
2014-11-01 13:19:51 +03:00 |
|
Ilya Lavrenov
|
ccdc71286c
|
cv::polarToCart
|
2014-11-01 13:19:51 +03:00 |
|
Ilya Lavrenov
|
d5f006eee5
|
cv::magnitude; cv::corner**
|
2014-11-01 13:19:51 +03:00 |
|
Ilya Lavrenov
|
fb97273b3c
|
cv::phase; cv::cartToPolar
|
2014-11-01 13:19:51 +03:00 |
|
Ilya Lavrenov
|
7e6fb668ed
|
cv::pyrUp
|
2014-11-01 13:19:51 +03:00 |
|
Ilya Lavrenov
|
46faf592fc
|
cv::warpAffine
|
2014-11-01 13:19:51 +03:00 |
|
Ilya Lavrenov
|
85a814f748
|
VResizeLinearVec_32s8u
|
2014-11-01 13:19:51 +03:00 |
|
Vadim Pisarevsky
|
dce629d0e2
|
Merge pull request #3343 from mshabunin:doxygen-docs
|
2014-10-30 10:45:03 +00:00 |
|
Vadim Pisarevsky
|
e19a12f655
|
Merge pull request #3361 from mshabunin:fix-drawing
|
2014-10-30 10:44:21 +00:00 |
|