3D test shapes repository
Version 1.0 (90,9 MB) von
Nicolas Douillet
Repository of 3D shapes used for training and tests in computer vision, mesh / point set processing and mesh generation.
This repository contains triangulated meshes in Stanford polygonal .ply and Matlab .mat format and point clouds / sets in .xyz format and .mat format.
To load Matlab data files, just run the command
load('my_data_file.mat');
in a Matlab console opened in the directory of your data file.
Three Matlab viewers functions are included :
- plot_mesh;
- plot_point_set;
- plot_point_set_and_mesh;
For Matlab .mat data files, variable names correspondances are the following :
- P : Point set / cloud;
- V : Vertex set;
- T : Triangulation;
- N : face Normals;
- C : vertex / point Colors
Please consider rating this contribution if you used it and it helped you. Thanks ;-)
Armadillo Cthulhu_skull
Gargoyle
Zitieren als
Nicolas Douillet (2025). 3D test shapes repository (https://github.com/NicolasDouillet/3D_test_shapes_repository/releases/tag/v1.0), GitHub. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2019b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0 |
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
