Andrey Kamaev
|
3b558508be
|
TEGRA optimized add8u, sub8u and logical 8u operations
|
2011-07-27 13:36:53 +00:00 |
|
Vadim Pisarevsky
|
d8417af086
|
fixed and improving formatting in opencv2refman.pdf. added support for n-channel mask in Mat::copyTo() and n-channel images in cv::compare(). fixed 2 compile warnings in opencv_python.
|
2011-07-24 10:34:14 +00:00 |
|
Vadim Pisarevsky
|
216fbc004a
|
fixed printing Mx0 matrices (ticket #1247)
|
2011-07-22 12:15:22 +00:00 |
|
Maria Dimashova
|
0d7a37c1e7
|
added an ability to make push_back to the empty matrix
|
2011-07-21 09:38:25 +00:00 |
|
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
2011-07-19 12:27:07 +00:00 |
|
Vadim Pisarevsky
|
1badec0b2d
|
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
|
2011-07-18 16:31:30 +00:00 |
|
Vadim Pisarevsky
|
12715c210d
|
fixed mixed-type arithmetic operations (ticket #1224)
|
2011-07-14 14:54:05 +00:00 |
|
Vadim Pisarevsky
|
cc9a1bb62f
|
propagated some more fixes from 2.3 branch to the trunk
|
2011-06-30 12:06:26 +00:00 |
|
Vadim Pisarevsky
|
b204e73d9a
|
propagated some more fixes from 2.3 branch to the trunk
|
2011-06-29 22:06:42 +00:00 |
|
Vadim Pisarevsky
|
0e14fef96e
|
fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly.
|
2011-06-18 10:56:49 +00:00 |
|
Vadim Pisarevsky
|
9b6d8c3963
|
added reduce(..., CV_REDUCE_MIN/CV_REDUCE_MAX, ...) for 16u/16s (ticket #1145)
|
2011-06-17 19:03:26 +00:00 |
|
Vadim Pisarevsky
|
48a5599c5e
|
fixed potentially incorrect memory access in cv::transform
|
2011-06-17 16:14:47 +00:00 |
|
Vadim Pisarevsky
|
22970b8270
|
fixed multiple GCC warnings on Ubuntu 11.04
|
2011-06-14 12:03:34 +00:00 |
|
Vadim Pisarevsky
|
6f26c55fe3
|
fixed ticket #983
|
2011-06-13 21:23:42 +00:00 |
|
Vadim Pisarevsky
|
6407093463
|
extended Mat::setTo() to support multi-channel arrays; fixed bug #1095
|
2011-06-13 20:56:27 +00:00 |
|
Alexander Shishkov
|
b081f8bfd6
|
changed uint to unsigned int
|
2011-06-13 19:06:32 +00:00 |
|
Alexander Shishkov
|
4cc167c5d0
|
fixed problem with norm in opencv_test_core
|
2011-06-13 18:03:33 +00:00 |
|
Vadim Pisarevsky
|
9df999154c
|
fixed a few warnings and bugs, including ticket #1079
|
2011-06-12 20:29:50 +00:00 |
|
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
2011-06-11 17:24:09 +00:00 |
|
Vadim Pisarevsky
|
0070ce20af
|
next attempt to fix ticket #1121
|
2011-06-10 06:53:34 +00:00 |
|
Vadim Pisarevsky
|
3b9e752be7
|
some more core functions documented + minor fixes and rearrangements
|
2011-06-08 21:35:19 +00:00 |
|
Vadim Pisarevsky
|
f6b3754f34
|
handle empty YAML's correctly (ticket #1127)
|
2011-06-08 16:13:11 +00:00 |
|
itsyplen
|
a2f5884159
|
Specialization for 'get' method with bool type was added, help and constructor were updated too
|
2011-06-08 10:18:56 +00:00 |
|
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
2011-06-08 06:55:04 +00:00 |
|
Kirill Kornyakov
|
aad9b3219c
|
Notification messages about bad parameters in command line were added in CommandLineParser. Update sample, using parser
|
2011-06-08 06:45:21 +00:00 |
|
Kirill Kornyakov
|
65ed270790
|
class CommandLineParser was updated according new requirements
|
2011-06-07 10:30:40 +00:00 |
|
Vadim Pisarevsky
|
fcd2a0c3d3
|
fixed VS2010 compile warnings and errors
|
2011-06-06 15:15:30 +00:00 |
|
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
|
Vadim Pisarevsky
|
ddd8f897fe
|
fixed drawing test
|
2011-06-02 12:45:00 +00:00 |
|
Vadim Pisarevsky
|
f2f8fc14b0
|
proper fix for reduce with op=CV_REDUCE_AVG and ddepth==CV_8U
|
2011-06-01 13:44:09 +00:00 |
|
Ilya Lysenkov
|
29b45e70bd
|
Fixed cluster centers returning in cvKMeans2 (ticket #706)
|
2011-06-01 12:06:39 +00:00 |
|
Alexander Shishkov
|
b19434513b
|
reverted the floating-point number formatting (exception in ml tests)
|
2011-05-31 21:42:49 +00:00 |
|
Alexander Shishkov
|
80dfdf8ff7
|
removed ddepth from matrix (after Vadim's commit, it generates problem with core and ml tests)
returned the new floating-point number formatting
|
2011-05-31 21:14:42 +00:00 |
|
Vadim Pisarevsky
|
b14ca4299a
|
reverted the floating-point number formatting
|
2011-05-31 15:25:50 +00:00 |
|
Alexander Shishkov
|
eae7921da6
|
fixed build on GNU/Hurd (ticket #761)
|
2011-05-31 15:22:22 +00:00 |
|
Vadim Pisarevsky
|
6de72ea8ee
|
resolved tickets #904 (nicer floating-point formatting) and #816 (reduce with CV_REDUCE_AVG on 8-bit arrays)
|
2011-05-31 14:01:21 +00:00 |
|
Alexander Shishkov
|
6aabf72bc5
|
removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
|
2011-05-31 13:17:59 +00:00 |
|
Kirill Kornyakov
|
78d821114a
|
Update CommandLineParser class: move method's definition from header to source
|
2011-05-30 19:20:57 +00:00 |
|
Vadim Pisarevsky
|
60a0ebbd6c
|
added optional encoding parameter to cvOpenFileStorage() and FileStorage::open() (ticket #976). moved some implementation parts of CommandLineParser to cmdparser.cpp.
|
2011-05-30 12:36:07 +00:00 |
|
Kirill Kornyakov
|
fe279279e6
|
Update CommandLineParser class
|
2011-05-28 06:55:41 +00:00 |
|
Vadim Pisarevsky
|
3a1f24e74c
|
fixed mat.push_back(mat) (ticket #1091)
|
2011-05-27 20:32:48 +00:00 |
|
Vadim Pisarevsky
|
309bb171b2
|
do not use system is<alpha|alnum|space|...>, because of the different implementations (and in OpenCV we assume english names of the identifiers etc)
|
2011-05-24 13:34:25 +00:00 |
|
Vadim Pisarevsky
|
0bf00036a8
|
improved jSVD accuracy
|
2011-05-24 13:25:26 +00:00 |
|
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
|
Kirill Kornyakov
|
aadb1669a7
|
some samples updated according to new CommandLineParser class
|
2011-05-21 14:09:03 +00:00 |
|
Vadim Pisarevsky
|
fa0c8d954e
|
allow lower-case utf-8 encoding specification as well
|
2011-05-21 09:29:21 +00:00 |
|
Vadim Pisarevsky
|
6d05622a5f
|
one more fix with encoding when reading/writing XMLs
|
2011-05-21 09:03:04 +00:00 |
|
Vadim Pisarevsky
|
856c717783
|
fixed reading/writing of utf-8 strings
|
2011-05-20 20:24:34 +00:00 |
|
Vadim Pisarevsky
|
b0598fcf36
|
removed debug print statement from cvMixChannels()
|
2011-05-17 15:55:40 +00:00 |
|
Vadim Pisarevsky
|
62569f6926
|
fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>.
|
2011-05-17 15:44:01 +00:00 |
|