113 Commits (cd5c70691a6befa9b632a0a27fb752bd4daf3bdb)

Author SHA1 Message Date
Evgeny Agafonchikov 6a6d58d389 Adding test support for WINRT 10 years ago
Vadim Pisarevsky af47b6551f another attempt to make the MSER test pass. removed possible randomization in parameters from run to run 10 years ago
Vadim Pisarevsky 4c67ae1a0b fixed failure in Features2d_MSER.cases 10 years ago
Vadim Pisarevsky dab78c26b1 added reasonable test for MSER (including coverage for http://code.opencv.org/issues/4273, http://code.opencv.org/issues/1723 and http://code.opencv.org/issues/756); also, added some "in-progress" info to the Features2d_Feature2d.no_crash test. 10 years ago
Vadim Pisarevsky b5a7122855 added test to do smoke testing of ORB, KAZE, AKAZE and BRISK on images of different size 10 years ago
Vadim Pisarevsky fc06a2384b added test for batch detection/descriptor extraction (http://code.opencv.org/issues/3943) 10 years ago
Vadim Pisarevsky 432cf1152a added read/write functions for vector<DMatch> + the test (http://code.opencv.org/issues/4308) 10 years ago
cbalint13 fb56d5c482 Squash all BRISK commits into one. 10 years ago
cbalint13 26997f32c6 Fix BRISK detector&descriptor using proper AGAST. 10 years ago
orestis fffe2464cd Change DescriptorExtractor_ORB regression test 10 years ago
Vadim Pisarevsky d2b9dc5530 quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 10 years ago
Vadim Pisarevsky 1176d4ef84 fixed some more compile errors and test failures 10 years ago
Vadim Pisarevsky 9c9ecc22e2 fixed opencv_java build 10 years ago
Vadim Pisarevsky fa76c634ec ok; all the tests now pass 10 years ago
Vadim Pisarevsky 01d3848f17 all the tests now pass except for MSER 10 years ago
Vadim Pisarevsky 162384a838 fixed several test failures; currently 9 out of 73 tests fail 10 years ago
Vadim Pisarevsky 09df1a286b OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet 10 years ago
Vadim Pisarevsky c422bdc3f8 fixed some more compile errors and test failures 10 years ago
Vadim Pisarevsky 61cddd8b63 fixed opencv_java build 10 years ago
Vadim Pisarevsky 25a7d023dd ok; all the tests now pass 10 years ago
Vadim Pisarevsky c5261ea3d2 all the tests now pass except for MSER 10 years ago
Vadim Pisarevsky 97a5dd0ead fixed several test failures; currently 9 out of 73 tests fail 10 years ago
Vadim Pisarevsky 5e667ee53a OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet 10 years ago
Felix Endres ee6835492c Exposing the FAST detector threshold for ORB 10 years ago
Dmitriy Anisimov 5f3ee657ce removed kdtree declaration from interface 10 years ago
Dmitriy Anisimov 37b1a7560c first version of moving KDTree from core to ml 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 10 years ago
Vadim Pisarevsky 27d2d3cbac fixed doc builder complains and the test failures 10 years ago
Alexander Alekhin 55188fe991 world fix 10 years ago
f-morozov 7f82960897 AKAZE fixes, tests and tutorial 10 years ago
vbystricky 4286f60387 Extract imgcodecs module from highgui 11 years ago
Alexander Alekhin 776728ef2a KAZE: disable tests (too many crashes) 11 years ago
Ievgen Khvedchenia 029a8c443a Remove GSURF descriptor from KAZE algorithm 11 years ago
Ievgen Khvedchenia 1a5fcd715d Refactor of KAZE and AKAZE: 11 years ago
Ievgen Khvedchenia 9fc90f4069 Merged nldiffusion functions into one module with removal of duplicate functions 11 years ago
Maks Naumov eb89f5207c remove unused variables in CV_KDTreeTest_CPP::findNeighbors() 11 years ago
Ilya Lavrenov aa5326c231 cv::norm -> cvtest::norm in tests 11 years ago
Ievgen Khvedchenia 17f305140b Added unit-tests for KAZE and AKAZE features 11 years ago
Konstantin Matskevich ca5689e0db BFMatcher 11 years ago
Peter Andreas Entschev 6f3163f62d DescriptorExtractor: added defaultNorm() to return default norm type. 11 years ago
Ilya Lavrenov 35d9ce0c0c fixed warnings 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko 1eacb485c5 Boring changes - features2d. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Ilya Lysenkov 7745c8806c Added info() method in descriptor matchers (#2330) 12 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 12 years ago