How generate a set of interest points on a surface from some points.

To give some more context, this is a point pattern that the Stryker/Mako surgical navigation system generates to guide the surgeon in surface point collection (page 33 in this online pdf):

This is just a convenience feature to guide surgeons who are not familiar with capabilities and limitations of point based registration. It is not necessary for the registration.

You can of course implement a similar feature. For example you can designate areas of interest on a template that you approximately register to the patient anatomy and then do random uniform sampling in those areas.

Note that convenience features like this are often covered by patents, so before investing significant amount of time into developing this you may want to have a look at Stryker’s patents. There is a lot of prior art and many variations in how to do this registration, so patents rarely have any practical relevance, but it is still useful to be aware.

1 Like