Camera calibration
Hi Is there any example for camera calibration using opencv2.4.3. I have found that i can do the camera calibration of my device by saving a set of images to sdcard, then copy them to desktop and run C++ calibration sample:Take some pictures of the calibration template ,use the calibration c++ example: ./calibration -h 11 -w 4 -o camera.yml -pt acircles -oe image_list1.xml copy the .yml file to your phone and reuse the camera matrix and distortion coefficients. I wonder can i calibrate the camera of my device like that? Does the calibration depend on the camera intrinsic parameters? Really i need it as soon as possible. Thanks in advance.