Search found 176 matches

by Olivier Coulon
Wed Apr 06, 2005 9:56 am
Forum: Anatomist
Topic: adding vertex to a AGraph
Replies: 11
Views: 10194

Hello Denis, Thanks for your answer. I want to build a module that allows me to pick sulci in a graph (in a 3D window) and add them in a new graph. Ultimately I want to merge all the buckets from the selected sulci, if they are connected, and re-mesh the result. The aim is to be able to merge a sulc...
by Olivier Coulon
Tue Apr 05, 2005 3:40 pm
Forum: Anatomist
Topic: adding vertex to a AGraph
Replies: 11
Views: 10194

Hello Denis, I am back on this post to ask you a few more questions. The wrapper you are talking about for objects like vertices is, I assume, AGraphObject. Am I right ? As far as I understand (not much, so far), I can get a AObject selected with the mouse, then cast it to a AGraphObject. If the cas...
by Olivier Coulon
Thu Mar 17, 2005 9:53 am
Forum: Anatomist
Topic: adding vertex to a AGraph
Replies: 11
Views: 10194

Salut Denis, There's no good reason for it not to be in the core (I guess Renaud just dared not add it in the core), but we can move it if you need. I will need to get the buckets from all the sulci selected to remesh them, so yes please, the AddNodeCommand command sounds like what I need. Olivier
by Olivier Coulon
Fri Mar 04, 2005 5:26 pm
Forum: Anatomist
Topic: adding vertex to a AGraph
Replies: 11
Views: 10194

adding vertex to a AGraph

Hello, I would like to add a vertex to an object AGraph *ag I thought I could use ag->attributed() but it does not have an addVertex() method. Maybe I have to cast it to a Graph type to apply the addVertex() method. Or can I use ag->Graph() directly ? In this case I am not sure the vertex will be re...
by Olivier Coulon
Wed Mar 02, 2005 11:51 am
Forum: Anatomist
Topic: Selecting sulci
Replies: 3
Views: 5660

Thanks Denis, The index attribute is unique in a graph, it is assigned upon creation (by the Vip library) to each node, but in different graphs, the same index has no common meaning. this is OK for me. I want to do all this at an individual level, not as a generic (i.e. subject independent) process....
by Olivier Coulon
Tue Mar 01, 2005 5:42 pm
Forum: Anatomist
Topic: Selecting sulci
Replies: 3
Views: 5660

Selecting sulci

Hi there, I would like to extract several bits of sulci from an individual graph. More precisely, I would like to select a few nodes in the graph, that fall under the same label. For instance, nodes having the label S.C._left. My problem is that I don't want ALL the nodes labelled S.C._left but just...
by Olivier Coulon
Thu Feb 17, 2005 3:52 pm
Forum: Anatomist
Topic: compilation from sources on Debian
Replies: 3
Views: 5181

I installed a new version of Python (2.4) and compilation of cartobase seems to be OK.
Thanks a lot Yann !

Olivier
by Olivier Coulon
Thu Feb 17, 2005 1:32 pm
Forum: Anatomist
Topic: compilation from sources on Debian
Replies: 3
Views: 5181

Thanks a lot Yann. I just got the install directory, I will have a look at that.

Olivier
by Olivier Coulon
Thu Feb 17, 2005 11:25 am
Forum: Anatomist
Topic: compilation from sources on Debian
Replies: 3
Views: 5181

compilation from sources on Debian

Hello everybody, we are still trying to compile the sources on a Debian distribution (without being root). We managed to install libsigc++ and libxml2 that were necessary. We then tried : build-config --buildMode release --build --verbose --version main cartobase Apparently all necessary libraries a...
by Olivier Coulon
Wed Feb 16, 2005 11:56 am
Forum: BrainVISA
Topic: BrainVISA installation (Debian, "Floating point excepti
Replies: 7
Views: 6660

Hello Yann, Denis is an example of very good specialist Indeed ! Actually we solved our problem, the file copy from my machine to gregory's missed some files, for some reason, and thoses files were apparently necessary for build-config to identify cartobase. Something like that :? Sorry everybody fo...
by Olivier Coulon
Wed Feb 16, 2005 10:02 am
Forum: BrainVISA
Topic: BrainVISA installation (Debian, "Floating point excepti
Replies: 7
Views: 6660

Hi Denis, we tried specifying the version as you said, with : build-config --buildMode release --build --version main cartobase and we get the same error message. There's no other version of the code in our source directory so I guess that means that build-config thinks there is no source code at al...
by Olivier Coulon
Tue Feb 15, 2005 11:16 am
Forum: BrainVISA
Topic: BrainVISA installation (Debian, "Floating point excepti
Replies: 7
Views: 6660

Hello Denis, I am taking over this conversation to give you more details about the compilation. Grégory and I have been trying to install anatomist on a Debian machine, because that's all we have here for students. And we don't have any root access so it's not gonna be easy . We just want to have an...
by Olivier Coulon
Tue Feb 08, 2005 9:32 am
Forum: Anatomist
Topic: siRelax
Replies: 16
Views: 14605

Thanks Denis. Trick: in Anatomist, there is a recognition module which performs the relaxation with a colored 3D display while it runs. The configuration panel for it shows a (quite) complete set of options and basic help on tooltips. To use it, load in Anatomist both a data graph and a model graph,...
by Olivier Coulon
Tue Feb 08, 2005 9:28 am
Forum: Anatomist
Topic: Annealing
Replies: 2
Views: 4164

Hi Denis, it's nice to have you back ! I sort of optimized the "one large clique" version but it still is far too slow to handle real data. So I will try now the "many small cliques" version. Their number should be way below n^2 since each node sees only a small number of other n...
by Olivier Coulon
Thu Feb 03, 2005 2:26 pm
Forum: Anatomist
Topic: Annealing
Replies: 2
Views: 4164

Annealing

Hello there, I'm adding one more question for when Denis comes back from holidays :wink: When building cliques for a labelling process I have sometimes two choices. Let's say I am building a clique for a "datadriven" potential function. The potential of the clique is the sum of the potenti...