Skip to main content
Ctrl+K
ktch 0.5.0 documentation - Home ktch 0.5.0 documentation - Home
  • User Guide
  • API Reference
  • Example notebooks
  • GitHub
  • User Guide
  • API Reference
  • Example notebooks
  • GitHub

Section Navigation

  • ktch.landmark
    • GeneralizedProcrustesAnalysis
    • centroid_size
    • tps_grid_2d_plot
  • ktch.outline
    • EllipticFourierAnalysis
    • spharm
  • ktch.io
    • read_tps
    • write_tps
  • ktch.datasets
    • load_landmark_mosquito_wings
    • load_outline_mosquito_wings
    • convert_coords_df_to_list
    • convert_coords_df_to_df_sklearn_transform
  • Plotting
  • API Reference
  • ktch.landmark

ktch.landmark#

landmark classes and utility functions

The ktch.landmark module implements landmark-based morphometrics.

Classes#

GeneralizedProcrustesAnalysis([tol, ...])

Generalized Procrustes Analysis (GPA)

Functions#

centroid_size(x)

Calculate the centroid size.

tps_grid_2d_plot(x_reference, x_target[, ...])

Plot the thin-plate spline 2D warped grid.

previous

API Reference

next

GeneralizedProcrustesAnalysis

On this page
  • Classes
  • Functions

This Page

  • Show Source

© Copyright 2020-2025, Koji Noshita.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.