InputParams
Public Functions
Name | |
---|---|
InputParams() | |
int | readParams(char * infilename, int mode) |
Public Attributes
Public Functions Documentation
function InputParams
inline InputParams()
function readParams
inline int readParams(
char * infilename,
int mode
)
Public Attributes Documentation
variable number_of_particles
int number_of_particles;
variable do_procrustes
bool do_procrustes;
variable do_procrustes_scaling
bool do_procrustes_scaling;
variable pi
const float pi = std::acos(-1.0);
variable out_prefix
std::string out_prefix;
variable out_path
std::string out_path;
variable mean_prefix
std::string mean_prefix;
variable mean_path
std::string mean_path;
variable template_dense_mesh
std::string template_dense_mesh;
variable template_sparse_points
std::string template_sparse_points;
variable template_good_indices
std::string template_good_indices;
variable use_template_mesh
bool use_template_mesh;
variable qcFixWinding
bool qcFixWinding;
variable qcDoLaplacianSmoothingBeforeDecimation
bool qcDoLaplacianSmoothingBeforeDecimation;
variable qcDoLaplacianSmoothingAfterDecimation
bool qcDoLaplacianSmoothingAfterDecimation;
variable qcSmoothingLambda
float qcSmoothingLambda;
variable qcSmoothingIterations
int qcSmoothingIterations;
variable qcDecimationPercentage
float qcDecimationPercentage;
variable K
float K;
variable number_of_correspondences_in_warp
int number_of_correspondences_in_warp;
variable number_of_attributes
int number_of_attributes;
variable attributes_prefix
std::string attributes_prefix;
variable attribute_labels
std::vector< std::string > attribute_labels;
variable levelsetValue
float levelsetValue;
variable targetReduction
float targetReduction;
variable featureAngle
float featureAngle;
variable lsSmootherIterations
int lsSmootherIterations;
variable meshSmootherIterations
int meshSmootherIterations;
variable preserveTopology
bool preserveTopology;
variable display
bool display;
variable glyph_radius
float glyph_radius;
variable maximum_variance_captured
float maximum_variance_captured;
variable mode_index
int mode_index;
variable number_of_modes
int number_of_modes;
variable maximum_std_dev
float maximum_std_dev;
variable number_of_samples_per_mode
int number_of_samples_per_mode;
variable normalAngle
float normalAngle;
variable usePairwiseNormalsDifferencesForGoodBad
bool usePairwiseNormalsDifferencesForGoodBad;
variable use_tps_transform
bool use_tps_transform;
variable use_bspline_interpolation
bool use_bspline_interpolation;
variable localPointsFilenames
std::vector< std::string > localPointsFilenames;
variable worldPointsFilenames
std::vector< std::string > worldPointsFilenames;
variable distanceTransformFilenames
std::vector< std::string > distanceTransformFilenames;
variable attributeFilenames
std::vector< std::string > attributeFilenames;
Updated on 2022-03-31 at 09:51:19 -0600