Maksim Shabunin
|
f3aab47f94
|
Assorted documentation fixes
* removed private flann documentation
* common tutorial images moved to doc/images
* grouping issues
|
2019-08-31 01:50:11 +03:00 |
|
Apoorv Goel
|
5b521bb778
|
Merge pull request #14898 from UnderscoreAsterisk:flann-warnings-and-4376
Keep a local copy of `features` from `flann::GenericIndex ` constructor (#14898)
* Fix warnings on Windows
* Fix #4376
|
2019-06-26 19:35:11 +03:00 |
|
Apoorv Goel
|
d8ffddd075
|
Merge pull request #12871 from UnderscoreAsterisk:document-Distance
* Document distance functors in dist.h
* Add spec for Distance
* Generate appropriate links for symbols
|
2018-10-20 11:15:13 +03:00 |
|
Apoorv
|
a7dfa261d8
|
Add documentation for radiusSearch
|
2018-10-18 04:09:16 +05:30 |
|
mshabunin
|
c6c519166e
|
Added CV_DEPRECATED macro
|
2017-01-24 15:57:06 +03:00 |
|
Alexander Alekhin
|
1c18b1d245
|
Merge pull request #7370 from souch55:Fixxn
|
2016-10-01 10:44:56 +00:00 |
|
sourin
|
a34fbf7bb1
|
Fixed identifiers warns
|
2016-09-30 15:16:29 +05:30 |
|
Maksim Shabunin
|
dc704d77ac
|
Fixed several GCC 5.x warnings
|
2016-09-01 15:44:01 +03:00 |
|
Maksim Shabunin
|
1523fdcc1c
|
Doxygen documentation: more fixes and cleanups
|
2014-12-01 15:50:36 +03:00 |
|
Maksim Shabunin
|
472c210687
|
Doxygen documentation: flann, photo and stitching modules
|
2014-12-01 15:47:13 +03:00 |
|
Andrey Kamaev
|
ae4e76395f
|
Make flann headers independent from OpenCV C API
|
2013-04-08 15:47:29 +04:00 |
|
Andrey Kamaev
|
49f6dad13f
|
Move cv::KeyPoint and cv::DMatch to core
|
2013-03-26 16:08:43 +04:00 |
|
Andrey Kamaev
|
be7bbe3aa9
|
Drop cv:: prefix from cv::String used inside the cv namespace
|
2013-03-22 22:14:50 +04:00 |
|
Andrey Kamaev
|
762aefd71b
|
Compile opencv_test_core with cv::String instead of std::string
All tests passed!
|
2013-03-22 22:14:22 +04:00 |
|
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 |
|