Forum Discussion
gilad
12 years agoHonored Guest
OpenCV integration
Hi All, Has anybody had any experience with OpenCV? I have 2 images (L&R) and I would like to apply the proper distortion on them as the final step of the image pipe. Any help would be apprecia...
kinkilla
11 years agoHonored Guest
Usually when I use opencv with a captured image, I undisort them with cv::initUndistortRectifyMap and then cv::remap
Here I'm doing the same, after this I have a pinhole picture
Then I draw a HUD into one image
To get the images to the rift I want to do the same, but the function cv::initUndistortRectifyMap needs the intrinsics and the extrinsics.
Well that sounds pretty reasonable :D
I will use your code and try it over the weekend
Here I'm doing the same, after this I have a pinhole picture
Then I draw a HUD into one image
To get the images to the rift I want to do the same, but the function cv::initUndistortRectifyMap needs the intrinsics and the extrinsics.
"jherico" wrote:
Once you've applied the calibration corrections for the camera source, the image should approximate the view from a pinhole camera
Well that sounds pretty reasonable :D
I will use your code and try it over the weekend
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 6 years ago
- 6 years ago