Roman Donchenko
|
09f9b35bc6
|
Merge pull request #2742 from StevenPuttemans:feature_3176
|
2014-05-22 18:03:56 +04:00 |
|
StevenPuttemans
|
fea4396023
|
Added more info on the data input variable of kmeans
|
2014-05-22 12:56:44 +02:00 |
|
Vadim Pisarevsky
|
118b27f5b4
|
Merge pull request #2744 from jet47:kmeans-fix
|
2014-05-19 17:33:10 +04:00 |
|
Roman Donchenko
|
06b335b2d7
|
Merge pull request #2733 from StevenPuttemans:bug_2162
|
2014-05-19 13:04:54 +04:00 |
|
Vladislav Vinogradov
|
746185652a
|
add additional tests for different input cases
|
2014-05-15 12:08:38 +04:00 |
|
Vladislav Vinogradov
|
f16503743f
|
use more accurate reshape
|
2014-05-15 12:08:01 +04:00 |
|
Vladislav Vinogradov
|
55a714c83b
|
fix cv::kmeans function
reshape input matrix, since the function works with data
as with [N x dims] matrix
|
2014-05-13 18:00:17 +04:00 |
|
Roman Donchenko
|
4a24ecd176
|
Merge pull request #2731 from StevenPuttemans:bug_2626
|
2014-05-13 14:21:36 +04:00 |
|
StevenPuttemans
|
006956c324
|
Fixing as suggested in bug 2626, made naming same for both C, C++ and python API
|
2014-05-13 11:02:01 +02:00 |
|
Roman Donchenko
|
ff2d76ec0d
|
Merge pull request #2699 from GregoryMorse:patch-1
|
2014-05-13 11:58:25 +04:00 |
|
StevenPuttemans
|
a0a8fb4fd9
|
fixed bug 2626
|
2014-05-12 16:43:07 +02:00 |
|
Alexander Alekhin
|
c74fed1fcf
|
Merge pull request #2706 from ilya-lavrenov:ipp_2.4_warnings
|
2014-05-08 17:04:18 +04:00 |
|
Ilya Lavrenov
|
19a2495067
|
fixed IPP related warnings
|
2014-05-08 13:31:27 +04:00 |
|
Vladislav Vinogradov
|
77275031ab
|
finally fix cv::subtract
|
2014-05-08 13:11:42 +04:00 |
|
Vladislav Vinogradov
|
629461c836
|
fix output matrix allocation in cv::subtract
|
2014-05-07 19:52:35 +04:00 |
|
Vladislav Vinogradov
|
4c66614e07
|
fix cv::subtract function:
call dst.create(...) before using it
|
2014-05-07 13:15:19 +04:00 |
|
GregoryMorse
|
38db7a78df
|
WinRT core compatibility fixes
Update system.cpp
Update system.cpp
Update system.cpp
Update matching.cpp
Update matching.cpp
|
2014-05-07 06:17:37 +08:00 |
|
Roman Donchenko
|
4c2db3d6e7
|
Merge pull request #2579 from maksqwe:test_operations_fix
|
2014-04-11 14:14:33 +04:00 |
|
Maks Naumov
|
29d1bce85f
|
remove unused variable in TEST_P()
|
2014-04-09 23:06:06 +03:00 |
|
Maks Naumov
|
8271bd5f14
|
fix condition in CV_OperationsTest::operations1()
|
2014-04-07 11:24:27 +03:00 |
|
Alexander Smorkalov
|
e23f7303a6
|
OpenCV version++. OpenCV Manager version++.
|
2014-03-31 15:00:25 -07:00 |
|
JinoBetti
|
91511c1521
|
Update out.cpp
Fixed a bug with the cv::format(cv::Mat, ...) method for matrices with only one row
see http://answers.opencv.org/question/21201/cvformat-does-not-format-the-way-it-should/?answer=23945#post-id-23945 for details
|
2014-03-27 16:28:40 +01:00 |
|
Roman Donchenko
|
a7f9677378
|
Merge pull request #2404 from yashdv:old_basic_structures_doc_fix
|
2014-03-26 12:18:39 +04:00 |
|
Roman Donchenko
|
d76226e21b
|
Merge pull request #2456 from kurodash:pr_use_cvAlloc
|
2014-03-18 14:39:40 +04:00 |
|
yash
|
51cb6998ea
|
made the example consistent with the fuction definition and improved doc
made the example consistent with the fuction definition and improved doc
|
2014-03-17 18:44:02 +05:30 |
|
Roman Donchenko
|
136e5eb804
|
Merge pull request #2484 from berak:mat_doc_24
|
2014-03-17 11:57:10 +04:00 |
|
berak
|
80708008a4
|
missing () on Mat::type()
|
2014-03-16 14:04:05 +01:00 |
|
kuroda sho
|
f9484bae8a
|
fix: use "cvAlloc" wrapper function for malloc.
|
2014-03-14 17:09:08 +09:00 |
|
kurodash
|
0eaeff0641
|
fix: use "cvAlloc" wrapper function for malloc.
|
2014-03-07 19:02:37 +09:00 |
|
Ilya Lavrenov
|
099ea91823
|
typos
|
2014-03-04 12:47:40 +04:00 |
|
Roman Donchenko
|
af8aa8a2fa
|
Merge pull request #2433 from ilya-lavrenov:typos
|
2014-03-03 12:20:35 +04:00 |
|
Ilya Lavrenov
|
eedf86402d
|
typos
|
2014-03-02 21:04:17 +04:00 |
|
Roman Donchenko
|
b7659c62f3
|
Merge pull request #2366 from yashdv:mat_copyto_doc_bug
|
2014-02-18 13:47:46 +04:00 |
|
yash
|
394c74b349
|
edited the doc for mat::copyto and clarified the part regarding reallocation by .create
|
2014-02-18 15:04:27 +05:30 |
|
yash
|
38ef8894b7
|
Made a sentence in the doc for Mat::copyTo more clearer
|
2014-02-18 10:51:05 +05:30 |
|
Roman Donchenko
|
e8d26b02ac
|
Merge pull request #2339 from jet47:gpu-warnings
|
2014-02-17 13:35:15 +04:00 |
|
Ilya Lavrenov
|
510680a5df
|
typo
|
2014-02-16 01:42:02 +04:00 |
|
Vladislav Vinogradov
|
8b8c368148
|
fixed two warnings in gpu sources (-Wshadow, -Wno-sign-promo)
|
2014-02-14 17:56:03 +04:00 |
|
Ilya Lavrenov
|
879c0196d4
|
enabled OpenGL on MacOSX
|
2014-02-13 00:17:15 +04:00 |
|
Vadim Pisarevsky
|
b8c6adc569
|
Merge pull request #2178 from Nerei:viz_backport
|
2014-02-03 16:16:51 +04:00 |
|
Ilya Lavrenov
|
e7e63fac6c
|
eliminated possible memory leak
|
2014-01-30 01:21:04 +04:00 |
|
Vladislav Vinogradov
|
dda999545c
|
fix GpuMat::copyTo method with mask:
fill destination matrix with zeros if it was reallocated
|
2014-01-22 10:40:14 +04:00 |
|
Anatoly Baksheev
|
02ebc4368c
|
Viz initial backport, compilation fixes, moved viz/viz.hpp header according to 2.4 style
|
2014-01-20 22:51:33 +04:00 |
|
Drew Jetter
|
6bf599b1bc
|
Fixed bug #3489: The code assumed that two global variables would be constructed in a particular order, but global variable initialization order is compiler-dependent.
|
2014-01-18 23:04:16 -07:00 |
|
Roman Donchenko
|
5f8d8c0069
|
Added a test for matrix-to-vector copy and convert.
|
2014-01-17 14:18:31 +04:00 |
|
Roman Donchenko
|
4e4a7d0353
|
Removed an unnecessary workaround for matrix-to-vector copyTo.
|
2014-01-17 14:16:22 +04:00 |
|
Roman Donchenko
|
ee97a5e757
|
Re-fix bug #3319 with less side effects.
|
2014-01-17 14:13:21 +04:00 |
|
Roman Donchenko
|
f02204847a
|
Revert "fixed bug #3319"
See 092f916 for explanation.
This reverts commit 4f9c081dc313f8fdfee3f0a4572779ae13e27e40.
|
2014-01-17 13:43:00 +04:00 |
|
Roman Donchenko
|
d509165d96
|
Merge pull request #2118 from ilya-lavrenov:semicolons
|
2014-01-09 16:21:49 +04:00 |
|
Roman Donchenko
|
7acea48788
|
Merge pull request #2106 from robbertkl:patch-2
|
2014-01-09 13:25:59 +04:00 |
|