opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
opyn::ThinPlateSplineCommonInputs Struct Referencefinal

#include <thin_plate_spline_common_inputs.h>

Public Member Functions

 ThinPlateSplineCommonInputs (std::filesystem::path sourceLandmarksPath_, std::filesystem::path destinationLandmarksPath_, double sourceLandmarksPrescale_, double destinationLandmarksPrescale_, double blendingFactor_, double warpingPenalty_)
 

Public Attributes

std::filesystem::path sourceLandmarksPath
 
std::filesystem::path destinationLandmarksPath
 
double sourceLandmarksPrescale
 
double destinationLandmarksPrescale
 
bool applyAffineTranslation = true
 
bool applyAffineScale = true
 
bool applyAffineRotation = true
 
bool applyNonAffineWarp = true
 
double blendingFactor = 1.0
 
double warpingPenalty = 0.0
 

Constructor & Destructor Documentation

◆ ThinPlateSplineCommonInputs()

opyn::ThinPlateSplineCommonInputs::ThinPlateSplineCommonInputs ( std::filesystem::path  sourceLandmarksPath_,
std::filesystem::path  destinationLandmarksPath_,
double  sourceLandmarksPrescale_,
double  destinationLandmarksPrescale_,
double  blendingFactor_,
double  warpingPenalty_ 
)
inlineexplicit

Member Data Documentation

◆ applyAffineRotation

bool opyn::ThinPlateSplineCommonInputs::applyAffineRotation = true

◆ applyAffineScale

bool opyn::ThinPlateSplineCommonInputs::applyAffineScale = true

◆ applyAffineTranslation

bool opyn::ThinPlateSplineCommonInputs::applyAffineTranslation = true

◆ applyNonAffineWarp

bool opyn::ThinPlateSplineCommonInputs::applyNonAffineWarp = true

◆ blendingFactor

double opyn::ThinPlateSplineCommonInputs::blendingFactor = 1.0

◆ destinationLandmarksPath

std::filesystem::path opyn::ThinPlateSplineCommonInputs::destinationLandmarksPath

◆ destinationLandmarksPrescale

double opyn::ThinPlateSplineCommonInputs::destinationLandmarksPrescale

◆ sourceLandmarksPath

std::filesystem::path opyn::ThinPlateSplineCommonInputs::sourceLandmarksPath

◆ sourceLandmarksPrescale

double opyn::ThinPlateSplineCommonInputs::sourceLandmarksPrescale

◆ warpingPenalty

double opyn::ThinPlateSplineCommonInputs::warpingPenalty = 0.0

The documentation for this struct was generated from the following file: