Java LineIterator class is missing?
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?
you'll end up reimplementing bresenham's line algo