Category: tools
The screen organizer takes care of the position, size and visibility of all frames on the screen (frames can be Myrian® build-in windows as well as user-defined windows). This new mecanism offers many possibilities, from minor reorganization of the default layouts to complete relooking of the user interface.
Write your Segmentation or volume processing function with Matlab®*, compile them and copy the generated dll inside the myrian addon folder and you will get a new operator available in Myrian® without any C++ coding required ! (more…)
To help you create new add-ons we now include with the sdk (starting from 1.20 version) a project wizard for Microsoft Visual Studio. This wizard will let you choose which addon(s) you want to implement in your project and automatically generate the main class and fill the required interfaces to declare your addon. All you have to do then is to fill the processing methods with your own algorithms.