Andrey Kamaev
b31f468921
Fixed MSVC warning in Mat::diag
13 years ago
Vadim Pisarevsky
8b0d9f4f5c
excluded dangerously overriden Mat_::reshape() method (ticket #1510 )
13 years ago
Ilya Lysenkov
829e558d48
Andrey, Maria and I fixed Mat::diag()
13 years ago
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.
13 years ago
Marina Kolpakova
cf02b2e258
additional android logging for output gtest xml file
13 years ago
Andrey Kamaev
1c1c6b98f6
#645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration
13 years ago
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
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
Vadim Pisarevsky
ff071d2cf6
added Algorithm::get/set/addParam(vector<Mat>) (to be used by EM)
13 years ago
Alexander Shishkov
66fd36f79e
changed version to 2.4
13 years ago
Andrey Kamaev
1af9b8ecab
Applied patch from #1133
13 years ago
Vadim Pisarevsky
586ff429ec
fixed bug #1318 . extended RNG::fill with the optional saturateRange parameter
13 years ago
Vadim Pisarevsky
56f5fcd28c
added Vec Matx::solve(Vec) (ticket #1376 )
13 years ago
Andrey Kamaev
9941cf7c95
Fixed MSCV2005 build with TBB enabled.
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
Andrey Kamaev
54a4ff033a
Fixed #1711
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 Pavlenko
010e73010c
fixing compilation on Windows (M_PI was undefined via math.h)
13 years ago
Vadim Pisarevsky
d60623279c
switched to non-constant references in Algorithm::addParam, which is more safe.
13 years ago
Vadim Pisarevsky
4985c1b632
fixed hundreds of warnings from MSVC 2010.
13 years ago
Alexander Shishkov
c9489a8bf3
fixed #1643
13 years ago
Andrey Pavlenko
a5ae52fb0c
updating func-s arg names according to ref. man.
13 years ago
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.
13 years ago
Alexander Shishkov
f5b8af3254
applied patch from #1637 for fixing problems with Intel(tm) compiler
13 years ago
Vladislav Vinogradov
5c0f2f8ea1
reused buffer in GlTexture::copyFrom(GpuMat)
13 years ago
Patrick Mihelich
b6c2c61ce1
Check for SSSE3 in core/internal.hpp. Define CV_SSSE3, and if enabled include tmmintrin.h.
13 years ago
Andrey Kamaev
9a88aea697
Eliminated all compiler warnings on Android
13 years ago
Alexey Spizhevoy
5c459aa815
Added the GPU version of the Farneback's optical flow
13 years ago
Vadim Pisarevsky
bb93e3ab8a
added color canny; improved Algorithm class implementation
13 years ago
Vadim Pisarevsky
716a5d04ab
fixed a few problems detected by Xcode 4.2.1
13 years ago
Victoria Zhislina
fbdb93ec79
CV_ENABLE_UNROLLED
13 years ago
Alexander Shishkov
ec12608f5f
fixed #1590
13 years ago
Andrey Kamaev
d749052d9d
Fixing build with Eigen enabled
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Vadim Pisarevsky
676f19233a
added the abstract cv::Algorithm class; low-level exp & fastAtan etc. functions for more efficient SIFT implementation; fixed bug #1521
13 years ago
Vladislav Vinogradov
a25b027ef7
updated gpu optical_flow sample
13 years ago
Andrey Kamaev
8cab65c173
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
13 years ago
Andrey Kamaev
f937d68d60
Fixed build for x64 with sse2 disabled; several improvements in performance testing framework; enabled SANITY_CHECK() for performance tests
13 years ago
Vladislav Vinogradov
d13a6b74b2
Fixed bug with submatrix in device::transform
13 years ago
Vadim Pisarevsky
b20871ce2d
fixed bug in Matx::inv(..., DECOMP_SVD) (ticket #1444 )
13 years ago
Vladislav Vinogradov
fa93b724ee
minor
13 years ago
Vladislav Vinogradov
bd4239be7b
moved OpenGL wrappers to separate header
...
added GlBuffer, GlTexture and GpuMat support to InputArray
replaced addTextOpenGl function by render + GlFont
13 years ago
Vladislav Vinogradov
d7450c2449
added GlArrays class and pointCloudShow function
13 years ago
Vladislav Vinogradov
e01f04885e
minor
13 years ago
Vladislav Vinogradov
c2783af781
added OpenGL support to highgui under WIN32
13 years ago
Vladislav Vinogradov
2695039a79
moved GpuMat's operations implementation to core module
13 years ago
Vladislav Vinogradov
d305640749
minor fix
13 years ago