-
Notifications
You must be signed in to change notification settings - Fork 747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenCV Fisheye Camera Functions Missing #1185
Comments
Oh well that's great news! Thank you. I was expecting them to be in imgproc. |
I finally got around to using these and I'm finding that the fisheye functions are missing the helper types, for instance the |
Right, that's easy enough to fix, see commit 86a78a6. |
Wow, thanks! I'll give it a shot. My code can be simpler now. However, I think I ran into another issue. It seems that by chance the fisheye and non-fisheye method for calibrate and undistort are different. cv::fisheye has Is it hard to fix? @ds58 or myself can try to fix, though some pointers might help. 😄 |
I guess we could add something like
|
If we don't need to change anything but the name, it's easier using Info.javaNames: |
Version 1.5.9 has been released with the fixes! Thanks for contribution |
The "undistort" function is missing:
https://docs.opencv.org/3.4/da/d54/group__imgproc__transform.html#ga69f2545a8b62a6b0fc2ee060dc30559d
and the fisheye functions:
https://docs.opencv.org/4.5.5/db/d58/group__calib3d__fisheye.html
Edit: I renamed this issue to be more general about needing functions relating to fisheye cameras. We are trying to accelerate our new Fisheye camera on our robot with OpenCV 🙂
The text was updated successfully, but these errors were encountered: