Skip to content

Minor inconsistency in thresholding of pharynxes #43

Description

@ljschumacher

Creation of trajectories uses an adaptive otsu threshold
https://github.com/ver228/tierpsy-tracker/blob/master/tierpsy/analysis/traj_create/getBlobTrajectories.py#L126-L132

Pharynx skeletonisation uses a blur followed by a global otsu+binary threshold
https://github.com/ver228/tierpsy-tracker/blob/development/tierpsy/analysis/ske_pharynx/orient_pharynx.py#L29-L36

These may occasionally give inconsistent results, such as blobs without features, but with skeletons. Ideally these would be made consistent. The latter method likely has faster performance, and if results are satisfactory could be implemented for the former blob tracking.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions