Python OpenCV Optic Flow test with animated square translation. [FIXED]
square: 50 x 50px
canvas: 320 x 240px
Python Farneback settings:
flow = cv2.calcOpticalFlowFarneback(prv, nxt, 0.5, 4, 8, 2, 7, 1.5, cv2.OPTFLOW_FARNEBACK_GAUSSIAN)
Processing Farneback settings:
private double pyramidScale = 0.5; private int nLevels = 4; private int windowSize = 8; private int nIterations = 2; private int polyN = 7; private double polySigma = 1.5; private int runningFlags = Video.OPTFLOW_FARNEBACK_GAUSSIAN;










