Having weird issues drawing lines on android
When I draw lines on android, I'm getting weird graphical glitches like so:
these lines are being drawn to the image pretty simply:
Core.line(mRgba, pt1, pt2, new Scalar(0, 255, 0), 3);
Does anyone know why its not doing what it should be doing and just putting that entire line as green?