return calibrateCamera(*((vector<vector<Point3f> > *)ObjPoints),*((vector<vector<Point2f> >*)imagePoints),*((S........
123
vector<type> // a vector with data of certain type, e.g int vector<Point3f> // vector with specific type (point3f) vector<vector<Point3f>> //2D vector