First time here? Check out the FAQ!
answered 2019-08-28 12:25:08 -0600
you can find a good example code showing usage of LineIterator here
and see the difference when LineIterator defined 4-connected instead of 8-connected
LineIterator it(ocv, cen, p2, 4);