1931 Commits (999481273e1e703386fe557e75a4d9dddff4fa62)

Author SHA1 Message Date
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
Andrey Kamaev 99e3b5a24e Java API: cleaned imgproc tests; changed signatures of several java functions 14 years ago
Vadim Pisarevsky e2e4ee2f53 disable implicit numpy array use in old-style Python bindings because of hard-to-fix memory leaks (ticket #1177) 14 years ago
Vadim Pisarevsky 3f40a1d8c3 fixed KeyPoint::convert(keypoints,point2f) (ticket #1282; thanks to cooperz for the patch) 14 years ago
Vadim Pisarevsky dd1315b22a fixed rank check in 8-point Fundamental Matrix algorithm (patch by F. Devernay; ticket #1273) 14 years ago
Vadim Pisarevsky 04a4e51920 fixed parallel block matching stereo correspondence algorithm (ticket #997; thanks to jbieger for the patch) 14 years ago
Vadim Pisarevsky cffd89f88f added some missing declarations of the functions, noticed in the ticket ##229 14 years ago
Vadim Pisarevsky 4b94d91955 added _InputArray::_InputArray(const Scalar& s) constructor (ticket #1214) 14 years ago
Vadim Pisarevsky fc4d64ae6b temporarily fixed #1279 14 years ago
Andrey Kamaev 6aa1eafc27 Java API: added ticket number to failed test 14 years ago
Andrey Kamaev c16f018afd mc 14 years ago
Anatoly Baksheev 7e2fffb194 ticket #1280 14 years ago
Andrey Kamaev 1991440cf7 Java API: 14 years ago
Andrey Kamaev 6d9075812f Java tests: fixed 1 test in core and 1 disabled 14 years ago
Andrey Kamaev cb2b28636f Java tests: removed test_1 14 years ago
Maria Dimashova 7db3dd4f0a fixed comment and doc on L2 14 years ago
Maria Dimashova 0d55ccac74 added check of output image in drawKeypoints() 14 years ago
Andrey Kamaev a46da86325 Java API: fixed script for coverage calculation 14 years ago
Andrey Kamaev 39c5eb2f66 Java API: new tests for Core and Imgproc from Hussein Abdinoor 14 years ago
Andrey Kamaev a0590273e9 Java API: fixed problems in video and ml modules; generated test stubs for all exported functions (now we have 1701 tests). 14 years ago
itsyplen 9b1cb7227a fixed errors in cmdparser 14 years ago
itsyplen 6d3e92517c new version of command line parser 14 years ago
Andrey Pavlenko 10444f4e50 Java API: vector_vector support for KeyPoint/DMatch/char 14 years ago
Andrey Kamaev 874196e384 Implemented read/write methods for FlannBasedMatcher; fixed features2d wrappers for java 14 years ago
Vadim Pisarevsky 16b0fcf083 fixed CvHomographyEstimator::runKernel (ticket #1275) 14 years ago