@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(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, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ThinPlateSplineShapeTransformer(Pointer p)
Pointer.Pointer(Pointer).public void setRegularizationParameter(double beta)
beta - value of the regularization parameter.public double getRegularizationParameter()
Copyright © 2020. All rights reserved.