I have a camera system which has both fish eye camera and pinhole camera. These cameras capture the same image. My task is to map a pixel on fish eye image to a pixel on pinhole image (at an acceptable error). I have covered some papers such as OPEN CV fisheye functions in this link
- Is this mapping method some how similar to a pinhole projection or "flattening" a fisheye image ?
- Does anyone know some references or papers about this method both mathematically and programmatically ? Thank you so much for your help