Search found 6 matches

by lmarrakchi
Tue Feb 05, 2019 10:44 am
Forum: BrainVISA
Topic: running anatomist on ubuntu 18.04
Replies: 3
Views: 25028

Re: running anatomist on ubuntu 18.04

Thanks for your answer Denis.
I removed libstdc++ from the brainvisa distribution and it worked perfectly.

Thank you soooo much for your help!!!!
by lmarrakchi
Thu Dec 06, 2018 9:39 am
Forum: BrainVISA
Topic: running anatomist on ubuntu 18.04
Replies: 3
Views: 25028

running anatomist on ubuntu 18.04

Hello everybody, I am trying to run anatomist on Ubuntu 18.04 I tried brainvisa 4.4.0 and brainvisa 4.5.0 and brainvisa 4.6.0 I get a libGL error: libGL error: unable to load driver: i965_dri.so libGL error: driver pointer missing when i tried the version brainvisa 4.6.1 i got the error: version `ZL...
by lmarrakchi
Thu May 22, 2014 9:34 am
Forum: AIMS
Topic: Topology in pyaims
Replies: 0
Views: 37145

Topology in pyaims

Hi,

I use pyaims and I wanted to know if there are some tools in pyaims to test if a point is a simple point or to compute the number of connected components for a volume?

Thank you very much in advance
by lmarrakchi
Thu Apr 24, 2014 10:09 am
Forum: AIMS
Topic: using AimsMorphoDilation in iPython
Replies: 5
Views: 16491

Re: using AimsMorphoDilation in iPython

I am using the 4.3 that is why it did not work. Thank you very much for the information, I will use the 4.4.
by lmarrakchi
Tue Apr 22, 2014 5:08 pm
Forum: AIMS
Topic: using AimsMorphoDilation in iPython
Replies: 5
Views: 16491

Re: using AimsMorphoDilation in iPython

Thank you very much for your helpful answer Denis. I am sorry to disturb you again, I did not understand this line of code: vol = aims.Volume_S16( vol_border, aims.Volume_S16.Position4Di(1,1,1,0), aims.Volume_S16.Position4Di(10,10,10,1) ) I got this error: type object 'Volume_S16' has no attribute '...
by lmarrakchi
Mon Apr 14, 2014 1:53 pm
Forum: AIMS
Topic: using AimsMorphoDilation in iPython
Replies: 5
Views: 16491

using AimsMorphoDilation in iPython

Hello, I am trying to use AimsMorphoDilation in a python environment. Here is a simple example: from soma import aims, aimsalgo vol = aims.Volume_S16( 10,10,10 ) vol.setValue( 1, 5,5,5 ) dilated = aimsalgo.AimsMorphoDilation( vol, 1 ) I get this message of error: volbin.borderWidth()>0, file /neuros...