973 Commits (347ffbb0eb340f2d10da37bbdbd89c5e11042cf9)

Author SHA1 Message Date
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: 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 14 years ago
Vladislav Vinogradov a25b027ef7 updated gpu optical_flow sample 14 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. 14 years ago
Andrey Kamaev f937d68d60 Fixed build for x64 with sse2 disabled; several improvements in performance testing framework; enabled SANITY_CHECK() for performance tests 14 years ago
Vladislav Vinogradov d13a6b74b2 Fixed bug with submatrix in device::transform 14 years ago
Vadim Pisarevsky b20871ce2d fixed bug in Matx::inv(..., DECOMP_SVD) (ticket #1444) 14 years ago
Vladislav Vinogradov fa93b724ee minor 14 years ago
Vladislav Vinogradov bd4239be7b moved OpenGL wrappers to separate header 14 years ago
Vladislav Vinogradov d7450c2449 added GlArrays class and pointCloudShow function 14 years ago
Vladislav Vinogradov e01f04885e minor 14 years ago
Vladislav Vinogradov c2783af781 added OpenGL support to highgui under WIN32 14 years ago
Vladislav Vinogradov 2695039a79 moved GpuMat's operations implementation to core module 14 years ago
Vladislav Vinogradov d305640749 minor fix 14 years ago
Vladislav Vinogradov fcfa72081e moved GpuMat and DevMem2D to core module, some code refactoring 14 years ago
Vadim Pisarevsky 2e9f5c434b added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ... 14 years ago
Andrey Kamaev d7ff92439d Better NEON Hamming distance 14 years ago
Vladislav Vinogradov 40ee754e28 added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts 14 years ago
Anatoly Baksheev 7106513b8a warning under vs2008 14 years ago
Andrey Kamaev 89be84a396 Fixed Linux build 14 years ago
Vadim Pisarevsky b74116e694 unified norm computing; added generalized Hamming distance 14 years ago
Vadim Pisarevsky 60ebe2003f fixed multiple warnings on Windows. fixed bug #1368 14 years ago
Andrey Kamaev 5d363e67a0 Tegra optimized cvRound; perf test for cvRound; fixed perf test for stitching 14 years ago
Leonid Beynenson fcaa587b67 CMake scripts changed a bit: added more accurate variant of the Threading Framework support (it is a lightweight analogue of TBB for ARM-s). 14 years ago
Andrey Kamaev 5cce038958 Performance testing branch is merged back into trunk 14 years ago
Leonid Beynenson f69aa40310 Added the declaration of the type ConcurrentDoubleVector for TBB case. 14 years ago
Vadim Pisarevsky eb9401d353 applied patch #1326 14 years ago
Vadim Pisarevsky 3b7b833a4e merged latest fixes from 2.3 branch; since 2.3.1 is out, the version in trunk is bumped to 2.3.2 14 years ago
Vadim Pisarevsky d3d55f3234 fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs). 14 years ago
Vadim Pisarevsky fba70ca131 fixed bug #1306 (Vec assignment); added tests for Vec & Matx multiplication 14 years ago
Vadim Pisarevsky 960fd51cf0 another attempt to fix #1299 14 years ago
Vadim Pisarevsky d37beb4074 fixed Matx33 * Point3 and Matx22 * Point operators (ticket #1299) 14 years ago
Vadim Pisarevsky 645bb0bfbc added size check to static Mat::diag() 14 years ago
Andrey Kamaev 0a2c7803b6 Fixed mixChannels argument types 14 years ago
Vadim Pisarevsky 4b94d91955 added _InputArray::_InputArray(const Scalar& s) constructor (ticket #1214) 14 years ago
itsyplen 6d3e92517c new version of command line parser 14 years ago
Vadim Pisarevsky f0b3cb1845 added getNumberOfCPUs() function 14 years ago
Vadim Pisarevsky f85b9754e0 fixed Vec*scalar operations, fixed minEnclosingCircle Python interface. 14 years ago
Vadim Pisarevsky a826a983d3 added EMD to ch7 hist sample, fixed bug with cv::min/cv::max (ticket #1270), fixed mixChannels description 14 years ago
Andrey Pavlenko 750c56cc0e adding arg name (to fix doc reference and wrappers consistency) 14 years ago
Maria Dimashova 0d7a37c1e7 added an ability to make push_back to the empty matrix 14 years ago
Vadim Pisarevsky ff5e97c8e4 added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
Vadim Pisarevsky 1badec0b2d eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers) 14 years ago
Vadim Pisarevsky 2dea07f9f8 repaired Python bindings for functions using InputOutputArray 14 years ago
Andrey Pavlenko fbfddbd3ea - 'c_string' support added to Java API 14 years ago
Leonid Beynenson 0ddc661882 Fixed bug in the operator of cv::Ranges-s intersection (operator &). 14 years ago