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.
|
13 years ago |
Andrey Kamaev
|
68aec288c0
|
Fixed Calc_Hist under 32-bit gcc
|
13 years ago |
Maria Dimashova
|
423b721d97
|
fixed AlgorithmInfo::read for read only parameters (thanks to Vadim)
|
13 years ago |
Andrey Kamaev
|
80516ecbe6
|
Fixed typo; removed duplicated call
|
13 years ago |
Andrey Kamaev
|
0fd5a9e965
|
Probably fixed instability of single-precision floating-point RNG
|
13 years ago |
Alexander Kapustin
|
9bb6e899f3
|
12 functions from Norm_func family were Neon Optimized
|
13 years ago |
Andrey Kamaev
|
c4af85043a
|
merged few missed changes from 2.4 to trunk
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Maria Dimashova
|
9d764b4115
|
fixed #1795
|
13 years ago |
Andrey Kamaev
|
97835a8f32
|
Fixed 9 more build warnings
|
13 years ago |
Marina Kolpakova
|
c0f6e219bb
|
calcCovarMatrix cupport fot std::vectors of cv::Mat (#494)
|
13 years ago |
Andrey Kamaev
|
b756033206
|
Fixed several warnings on various platforms
|
13 years ago |
Maria Dimashova
|
74b38e978b
|
fixed kmeans
|
13 years ago |
Andrey Pavlenko
|
7e06b18144
|
workaround for the 'Bug #1784 (cvFloor/cvCeil)'; typos fixed; two more tests for checkRange
|
13 years ago |
Andrey Kamaev
|
cb1565ebc9
|
Added Android-specific implementation of getNumberOfCPUs
|
13 years ago |
Andrey Pavlenko
|
dccfd79da8
|
#1783: test and fix for the bug
|
13 years ago |
Andrey Kamaev
|
dcadc4f8fb
|
#1765 Fixed solvePoly for polynomials having coeffs[n] != 1
|
13 years ago |
Andrey Kamaev
|
1c1c6b98f6
|
#645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration
|
13 years ago |
Vadim Pisarevsky
|
61c7c441b9
|
handle single-point sets in kmeans properly
|
13 years ago |
Andrey Kamaev
|
fa7e7e54dc
|
Fixed ugly bug in AlgorithmInfo initialisation order
|
13 years ago |
Vadim Pisarevsky
|
c6a27b3d2f
|
probably, ultimately fixed the problem of empty clusters in kmeans; added test for singular kmeans cases
|
13 years ago |
Andrey Kamaev
|
7fb694756b
|
Fixed bug in reading zero-size Mat from FileStorage
|
13 years ago |
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
|
13 years ago |
Vadim Pisarevsky
|
5e15557155
|
fixed a few bugs in XML/YAML input/output.
|
13 years ago |
Maria Dimashova
|
85364ac9b1
|
fixed Algorithm
|
13 years ago |
Alexander Kapustin
|
42e0214de5
|
36 functions of cvtScaleTIPES_func were Neon Optimized
|
13 years ago |
Vadim Pisarevsky
|
ff071d2cf6
|
added Algorithm::get/set/addParam(vector<Mat>) (to be used by EM)
|
13 years ago |
Andrey Kamaev
|
72f2523d0f
|
Fixed ~20 potential errors identified by the MS complier.
|
13 years ago |
Vadim Pisarevsky
|
0404b2989e
|
fixed line clipping (ticket #1284)
|
13 years ago |
Vadim Pisarevsky
|
586ff429ec
|
fixed bug #1318. extended RNG::fill with the optional saturateRange parameter
|
13 years ago |
Marina Kolpakova
|
32b9bc1d00
|
fixed bug for #1496 and correctness tests for function CheckRange
|
13 years ago |
Maria Dimashova
|
84c9990632
|
fixed cvKMeans2 (#1359)
|
13 years ago |
Maria Dimashova
|
6636d255f7
|
fixed iter index in kmeans
|
13 years ago |
Vadim Pisarevsky
|
d62e486b69
|
avoid empty clusters in k-means in a more elegant way (relates to ticket #7698)
|
13 years ago |
Vadim Pisarevsky
|
24bc0db1b0
|
fixed writing huge matrices (ticket #1439)
|
13 years ago |
Vadim Pisarevsky
|
bf12855007
|
fixed mask operations with uninitialized output array, added the corresponding test (ticket #1286)
|
13 years ago |
Andrey Kamaev
|
8eb788c6e7
|
#842 #include <sys/mman.h> is moved from public headers closer to usage
|
13 years ago |
Vadim Pisarevsky
|
af8e5696f0
|
fixed a few compile problems in SparseMat code; fixed iteration over an empty sparse matrix (ticket #1587)
|
13 years ago |
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)
|
13 years ago |
Vadim Pisarevsky
|
903c05db1a
|
added another contour perimeter test and fixed bug #216
|
13 years ago |
Vadim Pisarevsky
|
0186bd8099
|
split big assertion in cv::split by parts; patch #829 by Shlomi Fish
|
13 years ago |
Andrey Kamaev
|
bfaae7dd93
|
Input/Output arrays are updated to support fixed-type and fixed-size semantic for all compatible types
|
13 years ago |
Andrey Kamaev
|
c6e9e9418a
|
More Tegra versions of convertTo
|
13 years ago |
Andrey Kamaev
|
41158ab553
|
Fixed perf test for convertTo
|
13 years ago |
Leonid Beynenson
|
295a9815e8
|
Removed unrequired type conversions in the function clipLine.
|
13 years ago |
Leonid Beynenson
|
a659832df1
|
Made the function "clipLine" to work with int64 values instead of int --- otherwise sometimes it returned wrong points coordinates, and it caused the function "line" to crash.
|
13 years ago |
Vadim Pisarevsky
|
3228599a35
|
fixed some more GCC warnings
|
13 years ago |
Alexander Kapustin
|
c5cc79d4d5
|
Tegra optimized functions cvt32finttype were temporary deleted due correctness bug
|
13 years ago |
Alexander Kapustin
|
46248851bf
|
30 functions of cvtTIPES_func were Neon Optimized
|
13 years ago |
Vadim Pisarevsky
|
d60623279c
|
switched to non-constant references in Algorithm::addParam, which is more safe.
|
13 years ago |