Thanks to visit codestin.com
Credit goes to github.com

Skip to content

noshita/ktch

Repository files navigation

ktch - A python package for model-based morphometrics

PyPI version Anaconda-Server Badge codecov

ktch is a Python package for model-based morphometrics, through scikit-learn compatible APIs.

Overview

ktch provides implementations of various morphometric analysis methods:

  • Landmark-based methods: Generalized Procrustes Analysis (GPA) for shape analysis
  • Surface-based methods: Elliptic Fourier Analysis (EFA) for 2D and 3D closed curves
  • File I/O: Support for standard morphometric file formats (TPS, CHC)
  • Datasets: Example datasets for testing and learning

All methods follow the scikit-learn APIs, making them easy to integrate into existing data analysis pipelines.

Installation

From PyPI

pip install ktch

From conda-forge

conda install -c conda-forge ktch

Development Installation

git clone https://github.com/noshita/ktch.git
cd ktch
pip install -e .

License

ktch is licensed under the Apache License, Version2.0

About

Model-based morphometrics in Python

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •