python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
using cv2.norm based on cv2.fisheye.projectPoints causes (-215:Assertion failed) _src1.sameSize(_src2) in function 'norm'
Hi I'm working on a camera calibration code (relatively standard I'd say), now when running this code:
for i in range(num_images):
number_of_points=len(objpoints[i][0])
if not fisheye:
i...
Francois
Votes: 0
Answers: 0
Undistort ultra-wide angle (>180 degrees) fisheye lens
I am trying to undistort a 220deg fisheye lens image. I worked with fisheye before using OpenCV and a script similar to this. However, whenever I used a lens with more than 180deg it seems to fail, ge...

André
Votes: 0
Answers: 1
Barrel distortion effect for image (JavaFX)
I'm looking for some way to set background image with barrel distortion effect(FishEye/FOV) for node using JavaFX. I found algorithm with pixel manipulation, but I want to find some another way(some h...

Teltro
Votes: 0
Answers: 2