printf("Command-line parameter error: either both intrinsic and extrinsic parameters must be specified, or none of them (when the stereo pair is already rectified)\n");
return-1;
}
if(extrinsic_filename==0&&point_cloud_filename)
{
printf("Command-line parameter error: extrinsic and intrinsic parameters must be specified to compute the point cloud\n");