Pablo Hernandez-Cerdan
Pablo Hernandez-Cerdan
Using CACHE variable: Slicer_ITK_EXTRA_CMAKE_ARGS:STRING This allows to build modules that might be needed for Modules, or custom apps. Example: -DSlicer_ITK_EXTRA_CMAKE_ARGS:STRING=-DModule_XXX:BOOL=ON;
Given a domain defined by lower and upper bound points and requested_number_of_splits implements two functions: - computeSplits returns the number of splits that the region can hold (lesser or equal...
``` src/DGtal/base/Common.h:48: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 48 | #pragma clang diagnostic push | src/DGtal/base/Common.h:49: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 49 | #pragma clang diagnostic ignored "-Wdeprecated-declarations" |...
`DGtal` is not relocatable (the install tree cannot be moved to other computer) when compiled with these dependencies. The installed DGtal target contains full paths to the `Foo_INCLUDE_DIRECTORY` and/or `Foo_LIBRARIES`,...
I think it would be refreshing to update logos and icons to something more in line with this decade style, FontAwesome web-style or similar. Bigger logos with less background empty...
``` Done Building Project "CTK-build\CTK-build\ALL_BUILD.vcxproj" (default targets). Build succeeded. "CTK-build\CTK-build\ALL_BUILD.vcxproj" (default target) (1) -> "CTK-build\CTK-build\Libs\ImageProcessing\ITK\Core\CTKImageProcessingITKCorePythonQt.vcxproj" (default target) (12) -> (Link target) -> 8>org_commontk_CTKImageProcessingITKCore_module_init.obj : warning LNK4197: export 'initCTKImageProcessingITKCorePythonQt' specified multiple...
Used only in two widgets: - [ctkDirectoryButton](https://github.com/commontk/CTK/blob/master/Libs/Widgets/ctkDirectoryButton.h#L34) - [ctkPathLineEdit](https://github.com/commontk/CTK/blob/master/Libs/Widgets/ctkPathLineEdit.h#L72) But I cannot find the place where that definition is managed in CMake. Otherwise, it can be turned ON automatically for...
Compiling after re-configure fails: ``` cd build; cmake . ; cmake --build .; ``` ```cpp cmake --build . 13:56:05 [2/5] Building C object Modules/ThirdParty/HDF5/src/itkhdf5/src/CMakeFiles/hdf5-static.dir/__/H5Tinit.c.o FAILED: Modules/ThirdParty/HDF5/src/itkhdf5/src/CMakeFiles/hdf5-static.dir/__/H5Tinit.c.o /usr/lib/colorgcc/bin/cc -D_GNU_SOURCE...
``` swig/python detected a memory leak of type 'std::unordered_map< unsigned char,itkLabelOverlapMeasuresImageFilterIUC3::LabelSetMeasures,std::hash< unsigned char >,std::equal_to< unsigned char > > *', no destructor found. ``` The struct LabelSetMeasures (internal to the filter)...
Is there a way to save/load options of the viewer? Example: I manually manipulate the histogram curve, and the color palette of a viewer instance for a particular image. Can...