Hey everyone!
I’m back on my project now and was wondering if anyone could explain the lens correction parameters within the SDK
there are three lens correction parameters:
CLEYE_LENSCORRECTION1 [-500, 500]
Correction transforms to correct lens distortion.CLEYE_LENSCORRECTION2 [-500, 500]
Correction transforms to correct lens distortion.CLEYE_LENSCORRECTION3 [-500, 500]
Correction transforms to correct lens distortion.
Just wondered how they all work. Ive tried using them in the Multicam SDK sample but cant see much difference of the image (pointed my camera dead onto a chessboard).
any hints would be great.
Excellent work with the Kinect!
-K
EDIT - So i first used CCV to see how in particular the distortion was being corrected as I’d assumed that it was using the same functions. After doing this I took the values over to my code but realised that the lens correction functions only work with images. Been trying to correct the lens distortion, however its still not perfect so I might attempt using different approach (I’m considering using Checker board calibration in OpenCV)