Python script module

This module allows to use python directly inside plug im! Example of a module created directly from a python script without compilation. The python script is launched from a .bat file. It is necessary to have a python environment installed on the machine and to update the environment paths in the .bat file in the...

Visual basic image Visual Studio 2008 project

Example of Visal Basic plugin to process images. This is a Microsoft Visual Studio 2008 project that can be opened with more recent versions of VS.

Python image project

Example of python plugin to process image.

Matlab image project

Example of matlab plugin to process images. In Ex_module_matlab folder: *ex_module.m is the main. It reads the image, processes it and saves the result image. *ex_module.m calls a function present in lit_fic_par.m to read and retrieve the information (input/output files and possible parameters) from...

C++/CLI 3D volume Visual Studio 2008 project

Example of C++/CLI plugin to process 3D volume. This is a Microsoft Visual Studio 2008 project that can be opened with more recent versions of VS.

C++/CLI image Visual Studio 2008 project

Example of C++/CLI plugin to process images. This is a Microsoft Visual Studio 2008 project that can be opened with more recent versions of VS.