1

I am try to retrieve pixel set of two point in-between (line)

i suspect that function cvSampleLine() in the openCV could use for the task,

is it correct ? if so can anyone point out simple python example for that ?

DUK
  • 65
  • 10
  • 1
    `LineIterator` is the C++ alternative for that. Unfortunately neither of those two is available in Python. But have a look at this [question](https://stackoverflow.com/q/32328179/3962537) for a possible alternative. – Dan Mašek Sep 22 '18 at 12:24
  • thanks man.... (y) – DUK Sep 22 '18 at 13:18
  • Just posted a super simple one-liner for this: https://stackoverflow.com/a/59525697/5339857 – Roy Shilkrot Dec 30 '19 at 04:34

0 Answers0