Difference in documentation of ellipse and ellipse2poly (Bug #3301)
Description
Looking at the documentation of ellipse, it is said to use the axes size, but the ellipse2poly mentions to use half of the axes size. I think that both should have the same description in order not to confuse people.
If you could suggest which approach is best, then I will happily supply a pullrequest.
Personally, I think that the ellipse function should mention that you need half of the axes size, in stead of the size of the axes.
http://docs.opencv.org/modules/core/doc/drawing_functions.html?highlight=ellipse#ellipse
History
Updated by Anna Kogan over 11 years ago
- Status changed from New to Open
Updated by Steven Puttemans over 11 years ago
Will fix this problem in another pull request I made : https://github.com/Itseez/opencv/pull/1538
- % Done changed from 0 to 50
Updated by Kirill Kornyakov over 11 years ago
Thanks! Fix going to be merged soon...
- Pull request set to https://github.com/Itseez/opencv/pull/1538
- Status changed from Open to Done