I need to process pixels on a line. I would like to use LineIterator but i can't find the equivalent method in Java. So...How I can detect all the pixels on a line in JAVA context?
1 | initial version |
I need to process pixels on a line. I would like to use LineIterator but i can't find the equivalent method in Java. So...How I can detect all the pixels on a line in JAVA context?
2 | No.2 Revision |
I need to process pixels on a line. I would like to use LineIterator (http://docs.opencv.org/modules/core/doc/drawing_functions.html#lineiterator) but i can't find the equivalent method in Java. So...How I can detect all the pixels on a line in JAVA context?