Andrey Kamaev
|
5a7804d958
|
Version number is adjusted to 2.4.2
|
2012-07-02 12:10:13 +00:00 |
|
Andrey Kamaev
|
b368f99d03
|
Merged the trunk r8852:8880
|
2012-07-02 11:04:43 +00:00 |
|
Andrey Kamaev
|
17fd1c7c61
|
Merged recent changes from trunk - 8833,8848,8850
|
2012-06-29 07:52:34 +00:00 |
|
Marina Kolpakova
|
54ee92e3b0
|
merged trunk r8815:8827
|
2012-06-28 17:28:27 +00:00 |
|
Marina Kolpakova
|
b156e2f7ed
|
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
|
2012-06-28 16:46:29 +00:00 |
|
Marina Kolpakova
|
6cca6a4548
|
merged the trunk r8669:8702
|
2012-06-28 15:41:27 +00:00 |
|
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
2012-06-15 13:04:17 +00:00 |
|
Andrey Kamaev
|
2ee917c646
|
Version of 2.4 branch is adjusted to 2.4.1
|
2012-05-31 11:26:23 +00:00 |
|
Andrey Kamaev
|
9ad470ba5c
|
backported API for storing OpenCV data structures to text string and reading them back (r8481, r8516, r8518, r8522)
|
2012-05-31 10:25:29 +00:00 |
|
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
2012-05-30 11:13:07 +00:00 |
|
Andrey Kamaev
|
7b5a45eac4
|
Merged the trunk r8384:8407 (inclusive)
|
2012-05-30 08:04:37 +00:00 |
|
Andrey Kamaev
|
aebed446b1
|
Partly merged the trunk r8322
|
2012-05-18 12:46:44 +00:00 |
|
Vadim Pisarevsky
|
9b382d07f6
|
modified data matrix detection interface (that does not use any new data structures). Added Python sample for data matrix detection. Ticket #1664
|
2012-04-27 16:10:10 +00:00 |
|
Alexander Shishkov
|
da0080dd15
|
fixed #1855
|
2012-04-27 14:08:10 +00:00 |
|
Vadim Pisarevsky
|
87888984a5
|
added Matx<4,4>*Scalar operator (ticket #1830)
|
2012-04-25 08:59:37 +00:00 |
|
Vadim Pisarevsky
|
30f1ab059b
|
make Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order) (reported by Kurt) and fixed bug #1804
|
2012-04-25 08:39:21 +00:00 |
|
Vadim Pisarevsky
|
866d8c0cfa
|
added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811)
|
2012-04-24 15:16:21 +00:00 |
|
Vadim Pisarevsky
|
75b1788c6b
|
added "Matx*Vec -> Vec" operator (ticket #1830)
|
2012-04-24 12:45:19 +00:00 |
|
Marina Kolpakova
|
99aed4713f
|
minor tab fix
|
2012-04-24 09:30:21 +00:00 |
|
Vadim Pisarevsky
|
9213bba48a
|
wrapped Algorithm class.
|
2012-04-20 17:03:02 +00:00 |
|
Vadim Pisarevsky
|
5b6b30ba0e
|
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.
|
2012-04-20 15:32:54 +00:00 |
|
Andrey Kamaev
|
b14df1c1e7
|
Restored old behavior for OSX
|
2012-04-18 19:46:34 +00:00 |
|
Andrey Kamaev
|
68aec288c0
|
Fixed Calc_Hist under 32-bit gcc
|
2012-04-18 16:16:54 +00:00 |
|
Maria Dimashova
|
423b721d97
|
fixed AlgorithmInfo::read for read only parameters (thanks to Vadim)
|
2012-04-18 14:03:35 +00:00 |
|
Andrey Kamaev
|
b31f468921
|
Fixed MSVC warning in Mat::diag
|
2012-04-10 22:57:01 +00:00 |
|
Vadim Pisarevsky
|
8b0d9f4f5c
|
excluded dangerously overriden Mat_::reshape() method (ticket #1510)
|
2012-04-10 20:35:57 +00:00 |
|
Ilya Lysenkov
|
829e558d48
|
Andrey, Maria and I fixed Mat::diag()
|
2012-04-10 13:02:58 +00:00 |
|
Andrey Kamaev
|
7cc7a3f37d
|
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
|
2012-04-08 21:49:19 +00:00 |
|
Marina Kolpakova
|
cf02b2e258
|
additional android logging for output gtest xml file
|
2012-04-07 12:51:59 +00:00 |
|
Andrey Kamaev
|
1c1c6b98f6
|
#645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration
|
2012-04-06 15:43:20 +00:00 |
|
Vadim Pisarevsky
|
cdc5bbc0bc
|
fixed crash in I/O tests on Windows by making sure std::vector is non-empty before taking pointer to its elements
|
2012-04-05 20:23:53 +00:00 |
|
Vadim Pisarevsky
|
9ac0d4323d
|
make Mat::Mat(CvMat* m) return empty matrix when m is NULL; added utility Mat::initEmpty() method to replace duplicated matrix initializations in different constructors
|
2012-04-04 12:52:14 +00:00 |
|
Vadim Pisarevsky
|
5e15557155
|
fixed a few bugs in XML/YAML input/output.
|
2012-04-03 12:23:46 +00:00 |
|
Vadim Pisarevsky
|
ff071d2cf6
|
added Algorithm::get/set/addParam(vector<Mat>) (to be used by EM)
|
2012-04-02 17:19:57 +00:00 |
|
Alexander Shishkov
|
66fd36f79e
|
changed version to 2.4
|
2012-04-01 08:58:24 +00:00 |
|
Andrey Kamaev
|
1af9b8ecab
|
Applied patch from #1133
|
2012-03-30 06:19:21 +00:00 |
|
Vadim Pisarevsky
|
586ff429ec
|
fixed bug #1318. extended RNG::fill with the optional saturateRange parameter
|
2012-03-29 12:00:34 +00:00 |
|
Vadim Pisarevsky
|
56f5fcd28c
|
added Vec Matx::solve(Vec) (ticket #1376)
|
2012-03-28 15:21:30 +00:00 |
|
Andrey Kamaev
|
9941cf7c95
|
Fixed MSCV2005 build with TBB enabled.
|
2012-03-27 23:17:53 +00:00 |
|
Andrey Kamaev
|
8eb788c6e7
|
#842 #include <sys/mman.h> is moved from public headers closer to usage
|
2012-03-27 21:29:58 +00:00 |
|
Vadim Pisarevsky
|
af8e5696f0
|
fixed a few compile problems in SparseMat code; fixed iteration over an empty sparse matrix (ticket #1587)
|
2012-03-27 14:43:24 +00:00 |
|
Vladislav Vinogradov
|
eaea6782d5
|
added more assertion on device features to gpu functions and tests
moved TargerArchs and DeviceInfo to core
fixed bug in GpuMat::copy with mask (incorrect index in function tab)
|
2012-03-27 10:34:30 +00:00 |
|
Andrey Kamaev
|
54a4ff033a
|
Fixed #1711
|
2012-03-26 13:17:18 +00:00 |
|
Andrey Kamaev
|
bfaae7dd93
|
Input/Output arrays are updated to support fixed-type and fixed-size semantic for all compatible types
|
2012-03-26 08:18:53 +00:00 |
|
Andrey Pavlenko
|
010e73010c
|
fixing compilation on Windows (M_PI was undefined via math.h)
|
2012-03-19 06:17:04 +00:00 |
|
Vadim Pisarevsky
|
d60623279c
|
switched to non-constant references in Algorithm::addParam, which is more safe.
|
2012-03-17 09:50:47 +00:00 |
|
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
|
Alexander Shishkov
|
c9489a8bf3
|
fixed #1643
|
2012-03-16 09:50:20 +00:00 |
|
Andrey Pavlenko
|
a5ae52fb0c
|
updating func-s arg names according to ref. man.
|
2012-03-15 15:21:33 +00:00 |
|
Vadim Pisarevsky
|
957e80abbd
|
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
|
2012-03-15 14:36:01 +00:00 |
|