Jump to content

Realistic Neuron Modeling


乐琢 Urdro

Recommended Posts

Before to get this, I have tried many ways, such as L-system method:

 

post-6524-0-37683500-1430380890_thumb.pn

 

Although it can illustrate some important morphology of a neuron, it still not realistic enough.
 
Then I find a website called neuroMorpho.org which contains thousands of neurons morphology data. You can download them for free.
 
These are swc files which contained laboratory data by using 3-D reconstruction method.   The format is very similar to .bgeo or .obj. 
In a swc file, each line represent a point with attributes, such as id, position, type, radius(pscale) and parent. The parent attribute is very important, it defines how these points are connected.
 
For more information about SWC file, see here:
 
Unfortunately, the SWC files have some mistakes, like z-jump problem. So first we try to fix this problem:
Link to comment
Share on other sites

Now we have a perfect SWC file. The file shows the "skeleton" of a neuron:

 

post-6524-0-20680300-1430380999_thumb.pn

 

It is still a "skeleton", it has no "skin"(membrane) and no soma.
 
So then we add membrane and soma to the skeleton. The way to add membrane is very simple, just use polywire SOP, and the soma is base on a sphere modeling. 
 
The really trick thing is the connection between soma and membrane, we called them bridges.
 
post-6524-0-36766900-1430381013_thumb.pn
 
 
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...