What are the assumptions made in the CAView rendering algorithm?
We assume that all the input images are captured from cameras roughly on a plane, which is the case in our mobile camera array. We assume that the scene and the cameras can be separated by a minimum depth plane. We also assume that the camera calibration parameters are available (internal and external). The camera model we adopt in this program is the same as Dr. Jean-Yves Bouguet ‘s calibration toolbox available here. You should not have much difficulty using that toolbox to calibrate your cameras.