2005 Commits (1bae6413c1549528e358da9f33785353d60e2b75)

Author SHA1 Message Date
Vadim Pisarevsky c65c67eff4 preserve alpha channel in PNG, when imread(..., -1) is called (ticket #1107) 14 years ago
Vadim Pisarevsky 6942799669 fixed kmeans center initialization in the case of huge matrices (ticket #1291); fixed warinings in libtiff. 14 years ago
Vadim Pisarevsky 2fe3ed75c1 fixed building retina code on Windows 14 years ago
Vadim Pisarevsky 411f51367e raised threshold in ORB test; temporarily disabled always failing Opponent SIFT test 14 years ago
Vadim Pisarevsky 2842d34611 added retina model, by Alexander Benoit 14 years ago
Vadim Pisarevsky d1588c0439 added support for Ximea cameras (missing parts in the prev. commit) 14 years ago
Vadim Pisarevsky bd0d8429ee added support for Ximea cameras (patch by Marian Zajko), fixed GCC warnings in MOG2 background subtractor. 14 years ago
Vadim Pisarevsky d58459ccdd fixed default maxSize case in cvHaarDetectObjects (ticket #1296) 14 years ago
Vadim Pisarevsky d3350b50aa avoid infinite loops when 0-area image is filtered (ticket #1295) 14 years ago
Andrey Kamaev 7c8a49b475 Java API: Removed meaningless tests 14 years ago
Andrey Kamaev 1863f58a67 Java API: generated test stubs for recently added functions/classes 14 years ago
Andrey Kamaev ebb08bc015 Java API: Fixed bug in Mat port; fixed/implemented all java tests for core module 14 years ago
Leonid Beynenson aa78754720 Changed tabulation. 14 years ago
Andrey Kamaev 92afe9e40a Java API: fixed input List<List<smth>> arguments 14 years ago
Vadim Pisarevsky f9ef92d45a multilib support added (ticket #363) 14 years ago
Vadim Pisarevsky 645bb0bfbc added size check to static Mat::diag() 14 years ago
Andrey Kamaev 25261e6ebc Added new tests written by Hussein Abdinoor; Added support for new classes in features2d and imgproc 14 years ago
Vladislav Vinogradov bad7dadb75 added remap test, fix compilation error 14 years ago
Vladislav Vinogradov 8bb9e4302e added registerPageLocked/unregisterPageLocked functions 14 years ago
Vadim Pisarevsky c9ed7fee34 fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc. 14 years ago
Anatoly Baksheev edcfa64d99 experimental kernels for cuda 14 years ago
Andrey Kamaev 50d1d711de Added reference to Nvidia TADP into Android tutorial; refactored both Android tutorials; fixed some rst warnings 14 years ago
Anatoly Baksheev b535356ec7 experimental kernels for cuda 14 years ago
Maria Dimashova 81cb7b2c5e added read/write methods for SimpleBlobDetector and DenseFeatureDetector; added their creation to FeatureDetector::create method (#1290) 14 years ago
Maria Dimashova 999481273e fixed memory leak in SIFT wrapper (#1288) 14 years ago
Vladislav Vinogradov ff1fb9f7cc minor stitching optimization (use cpu matchers instead of gpu matchers on multicore processors) 14 years ago
Andrey Kamaev 1248775177 Java API: added JNI_OnLoad to eliminate jvm warnings 14 years ago
Maria Dimashova ec150c24e3 added CV_CAP_PROP_OPENNI_REGISTRATION property for getting 14 years ago
Vladislav Vinogradov c5adaa717b minor stitching optimization (improve buffer reuse) 14 years ago
Andrey Kamaev b319e7f403 Java API: added support for BruteforceMatcher-SL2 14 years ago
Andrey Kamaev d9d74678a9 Java API: corrected names of methods in Utils class; fixed bug in DMatch (thank for Hussein Abdinoor); added new utility method loadResource 14 years ago
Vladislav Vinogradov 13e392763b fixed compilation error without cuda 14 years ago
Maria Dimashova abd12c052a fixed doc warning 14 years ago
Maria Dimashova fd27ba248b added doc on CvERTrees 14 years ago
Vladislav Vinogradov 36bfa6ea1c minor 14 years ago
Vladislav Vinogradov b2b1d41da8 moved GpuMat class to separate header file 14 years ago
Vladislav Vinogradov f4f38fcced fixed gpu test failure on empty test data 14 years ago
Maria Dimashova 1f07209f6c fixed CvCapture_OpenNI constructor (removed all exceptions) (#1237) 14 years ago
Maria Dimashova 4839bfb1a5 fixed grammar of the comment 14 years ago
Maria Dimashova fcd999ae6e added SL2 (squared L2 distance) and implemented the descriptors matching in L2 using SL2 14 years ago
Vladislav Vinogradov a9fdc1bdff added buffered version of cornerHarris, cornerMinEigenVal, histEven and histRange 14 years ago
Vladislav Vinogradov 12b7090a6f fixed some warnings under win64 14 years ago
Maria Dimashova dc14b45617 minor changes 14 years ago
Vladislav Vinogradov 42ced17c2c fixed some warnings under win64 14 years ago
Vladislav Vinogradov 767ac9aa10 added gpu::Canny function 14 years ago
Andrey Kamaev 0a2c7803b6 Fixed mixChannels argument types 14 years ago
Vladislav Vinogradov dfaa8af6ee fixed #1279 14 years ago
Andrey Kamaev b486a96601 Java API: refactored Core tests 14 years ago
Vadim Pisarevsky 8ceda8372c corrected PCA::PCA and PCA::operator () description (thanks to Adrian Kaehler) 14 years ago
Vadim Pisarevsky e5c66b5ed4 fixed pointPolygonTest(). Now it returns -1, 0, 1 when measureDist=false (ticket #1285) 14 years ago