Computer Assited Medical Intervention Tool Kit  version 4.1
Functions | Variables
applications/imp/main.cpp File Reference
#include "ImpMainWindow.h"
#include <Application.h>
#include <Log.h>
#include <Core.h>
#include <ExtensionManager.h>
#include "CommandLineOptions.hxx"

Functions

int main (int argc, char *argv[])
 
void usage (char *appName)
 

Variables

const char * description
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ usage()

void usage ( char *  appName)

References description, and camitk::Core::version.

Referenced by main().

Variable Documentation

◆ description

const char* description
Initial value:
= "Please visit http://camitk.imag.fr for more information.\n"
"(c) Univ. Grenoble Alpes, CNRS, TIMC-IMAG UMR 5525\n\n"
"camitk-imp is a medical image analysis and modeling software.\n"
"This is the flagship GUI application of a larger framework called CamiTK\n"
"(Computer Assisted Medical Interventions Tool Kit) designed to ease the\n"
"collaborative work of a research team.\n\n"
"The targeted users are in R&D departments or laboratories.\n"
"camitk-imp provides an easy and interactive access to all your data and\n"
"algorithm parameters.\n\n"
"camitk-imp can visualize medical images from a lot of different (standard)\n"
"formats, offers image processing and segmentation algorithms to reconstruct a\n"
"mesh geometry and run a biomechanical simulation.\n\n"
"For a tutorial on camitk-imp, please visit the website:\n"
"https://forge.imag.fr/plugins/mediawiki/wiki/camitk/index.php/Camitk-imp_tutorial\n\n"
"CamiTK is highly modular and make an extensive use of extensions (plugins).\n\n"
"CamiTK goals are to:\n"
"- Gather knowledge & know-how from several fields\n"
"- Avoid reinventing the wheel\n"
"- Accelerate the integration/validation of new algorithms\n"
"- Provide fast technological transfer between students (PhD and others), \n"
" research scientists, clinicians and industrial partners\n"
"- Rapidly provide a stable and usable prototype for clinicians\n"
"- Support for lectures and dissemination"

Referenced by usage().