libigl v2.5.0
Loading...
Searching...
No Matches
miq.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "miq.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::copyleft
 
namespace  igl::copyleft::comiso
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedU >
void igl::copyleft::comiso::miq (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedV > &PD1, const Eigen::PlainObjectBase< DerivedV > &PD2, Eigen::PlainObjectBase< DerivedU > &UV, Eigen::PlainObjectBase< DerivedF > &FUV, double gradientSize=30.0, double stiffness=5.0, bool directRound=false, unsigned int iter=5, unsigned int localIter=5, bool doRound=true, bool singularityRound=true, const std::vector< int > &roundVertices=std::vector< int >(), const std::vector< std::vector< int > > &hardFeatures=std::vector< std::vector< int > >())
 Global seamless parametrization aligned with a given per-face Jacobian (PD1, PD2).
 
template<typename DerivedV , typename DerivedF , typename DerivedU >
void igl::copyleft::comiso::miq (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedV > &PD1_combed, const Eigen::PlainObjectBase< DerivedV > &PD2_combed, const Eigen::Matrix< int, Eigen::Dynamic, 3 > &mismatch, const Eigen::Matrix< int, Eigen::Dynamic, 1 > &singular, const Eigen::Matrix< int, Eigen::Dynamic, 3 > &seams, Eigen::PlainObjectBase< DerivedU > &UV, Eigen::PlainObjectBase< DerivedF > &FUV, double gradientSize=30.0, double stiffness=5.0, bool directRound=false, unsigned int iter=5, unsigned int localIter=5, bool doRound=true, bool singularityRound=true, const std::vector< int > &roundVertices=std::vector< int >(), const std::vector< std::vector< int > > &hardFeatures=std::vector< std::vector< int > >())
 miq Helper function that allows to directly provided pre-combed bisectors for an already cut mesh