Java LineIterator class is missing?

asked 2015-06-03 07:17:13 -0600

Luigi_T gravatar image

updated 2015-06-03 08:19:37 -0600

I need to process pixels on a line. I would like to use LineIterator (http://docs.opencv.org/modules/core/d...) but i can't find the equivalent method in Java. So...How I can detect all the pixels on a line in JAVA context?

edit retag flag offensive close merge delete

Comments

you'll end up reimplementing bresenham's line algo

berak gravatar imageberak ( 2015-06-03 07:58:15 -0600 )edit