class LineIterator to return also the (x,y) coordinates (Feature #2338)
Description
With class LineIterator, it is very hard to determine what the actual (x,y) image location values are. can we have some method to determine these?
Associated revisions
updated description of LineIterator with information about LineIterator::pos() (ticket #2338)
Merge pull request #2338 from asmorkalov:ocv_gcov
History
Updated by Alexander Shishkov over 12 years ago
Could you clarify the problem? What is the problem with it.pos().x and it.pos.y()?
- Category changed from highgui-gui to core
Updated by Alexander Shishkov over 12 years ago
- Target version deleted (
2.4.3)
Updated by Vadim Pisarevsky over 12 years ago
the method LineIterator::pos(), as Alexander mentioned, is what you want. I have just added description of this method to the reference manual.
- Target version set to 2.4.3
- Status changed from Open to Done