Written by yakumoklesk the 26 Jan 11 at 08:57.
Global category: Developer.
New
Gimias is a great framework, but it deals with many DLLs, and it is used by many developers, using diferent operating systems, and even compiler versions on the same operating system, different libraries versions, etc.
Actually, when a error is produced in a plug-in DLL, the normal behaviour is throwing a exception that is catched in gimias, thus crossing the DLL boundary. As the exception thrown is an object created in the DLL, it may use a heap allocated in a different processing space that gimias, also with a different malloc version, etc. Moreover, the exception object could be different version in gimias core that in DLL. This can cause some obscure problems very difficult to debug, so it is nice to avoid this kind of design.
Written by carlosmarcos the 20 Jan 11 at 10:11.
Global category: End-User.
New
While selecting a region, you must hold CTRL key and CLICK each triangle or area (if you are using "brush" selection) in order to select it. This is pretty uncomfortable if you must select or de-select a big area
Written by xplanes the 22 Oct 10 at 13:57.
Global category: End-User.
New
Sometimes it's not easy to remember what key needs to be pressed to perform an interaction like adding a landmark (Shift + left mouse click) or delete a region in manual segmentation (Ctrl + left click)
Written by carlosmarcos the 26 May 10 at 12:06.
Global category: Developer.
New
Maybe in the future we discover that some Gimias plugins are executed always with the same parameters and, maybe only one is going to be executed, for example, to test if the algorithm implemented within the processor is correct: this kind of test usually involves dozens of test cases applied with slightly different input data. Doing these with actual Gimias can be a very repetitive and arduous task