Category: tools

 

Dowload Myrian® Studio

Go to the Download page and click the link.

 

Execute the installer

There is only one installer but it bundles two different packages: Myrian® Community and Myrian® SDK

 

Install Myrian® Community

This will install all the Myrian Community runtime in both debug and release and all the standard protocols.

 

Select a destination folder

Default destination is the standard Programs folder, but you can choose any other folder.

A link to Myrian® executable will be created on the desktop.

 

Install Myrian® C++ SDK and Clinical App Toolkit

This will install the all the documentation and all the C++ samples.
Note: The Clinical App samples are part of the runtime, they are installed with Myrian® Community.

 

Select a destination folder

Default destination is the Public Documents folder, but you can choose any other folder.

A link to that folder will be created on the desktop.

 

Installation Complete

You have now installed Myrian® Community, the C++ SDK and the Clinical App Toolkit.
You are ready to rumble.

 

Launch Myrian®

You should find the following icons on your desktop:
-one icon to launch Myrian®
-one icon to display the C++ SDK documentation
-one icon to display the Clinical App Toolkit documentation
-one icon to open the folder containing alld the C++ samples.

 

Import DICOM files

Click the Import button at the top of the screen or drop some DICOM files from the Windows Explorer into the local study list.

 

Select a folder containing DICOM files

Browse for DICOM files. Detected series will show in the list.

Select the ones you want to import and click the Import button.

 

Open series

Select a study or a series and click the Open Series button to select a protocol.

You can also use the Quick Protocols buttons at the bottom.

 

Select a protocol

If you clicked the Open Series button, you should now select a protocol.

For example, select the Samples family and click the Hello World button to open the selected DICOM series with this sample protocol.

 

Try out sample viewports

Once your DICOM series is loaded Inside the workspace, click on any viewport orientation menu (top left of the viewport) and select one of the sample viewports.

All those viewports are implemented in the C++ samples installed with the SDK.

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.

(more…)