Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
S
scikit-surgerycore
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Milestones
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • WEISS
    • Software Repositories
  • SNAPPY
  • scikit-surgerycore
  • Issues
  • #14

Closed
Open
Opened Feb 08, 2019 by Matt Clarkson@MattClarkson
  • Report abuse
  • New issue
Report abuse New issue

Move Fiducial Registration Error computation

This must be fairly common, and fairly easy to do, just with numpy in some sensible way. It wouldn't have to be highly performant in the first instance, but it should be vectorisable with matrix ops.

  • FRE is basically RMS error between corresponding points, see in code here.
  • code in: scikit-surgerycore/sksurgerycore/algorithms/errors.py (for example)
  • test in: scikit-surgerycore/tests/algorithms/test_errors.py

This one is easier than pivot calibration, do this one first.

Edited Feb 08, 2019 by Matt Clarkson
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
Mar 8, 2019
Due date
Mar 8, 2019
0
Labels
None
Assign labels
  • View project labels
Reference: WEISS/SoftwareRepositories/SNAPPY/scikit-surgerycore#14