19 Commits (c684da35495676cdf82dbb6d6fea68f6b9072bbc)

Author SHA1 Message Date
Ilya Lavrenov e559256719 added cv::GFTTDetector 11 years ago
Brian McKinnon 36745a80c3 Added #include <limits> to files that were missing it. 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
gpsinghsandhu 77e51ff9c4 contours with zero area rejected 12 years ago
gpsinghsandhu 0d16a9befb In response to Bug #2927 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
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev e4307d05f3 Made dependency of features2d and calib3d from highgui optional 13 years ago
Maria Dimashova 81cb7b2c5e added read/write methods for SimpleBlobDetector and DenseFeatureDetector; added their creation to FeatureDetector::create method (#1290) 14 years ago
Anatoly Baksheev 8f4c7db3f6 ~40 warnings under VS2008 14 years ago
Ilya Lysenkov 2beae4d30b Minor change of SimpleBlobDetector 14 years ago
Ilya Lysenkov f60d7fdfef Simplified SimpleBlobDetector to make it simple) 14 years ago
Ilya Lysenkov 5a3e7d041f Added drawing of a new image for debugging of the SimpleBlobDetector class. 14 years ago
Vadim Pisarevsky 23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
Anatoly Baksheev 1c18e5fef9 fixed ~300 warnings under windows (had to hack gtest a bit) 14 years ago
Vadim Pisarevsky d9ab1d2b92 fixed build on Windows with MSVC2010 14 years ago
Ilya Lysenkov f8e9f65ea8 Added detection of asymmetric circles' pattern 14 years ago
Ilya Lysenkov 2d5a984c28 Moved BlobDetector to features2d 14 years ago
Ilya Lysenkov 0bc1349335 Fixed some warnings under Windows 14 years ago
Ilya Lysenkov 351f6eeb97 Fixed compile errors under Windows 14 years ago
Ilya Lysenkov c4a8ae5931 Used Poitn2f instead of KeyPoint 14 years ago
Ilya Lysenkov 964df356bf Added detection of cirlces' grid pattern 14 years ago