Tabnine Logo
ThinPlateR2LogRSplineKernelTransform.getNumDims
Code IndexAdd Tabnine to your IDE (free)

How to use
getNumDims
method
in
jitk.spline.ThinPlateR2LogRSplineKernelTransform

Best Java code snippets using jitk.spline.ThinPlateR2LogRSplineKernelTransform.getNumDims (Showing top 5 results out of 315)

origin: net.imglib2/imglib2-realtransform

@Override
public int numSourceDimensions()
{
  return tps.getNumDims();
}
origin: net.imglib2/imglib2-realtransform

@Override
public int numTargetDimensions()
{
  return tps.getNumDims();
}
origin: net.imglib2/imglib2-realtransform

public ThinplateSplineTransform( final ThinPlateR2LogRSplineKernelTransform tps )
{
  this.tps = tps;
  a = new double[ tps.getNumDims() ];
  b = new double[ a.length ];
  rpa = RealPoint.wrap( a );
  estimateXfm = new double[ tps.getNumDims() ];
}
origin: sc.fiji/trakem2-transform

final int ndims = tps.getNumDims();
final int nLm = tps.getNumLandmarks();
origin: net.imglib2/imglib2-realtransform

private void initializeInverse()
{
  int ndims = tps.getNumDims();
  dir = new DenseMatrix64F( ndims, 1 );
  errorV = new DenseMatrix64F( ndims, 1 );
  directionalDeriv = new DenseMatrix64F( ndims, 1 );
  descentDirectionMag = new DenseMatrix64F( 1, 1 );
}
jitk.splineThinPlateR2LogRSplineKernelTransformgetNumDims

Popular methods of ThinPlateR2LogRSplineKernelTransform

  • <init>
    Constructor with transformation parameters. aMatrix and bVector are allowed to be null
  • apply
    Transform a source vector pt into a target vector result. pt and result must NOT be the same vector.
  • jacobian
    Computes the jacobian of this tranformation around the point p. The result is stored in a new double
  • applyInPlace
    Transform pt in place.
  • buildDisplacements
  • closestTargetLandmarkAndDistance
    Returns the index of the target landmark closest to the input point as well as the distance to that
  • computeDeformationContribution
  • computeG
  • computeK
    Builds the K matrix from landmark points and G matrix.
  • computeL
  • computeP
  • computeReflexiveG
  • computeP,
  • computeReflexiveG,
  • computeW,
  • getAffine,
  • getKnotWeights,
  • getNumLandmarks,
  • getSourceLandmarks,
  • getTranslation,
  • initialGuessAtInverse

Popular in Java

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (ScheduledExecutorService)
  • startActivity (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Option (scala)
  • PhpStorm for WordPress
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now