First time here? Check out the FAQ!
answered 2015-09-29 13:50:26 -0600
Did you calibrate your camera using the intrinsic matrix? If not, you may need to apply it to the frame using cv::undistort() as the lens distortion of the camera causes issues with the registration process.
cv::undistort()