Maria Dimashova
|
017895dd93
|
filtered MSER keypoints that have centers out of image
|
13 years ago |
Alexander Mordvintsev
|
c5669448a3
|
work on features2d python interface
|
13 years ago |
Alexander Mordvintsev
|
c6705fbe20
|
exposed ORB features to python
|
13 years ago |
Marina Kolpakova
|
162f9fd7ea
|
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
|
13 years ago |
Marina Kolpakova
|
b156e2f7ed
|
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
13 years ago |
Vadim Pisarevsky
|
74707ec7ae
|
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
|
13 years ago |
Andrey Kamaev
|
059b79f7c2
|
Merged the trunk r8542:8544
|
13 years ago |
Vadim Pisarevsky
|
2990f23e0c
|
grid-adapted feature detector made a proper Algorithm (ticket #1874)
|
13 years ago |
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
13 years ago |
Andrey Kamaev
|
949c4edf41
|
Merged the trunk r8408:8457 (inclusive)
|
13 years ago |
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
13 years ago |
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
13 years ago |
Alexander Mordvintsev
|
e703e8f5a6
|
exposed MSER to python again
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vadim Pisarevsky
|
7ac713405f
|
put template Distance classes back to features2d, since they are used in GPU; fixed OpenCV build with Xcode 2.3 (which includes new libpng)
|
13 years ago |
Vadim Pisarevsky
|
c78d056ef6
|
added BruteForceMatcher (the older variant of BFMatcher) to legacy (ticket #1796). added test for it. Renamed legacy tests to "Legacy_*"
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Vadim Pisarevsky
|
a3262c5e51
|
added initModule_features2d(). Possibly solved problem when the linker excludes seemingly unused detectors/descriptors.
|
13 years ago |
Andrey Kamaev
|
ce89d00fcf
|
Implemented missed AlgorithmInfo for BRIEF
|
13 years ago |
Vadim Pisarevsky
|
0c381e2a9f
|
increased the default number of pyramid layers in ORB; updated test data
|
13 years ago |
Vadim Pisarevsky
|
d60623279c
|
switched to non-constant references in Algorithm::addParam, which is more safe.
|
13 years ago |
Vadim Pisarevsky
|
957e80abbd
|
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
|
13 years ago |
Ilya Lysenkov
|
df6a95ed87
|
Wraped SimpleBlobDetector for Python
|
13 years ago |
Alexander Mordvintsev
|
f2d2c8db77
|
exposed SurfFeatureDetector and SurfDescriptorExtractor to python
|
13 years ago |
Vadim Pisarevsky
|
2e9f5c434b
|
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
|
13 years ago |
Vadim Pisarevsky
|
b74116e694
|
unified norm computing; added generalized Hamming distance
|
13 years ago |
Alexander Mordvintsev
|
028c44531f
|
wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper)
updated feature_homography.py sample to use new features
|
13 years ago |
Alexander Mordvintsev
|
b679ebc1b4
|
python DescriptorExtractor.compute now returns filtered keypoints
wrapped StarFeatureDetector and GridAdaptedFeatureDetector
|
13 years ago |
Vadim Pisarevsky
|
82da7f18d8
|
replaced "unsigned int" -> "unsigned" to make Python/Java wrapper generator work correctly
|
13 years ago |
Alexander Mordvintsev
|
d50cc51070
|
handling Ptr<> arguments and return values in Python wrappers
partially wrapped features2d framework
added feature_homography.py sample
|
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 |
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 |
Maria Dimashova
|
7db3dd4f0a
|
fixed comment and doc on L2
|
14 years ago |
Andrey Kamaev
|
874196e384
|
Implemented read/write methods for FlannBasedMatcher; fixed features2d wrappers for java
|
14 years ago |
Andrey Kamaev
|
13185ad8f7
|
Implemented read/write methods for BriefDescriptorExtractor class
|
14 years ago |
Andrey Kamaev
|
1523cb04d1
|
Added CV_EXPORTS to OrbDescriptorExtractor (ticket #1276)
|
14 years ago |
Andrey Kamaev
|
6935e95c2a
|
Fixed crash in BruteForceMatcher::clone
|
14 years ago |
Vadim Pisarevsky
|
562914e33b
|
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
|
14 years ago |
Vladimir Dudnik
|
6e38b6aaed
|
removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
|
14 years ago |
Ilya Lysenkov
|
cb511861ac
|
Removed unnecessary function from SimpleBlobDetector
|
14 years ago |
Ilya Lysenkov
|
f60d7fdfef
|
Simplified SimpleBlobDetector to make it simple)
|
14 years ago |
Maria Dimashova
|
b5163291dd
|
added upright mode to SURF (#825)
|
14 years ago |
Maria Dimashova
|
ca551ab9ae
|
added one more SIFT::CommonParams constructor
|
14 years ago |
Vincent Rabaud
|
fc19e856a6
|
- fix a memory leak
|
14 years ago |
Vincent Rabaud
|
211c112b91
|
- hide the patch size from the user (only one is used now as training was only done at that scale)
- enable a border_threshold just like for SIFt so that calling ORB, or descriptor after feature gives the same number of features
|
14 years ago |
Maria Dimashova
|
035fd0019b
|
replaced SIFT implementation (Some default parameters can be changed in the near future)
|
14 years ago |
Vadim Pisarevsky
|
af2af3af9b
|
added KeyPoint::hash() (ticket #1100)
|
14 years ago |
Ethan Rublee
|
93326c7dc0
|
Adding a default constructor to ORB that initializes. Had segfaults on non
initialized orb detector.
|
14 years ago |