laurentBerger
|
3a53e726dd
|
example BLOB_MSER and fixed bug in blobdetector
|
2015-05-07 11:52:06 +02:00 |
|
Vadim Pisarevsky
|
09df1a286b
|
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet
|
2014-10-17 14:56:58 +04:00 |
|
Vadim Pisarevsky
|
2e915026a0
|
yet another attempt to refactor features2d; the first commit, features2d does not even compile
|
2014-10-17 14:56:58 +04:00 |
|
Rohit Girdhar
|
a4b5641836
|
bugfix: blobdetector was putting incorrect diameter value in keypoints
|
2014-02-12 22:29:04 +05:30 |
|
Konstantin Matskevich
|
f44334285b
|
features2d
|
2014-02-04 16:55:07 +04:00 |
|
Ilya Lavrenov
|
e559256719
|
added cv::GFTTDetector
|
2014-01-25 00:23:59 +04:00 |
|
Brian McKinnon
|
36745a80c3
|
Added #include <limits> to files that were missing it.
|
2013-05-06 22:45:11 -04:00 |
|
Andrey Kamaev
|
c98c246fc2
|
Move border type constants and Moments class to core module
|
2013-04-10 19:14:24 +04:00 |
|
gpsinghsandhu
|
77e51ff9c4
|
contours with zero area rejected
reject contours with zero area by using the "continue" statement to be in sync with the condition checking style used in the whole file
|
2013-03-31 16:13:40 +05:30 |
|
gpsinghsandhu
|
0d16a9befb
|
In response to Bug #2927
change to reject contours with moms.m00 = 0.0
|
2013-03-30 00:33:22 +05:30 |
|
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
2013-03-13 17:26:56 +04:00 |
|
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
2013-02-25 15:04:17 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
Andrey Kamaev
|
e4307d05f3
|
Made dependency of features2d and calib3d from highgui optional
|
2012-03-13 12:33:16 +00:00 |
|
Maria Dimashova
|
81cb7b2c5e
|
added read/write methods for SimpleBlobDetector and DenseFeatureDetector; added their creation to FeatureDetector::create method (#1290)
|
2011-08-10 09:17:37 +00:00 |
|
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
2011-06-11 17:24:09 +00:00 |
|
Ilya Lysenkov
|
2beae4d30b
|
Minor change of SimpleBlobDetector
|
2011-06-09 12:49:23 +00:00 |
|
Ilya Lysenkov
|
f60d7fdfef
|
Simplified SimpleBlobDetector to make it simple)
|
2011-06-09 11:07:08 +00:00 |
|
Ilya Lysenkov
|
5a3e7d041f
|
Added drawing of a new image for debugging of the SimpleBlobDetector class.
|
2011-05-30 06:54:59 +00:00 |
|
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
|
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
2011-05-06 21:45:48 +00:00 |
|
Vadim Pisarevsky
|
d9ab1d2b92
|
fixed build on Windows with MSVC2010
|
2011-02-09 22:45:45 +00:00 |
|
Ilya Lysenkov
|
f8e9f65ea8
|
Added detection of asymmetric circles' pattern
|
2011-02-07 07:57:32 +00:00 |
|
Ilya Lysenkov
|
2d5a984c28
|
Moved BlobDetector to features2d
|
2010-12-27 09:15:08 +00:00 |
|