ejbosia / Fermat-Spirals

Creating fermat spirals to fill 2D images.
9 stars 4 forks source link

Use stl mesh as input instead of image #3

Open yvanblanchard opened 1 year ago

yvanblanchard commented 1 year ago

Hello Could you please adjust the code in order to select a triangle mesh (stl or obj file) as input, instead of image file ? Or at least briefly explain how to do it with existing code ?

NB: I guess the openCV dependency is used for image recognition ? (meaning that if it's possible to import a mesh instead of image, this lib would be useless ?)

Thank you!