Ask Your Question
0

"Cutting open" a 3D .mrc file

asked 2017-07-10 03:35:49 -0600

anandvd gravatar image

updated 2017-07-10 03:41:39 -0600

berak gravatar image

C:\fakepath\microtubule.jpg

I have a 3D .mrc file of cilia microtubules which was generated using electron microscopy. It is a cylindrical image, and I am trying to "cut it open" along the central axis to flatten it (still a 3D image). I am attaching a sample image of how it might look. Please help!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-07-10 03:40:14 -0600

berak gravatar image

updated 2017-07-10 03:48:22 -0600

good luck with that . image format, opencv does not have any means to read it.

but the "flattening" can be achieved via logPolar() or linearPolar(), (you will need opencv3, 2.4 does not have it for python) like this:

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-07-10 03:35:49 -0600

Seen: 400 times

Last updated: Jul 10 '17