top | item 22995994

(no title)

jimfleming | 5 years ago

This functionality is built into OpenCV[0]. If you're using a reference image (or if you know the lens properties) it doesn't require ML. It's mostly just a matrix transform.

[0] https://docs.opencv.org/2.4/doc/tutorials/calib3d/camera_cal...

discuss

order

thdrdt|5 years ago

Ah yes! It looks like this is related to what I was looking for. It was a long time ago that I saw a demo about this and I was under the impression that ML was used to calculate the correction matrix.