Volume Cartographer 2.27.0
Classes | Namespaces | Functions
PPMGenerator.hpp File Reference
#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"
Include dependency graph for PPMGenerator.hpp:
This graph shows which files directly or indirectly include this file:

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...