Skip to content

Add the ability for feature detection to anchor the feature point to a valid region #552

@freemansw1

Description

@freemansw1

Currently, if the feature is, e.g., donut-shaped (or arc-shaped), you can end up with a feature point that is outside of the thresholded region. This is often not ideal; we have to have a whole FAQ page on segmentation about this. It would be good to figure out a technique to pick the "least worst" position within the thresholded region.

Probably the best way to do that would be to have a list of candidate points (all points within the thresholded region) and then pick the closest to what we want. This should be an optional check.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAddition of new features, or improved functionality of existing features
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions