garyptchoi / rectangular-conformal-map

Rectangular conformal map for simply-connected open surfaces
Apache License 2.0
13 stars 0 forks source link

about mat file #1

Closed Zhi-Tu closed 4 years ago

Zhi-Tu commented 4 years ago

how to get a .mat file? and how to get the corner.

garyptchoi commented 4 years ago

The .mat file consists of the vertex coordinates v and triangulations f of a mesh. You can import meshes from other sources to MATLAB to get v and f. The four corner indices can either be specified by the user (by picking four vertices on the boundary of the input mesh) or automatically determined by the program.