You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey brummi ~
I have some question with FisheyeToPinhole.
I tried to visualize the fisheye img after this sample function.
I used the kitti360 data_fisheye_calibration data and calibration results which you support, and then I used the resamle function, after resampling it cut a lot, a lot of information is missing, I was wondering if I could focus on the fisheye camera information, Maybe I don't need such resample ? Looking forward to your reply, really appreciate.
The text was updated successfully, but these errors were encountered:
Yes, the Crop is quite narrow, but this way it has exactly the same camera intrinsics as the other cameras.
In theory, you could also directly cast and project rays from and to the fisheye camera. However, these operations involve more steps and can't be vectorized as easily as with pinhole camera. Having two different camera models would make the pipeline quite a bit more complex. But it is definitely possible and then you also wouldnt need the resampling.
You would have to adapt the ray samplers and the projection and the color sampling.
Hi~ Felix!
Thanks for your reply. I will try it in different camera models(opencv fisheye or fisheye rectifiction ...)
I will let you know, If it work ~ :D
Best,
merlin
hey brummi ~
![0000001216](https://private-user-images.githubusercontent.com/19267253/266170642-82720c57-7849-4490-b1e7-de065a188b9b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTQyMzEsIm5iZiI6MTczOTU5MzkzMSwicGF0aCI6Ii8xOTI2NzI1My8yNjYxNzA2NDItODI3MjBjNTctNzg0OS00NDkwLWIxZTctZGUwNjVhMTg4YjliLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA0MzIxMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgzNjZiYWUyY2JlNDM1N2NhMjY4N2UzYTdlZmRhYjA4Y2I5NjVkMmFlY2ZjMTU0ZmQ0YWJkYzUzZDc5YzE3NjMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.vkegMKkv_UrccBBc4VBlxCghy70_ObFmj93AQ7fY7Z4)
![a](https://private-user-images.githubusercontent.com/19267253/266170086-61d937b5-2635-4e1f-95ba-7dce9153730b.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTQyMzEsIm5iZiI6MTczOTU5MzkzMSwicGF0aCI6Ii8xOTI2NzI1My8yNjYxNzAwODYtNjFkOTM3YjUtMjYzNS00ZTFmLTk1YmEtN2RjZTkxNTM3MzBiLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA0MzIxMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE1NGUxOTViOWZkMWFlMmE0MTliMmVhNjY5N2Y4MTEyNjk5ZWU2NDNmYzUyOGI1NWQ3MGEzMmU1ZTM4MzA0YzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JgcPxfls5D3peMwOB-JNwToPpNoPoMZgwGr4b7MZ8GU)
I have some question with FisheyeToPinhole.
I tried to visualize the fisheye img after this sample function.
I used the kitti360 data_fisheye_calibration data and calibration results which you support, and then I used the resamle function, after resampling it cut a lot, a lot of information is missing, I was wondering if I could focus on the fisheye camera information, Maybe I don't need such resample ? Looking forward to your reply, really appreciate.
The text was updated successfully, but these errors were encountered: