Currently vc3d could accept fiber predictions as a supplemental surface prediction, but this does not leverage any of the information gained from fibers.
Some things that might be used :
- verticals are always behind horizontals, this could be leveraged in a cost function to prevent a surface from crossing a vertical fiber
- horizontals and verticals could be used as regularizer/sanity checks for the optimization, to keep it on the same surface or identify next areas for growth
Original issue by @bruniss: ScrollPrize/volume-cartographer#41
Currently vc3d could accept fiber predictions as a supplemental surface prediction, but this does not leverage any of the information gained from fibers.
Some things that might be used :
Original issue by @bruniss: ScrollPrize/volume-cartographer#41