Open3D (C++ API)
0.17.0
|
#include "open3d/t/geometry/kernel/UVUnwrapping.h"
#include <tbb/parallel_for.h>
#include <UVAtlas.h>
Namespaces | |
open3d | |
open3d::t | |
open3d::t::geometry | |
open3d::t::geometry::kernel | |
open3d::t::geometry::kernel::uvunwrapping | |
Functions | |
std::tuple< float, int, int > | open3d::t::geometry::kernel::uvunwrapping::ComputeUVAtlas (TriangleMesh &mesh, const size_t width, const size_t height, const float gutter, const float max_stretch, int parallel_partitions, int nthreads) |
std::vector<uint8_t> ib |
float max_stretch_out |
size_t num_charts_out |
std::vector<int64_t> original_face_idx |
std::vector<uint32_t> partition_result_adjacency |
std::vector<UVAtlasVertex> vb |