@Namespace(value="cv") public static class opencv_shape.ThinPlateSplineShapeTransformer extends opencv_shape.ShapeTransformer
occupied in the paper "Principal Warps: Thin-Plate Splines and Decomposition of Deformations", by F.L. Bookstein (PAMI 1989). :
| Constructor and Description |
|---|
ThinPlateSplineShapeTransformer(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getRegularizationParameter() |
void |
setRegularizationParameter(double beta)
\brief Set the regularization parameter for relaxing the exact interpolation requirements of the TPS
algorithm.
|
applyTransformation, applyTransformation, applyTransformation, applyTransformation, applyTransformation, applyTransformation, estimateTransformation, estimateTransformation, estimateTransformation, warpImage, warpImage, warpImage, warpImage, warpImage, warpImageclear, empty, getDefaultName, position, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ThinPlateSplineShapeTransformer(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void setRegularizationParameter(double beta)
beta - value of the regularization parameter.public double getRegularizationParameter()
Copyright © 2018. All rights reserved.