Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define undistort as pinhole projection
Summary: Currently on master we have a bug in that we undistort images into a pinhole frame but then optimize in Rosetta using fisheye. Undistorting to pinhole is totally fine but then we should be optimizing in pinhole in Rosetta. So this is the "other" version of the fix I did in D58979100. In D58979100 I "fixed" the cameras by defining the undistort method to be fisheye rather than pinhole. In this diff I did the other way round - I've left the CameraOperator alone and I've fixed the distortion model we propagate after undistortion to be pinhole. Reviewed By: AlexRadionovMeta Differential Revision: D60927099 fbshipit-source-id: 316aa0d99396c49d61c31d743112f1aa0eef85cb
- Loading branch information