Feature extraction for 3D model
I have about 1Gb 3d models contained in .obj file and now I'd like to do some feature extraction: color, texture, shape etc. I wonder how can i do it with scikit-image? I can't find relative explanation in documents. Thanks a lot!
Hi, Zichao In what format is your obj file? The ones I've dealt with in the past didn't store color or texture! Stéfan On 28 February 2016 at 20:34, Zichao Li <rylanlzc@gmail.com> wrote:
I have about 1Gb 3d models contained in .obj file and now I'd like to do some feature extraction: color, texture, shape etc. I wonder how can i do it with scikit-image? I can't find relative explanation in documents. Thanks a lot!
-- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe@googlegroups.com. To post to this group, send email to scikit-image@googlegroups.com. To view this discussion on the web, visit https://groups.google.com/d/msgid/scikit-image/30db04dd-0c2e-45df-a69f-16eb4.... For more options, visit https://groups.google.com/d/optout.
Dear Stefanv, Here is one of my .obj files. Please take a look. Best, Zichao 在 2016年2月29日星期一 UTC+8下午12:34:52,Zichao Li写道:
I have about 1Gb 3d models contained in .obj file and now I'd like to do some feature extraction: color, texture, shape etc. I wonder how can i do it with scikit-image? I can't find relative explanation in documents. Thanks a lot!
Hi Zichao I took a look at your file and it seems to be... from Minecraft? I guess a good place to start would be: https://en.wikipedia.org/wiki/Wavefront_.obj_file and https://pypi.python.org/pypi/PyWavefront/0.1 Regards Stéfan On Mon, 29 Feb 2016 at 00:31 Zichao Li <rylanlzc@gmail.com> wrote:
Dear Stefanv,
Here is one of my .obj files. Please take a look.
Best, Zichao
在 2016年2月29日星期一 UTC+8下午12:34:52,Zichao Li写道:
I have about 1Gb 3d models contained in .obj file and now I'd like to do some feature extraction: color, texture, shape etc. I wonder how can i do it with scikit-image? I can't find relative explanation in documents. Thanks a lot!
-- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe@googlegroups.com. To post to this group, send email to scikit-image@googlegroups.com. To view this discussion on the web, visit https://groups.google.com/d/msgid/scikit-image/45772dd8-3a9e-40ae-934e-eb6a2... <https://groups.google.com/d/msgid/scikit-image/45772dd8-3a9e-40ae-934e-eb6a2021cf8d%40googlegroups.com?utm_medium=email&utm_source=footer> . For more options, visit https://groups.google.com/d/optout.
participants (2)
-
Stéfan van der Walt
-
Zichao Li