I'd like to hire an expert for short term job

Hi everyone I hope it’s ok to post this here. I am looking to hire someone to write something in Slicer that automates the following task for an NSF-funded research project: I have an image stack of multiple bones and I want to “shrinkwrap” each one and export to a separate surface .ply. The bones are not touching so I imagine it is simple for someone with the right expertise.

I used to do this with an Amira script (found here: shrinkwrapping/baculae_segment_surfaceGen.hx at master · evolgenomics/shrinkwrapping · GitHub) but I no longer have access to Amira and long term I need something that is open source.

I could pay ~$50 per hour. If you are interested please email matthew.dean@usc.edu
Thanks,
Matt

Well not to discourage you to hiring people but this is already very easy with existing tools, without programing. You can perhaps learn to script and think of it as an investment to the future:

Steps are:

  1. ImageStacks (SlicerMorph extension) to import the stack.
  2. Open volume in the Segment Editor and use threshold + Island tools to separate the individual bones into separate segments. This should be real simple, if the bones are not touching.
  3. Export the segments to models, and save them as PLY

2nd step may benefit from WrapSurfaceSolidy or margin dilation depending on the type of the bone.

Thanks. I’ll give it a shot. If you know of anyone who might want some extra cash (student?) let them know. It’s probably easy money for them and I don’t mind paying just to get it done.

Thanks again, much appreciated,

Matt

I’m already stuck :blush: ImageStacks not in the Extension Manager?

It is part of SLicerMorph extension.