Refining Camera parameters and calculating errors - OpenCV

前端 未结 3 1254
醉酒成梦
醉酒成梦 2020-12-29 13:35

I\'ve been trying to refine my camera parameters with CvLevMarq but after reading about it, it seems to be causing mixed results - which is exactly what I am ex

3条回答
  •  误落风尘
    2020-12-29 14:10

    It seems your parameter initialization is the problem. I would use a linear estimator first, i.e. ignore your noisy sensor, and then use this as the initial values for the non-linear optimizer.

    A quick method is to use getaffinetransform, as you have mostly rotation.

提交回复
热议问题