Skip to content

Implement the virtual fitting optimization metric #148

@ltetrel

Description

@ltetrel

This issue follows #147, where only the minimal grid search approach is developed.

More specifically, we want to have a better definition for what a good position is:

  1. Ray trace between each element and the target
    a. Get the material properties along the ray (checking only for sinus/non sinus region is sufficient, but we can also use a fully segmented head)
    b. Determine if the element is blocked
  2. Calculate the number of blocked elements

Once the steering and number of blocked elements has been determined for each position, candidate positions whose steering is outside the valid steering range for the probe are excluded, and then the remaining points are filtered to those with the lowest decile of blocked elements. From those final candidates, the “optimized” position is then chosen as the one closest to the target.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions