Abstract. Point cloud is the most fundamental representation of 3D geometric objects. Analyzing and processing point cloud surfaces is important in computer graphics and computer vision. However, most of the existing algorithms for surface analysis require connectivity information. Therefore, it is desirable to develop a mesh structure on point clouds. This task can be simplified with the aid of a parameterization. In particular, conformal parameterizations are advantageous in preserving the geometric information of the point cloud data. In this paper, we extend a state-of-the-art spherical conformal parameterization algorithm for genus-0 closed meshes to the case of point clouds, using an improved approximation of the Laplace-Beltrami operator on data points. Then, we propose an iterative scheme called the North-South reiteration for achieving a spherical conformal parameterization. A balancing scheme is introduced to enhance the distribution of the spherical parameterization. High quality triangulations and quadrangulations can then be built on the point clouds with the aid of the parameterizations. Also, the meshes generated are guaranteed to be genus-0 closed meshes. Moreover, using our proposed spherical conformal parameterization, multilevel representations of point clouds can be easily constructed. Experimental results demonstrate the effectiveness of our proposed framework.Key words. Mesh generation, Triangulation, Quadrangulation, Spherical conformal parameterization, Surface reconstruction, Point cloud, Multilevel representation 1. Introduction. Contemporary scanning technologies enable efficient acquisitions of 3D objects. Using modern 3D scanners, data points are sampled from the surfaces of 3D objects for further analyses and usages. Point clouds are widely applied in computer graphics, vision and many other engineering fields. However, the data points acquired by laser scanners are often complex and unorganized. Moreover, the absence of the connectivity information in point cloud data poses difficulties in understanding the underlying geometry of the 3D objects. This largely hinders the applications of the data. For instance, many applications in 3D printing [38,27] and texture mapping [39,24] are built upon mesh structures. With the rapid development of the computer industry, finding a high quality meshing framework for point cloud data is increasingly important.One possible approach for mesh generation on point clouds is to parameterize a point cloud to a simpler domain with the corresponding genus, such as the unit sphere for genus-0 point clouds. Then, a triangulation or a quadrangulation can be created on the parameter domain instead of the original complicated point cloud. Finally, a mesh structure on the point cloud can be defined with respect to the structure on the parameter domain. The major difficulty of computing parameterizations of point-set surfaces is the extremely limited information they can provide. Most of the existing surface parameterization methods are developed on meshes onl...