cv::circle does not support 4-connected lines (Feature #4134)
Description
It seems that cv::circle does not support lineType == 4. It just does the 8-connected line.
Associated revisions
Merge pull request #4134 from alalek:fix_get_target_property
History
Updated by Nisarg Thakkar about 10 years ago
Hi Adi,
I am unable to reproduce this. I tried it in the 2.4.10 and 3.0 versions. It might have been fixed by some user. If you feel that the bug still exists, you can fix it through a pull request. This is the fastest way to get your fix validated and into the framework.
More info can be found here: http://code.opencv.org/projects/opencv/wiki/How_to_contribute
Kind regards and thanks for the input!
Updated by Vadim Pisarevsky almost 10 years ago
it's rather a misfeature
- Tracker changed from Bug to Feature
- Status changed from New to Open
Updated by Vadim Pisarevsky almost 10 years ago
- Category set to imgproc, video
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4910