#include <thin_plate_spline_common_inputs.h>
|
| | ThinPlateSplineCommonInputs (std::filesystem::path sourceLandmarksPath_, std::filesystem::path destinationLandmarksPath_, double sourceLandmarksPrescale_, double destinationLandmarksPrescale_, double blendingFactor_, double warpingPenalty_) |
| |
◆ ThinPlateSplineCommonInputs()
| opyn::ThinPlateSplineCommonInputs::ThinPlateSplineCommonInputs |
( |
std::filesystem::path |
sourceLandmarksPath_, |
|
|
std::filesystem::path |
destinationLandmarksPath_, |
|
|
double |
sourceLandmarksPrescale_, |
|
|
double |
destinationLandmarksPrescale_, |
|
|
double |
blendingFactor_, |
|
|
double |
warpingPenalty_ |
|
) |
| |
|
inlineexplicit |
◆ 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: