Skip to main content

Package to locate landmarks from edge profiles

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

HeavyEdge-Landmarks

Supported Python Versions PyPI Version License CI CD Docs

title

Warning: This project is no longer maintained as a standalone package. Use heavyedge-features package instead.

Python package to locate landmarks from edge profiles.

Supports:

  • Pseudo-landmark sampling.
  • Mathematical landmark detection.
  • Converting configuration matrix to pre-shape.
  • Plateau fitting.

Usage

HeavyEdge-Landmarks provides functions to locate landmarks from multiple profiles.

A simple use case to locate 10 pseudo-landmarks:

from heavyedge import get_sample_path, ProfileData
from heavyedge_landmarks import pseudo_landmarks
with ProfileData(get_sample_path("Prep-Type2.h5")) as data:
    x = data.x()
    Ys, Ls, _ = data[:]
lm = pseudo_landmarks(x, Ys, Ls, 10)

Refer to the package documentation for more information.

Installation

$ pip install heavyedge-landmarks

Documentation

The manual can be found online:

https://heavyedge-landmarks.readthedocs.io

If you want to build the document yourself, get the source code and install with [doc] dependency. Then, go to doc directory and build the document:

$ pip install .[doc]
$ cd doc
$ make html

Document will be generated in build/html directory. Open index.html to see the central page.

Developing

Installation

For development features, you must install the package by pip install -e .[dev].

Testing

Run pytest command to perform unit test.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

heavyedge_landmarks-1.5.0.post0.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

heavyedge_landmarks-1.5.0.post0-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file heavyedge_landmarks-1.5.0.post0.tar.gz.

File metadata

File hashes

Hashes for heavyedge_landmarks-1.5.0.post0.tar.gz
Algorithm Hash digest
SHA256 c1610257db66db5ada789b2ff61af9c5d232392ecdb227c9246ddb20888a131b
MD5 17125eaf746ba230d4571657932e6045
BLAKE2b-256 35e47a1e510ae47df7910896fd009d8c66dbd768e24302f0aefa8e1d41b8a146

See more details on using hashes here.

File details

Details for the file heavyedge_landmarks-1.5.0.post0-py3-none-any.whl.

File metadata

File hashes

Hashes for heavyedge_landmarks-1.5.0.post0-py3-none-any.whl
Algorithm Hash digest
SHA256 3f821486457ea73fb4b5e7385fff0ac764b18da917b2b462e562130832e7b9c7
MD5 f6cc6bd7e95efd28784f8675a04febbe
BLAKE2b-256 4510f2b19fe07e5a8b74713df672eba602ee717bb400234a991f54797501c358

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page