Jasper Shemilt
0136711cf4
Adds fitEllipseAMS to imgproc: The Approximate Mean Square (AMS) proposed by Taubin 1991.
...
Adds fitEllipseDirect to imgproc: The Direct least square (Direct) method by Fitzgibbon1999.
New Tests are included for the methods.
fitEllipseAMS Tests
fitEllipseDirect Tests
Comparative examples are added to fitEllipse.cpp in Samples.
7 years ago
Tong Ke
0a63ab36bb
Merge pull request #8301 from tonyke1993:p3p_alg
...
New p3p algorithm (accepted by CVPR 2017) (#8301 )
* add p3p source code
* indent 4
* update publication info
* fix filename
* interface done
* plug in done, test needed
* debugging
* for test
* a working version
* clean p3p code
* test
* test
* fix warning, blank line
* apply patch from @catree
* add reference info
* namespace, indent 4
* static solveQuartic
* put small functions to anonymous namespace
8 years ago
Vladislav Sovrasov
dfe4519c07
Add QR decomposition to HAL
8 years ago
catree
5ee61219c8
Add bib reference for overall hitrate and max false alarm rate formulas in train cascade tutorial.
...
Remove useless backslash.
8 years ago
catree
87d06eab82
Add bib reference for overall hitrate and false alarm rate for the train cascade user guide (OpenCV 2.4).
8 years ago
Marina Noskova
617dd5db5b
Fixed doc/opencv.bib
9 years ago
joao.faro
a2f0963d66
SVMSGD class added
9 years ago
Thomas Dunker
6882c10b45
Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test
9 years ago
Maksim Shabunin
7392ce0a81
Added some documentation for MSER
9 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
Maksim Shabunin
53c9460454
Reorganized ML module documentation
...
- fixed one BiB record
- moved algorithms overview to separate page
- added docs for some enumerations
- fixed some small documentation errors
10 years ago
Maksim Shabunin
4ccbd44559
User guide converted to doxygen
10 years ago
Maksim Shabunin
36a04ef8de
Doxygen tutorials: cpp done
10 years ago
Maksim Shabunin
03e213ccae
Doxygen documentation: BiB references and fixes
10 years ago
Maksim Shabunin
555fdf893a
Documenting imgproc module
...
- disabled doxygen tree
- enabled doxygen enum listing
- added imgproc reference to main page
- enabled BiB support
- chenged doxygen root page format
10 years ago
Alexey Polovinkin
da0cb51916
added documentation on LatentSVM algorithm
14 years ago
Alexey Spizhevoy
b7b21966c3
added bib link to the article in GPU docs (for HOG)
14 years ago
Vladislav Vinogradov
566befe908
fixed some mistakes in gpu docs, added docs for gpu stereo.
14 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago