@Namespace(value="cv") @Properties(inherit=opencv_shape.class) public class ThinPlateSplineShapeTransformer extends ShapeTransformer
occupied in the paper "Principal Warps: Thin-Plate Splines and Decomposition of Deformations", by F.L. Bookstein (PAMI 1989). :
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ThinPlateSplineShapeTransformer(Algorithm pointer)
Downcast constructor.
|
ThinPlateSplineShapeTransformer(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, asAlgorithm, asAlgorithm, estimateTransformation, estimateTransformation, estimateTransformation, warpImage, warpImage, warpImage, warpImage, warpImage, warpImageclear, empty, getDefaultName, getPointer, position, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ThinPlateSplineShapeTransformer(Pointer p)
Pointer(Pointer).public ThinPlateSplineShapeTransformer(Algorithm pointer)
public void setRegularizationParameter(double beta)
beta - value of the regularization parameter.public double getRegularizationParameter()
Copyright © 2025. All rights reserved.