|
Volume Cartographer 2.28.0
|
#include <cstddef>#include "vc/core/types/ITKMesh.hpp"#include "vc/core/types/Mixins.hpp"#include "vc/core/types/PerPixelMap.hpp"#include "vc/core/types/UVMap.hpp"Go to the source code of this file.
Classes | |
| class | volcart::texturing::PPMGenerator |
| Generates a PerPixelMap from an ITKMesh and a UVMap. More... | |
Namespaces | |
| namespace | volcart |
| Volume Cartographer library | |
| namespace | volcart::texturing |
| Texturing and parameterization algorithms and utilities library. | |
Functions | |
| auto | volcart::texturing::GenerateCellMap (const ITKMesh::Pointer &mesh, const UVMap::Pointer &uv, std::size_t height, std::size_t width) -> cv::Mat |
| Generate a cell map image. More... | |