Francois Budin

Results 10 issues of Francois Budin

@jcfr This is the new branch I created to address your comments from #493

feature

If CTK_ENABLE_Widgets is not set to ON (default) and CTK_LIB_ImageProcessing/ITK/Core is set to ON, there will be a linking error a compile time. CTKWidgets is required to build CTK_LIB_ImageProcessing/ITK/Core.

Right now, to create HistomicsTK docs, one has to manually run the appropriate `make` command in the `docs` folder. A cleaner way would be to cmake-ify this part of the...

If a data container is selected in a filter that has some requirements specified with DataArraySelectionFilterParameter::RequirementType such a a pixel type (e.g. int8), and the container content is changed (e.g....

Currently, the package version number is fetched with [git describe](https://github.com/InsightSoftwareConsortium/ITKPythonPackage/blob/master/scripts/update_python_version.py#L41), but this means that it uses the last tag, which may not be the current tag for new major releases....

When running the install step of SlicerExecutionModel, only one file is installed: /lib/ModuleDescriptionParser/libModuleDescriptionParser.a It is therefore not possible to install SlicerExecutionModel and use it. It would be great to have...

When compiling a target that has specific C++ requirements, one can use the new CMake function [target_compile_features()](https://cmake.org/cmake/help/v3.6/command/target_compile_features.html) [1]. There is currently no way of passing these requirements to `SEMMacroBuildCLI`, and...

I am getting the following error message when trying to recompile ITK after having compiled ITKVtkGlue as a separate project: ``` /home/francois.budin/devel/itk/ITK/build/Wrapping/Modules/ITKVTK/itkVTKImageImportPython.cpp:4609:10: fatal error: vtkImageImport.h: No such file or directory...

`ViewImage` class can be called using its static function `View` if the user does not need to keep track of the `ViewImage` object. However, in some case, the user needs...

Only the required ITK modules (most likely only itk-common) should be listed in the Python requirements of ITKVtkGlue, so that people using the package do not have to install the...