Description | : | Image Readers and Writers |
Author(s) | : | laurent.guigues@creatis.insa-lyon.fr |
Author(s) | : | |
Version | : | 1.0.0 |
bbtk Version | : | 0.9.3 |
Black Boxes :
Gimmick | Gimmick! (Gimme my medical images quick!) is a medical image reader widget. It handles DICOM,jpg,tif,png,bmp and mhd. Images read are stored in sqlite3 databases and thus retrieved very quick next time. Screenshot : |
demoGimmick | Demo of the Gimmick image reader |
Description | : | Gimmick! (Gimme my medical images quick!) is a medical image reader widget. It handles DICOM,jpg,tif,png,bmp and mhd. Images read are stored in sqlite3 databases and thus retrieved very quick next time. Screenshot : |
Author(s) | : | laurent.guigues@creatis.insa-lyon.fr |
Category(s) | : | atomic box image reader dicom |
To use it | : | include creaImageIO |
Inputs | ||
ImageMaxDimension | The maximal dimensionality of the image to be selected, e.g. 2 for a 2D image, 3 for a 3D image,... | <int> |
ImageMinDimension | The minimal dimensionality of the image to be selected, e.g. 2 for a 2D image, 3 for a 3D image,... | <int> |
ImageOutputDimension | The dimensionality of the output image, e.g. 2 for a 2D image, 3 for a 3D image,... | <int> |
Output | What to output ? 0(default)=image and filenames/1=only filenames | <int> |
Title | Title of the dialog | <std::string> |
BoxExecute | Any signal received by this input executes the box | <bbtk::Void> |
BoxProcessMode | Sets the processing mode of the box (Pipeline | Always | Reactive) | <std::string> |
Outputs | ||
Files | The selected files | <std::vector<std::string, std::allocator<std::string> >> |
Out | The first selected image | <vtkImageData*> |
Out2 | The selected images | <std::vector<vtkImageData*, std::allocator<vtkImageData*> >> |
BoxChange | Signals modifications of the box | <bbtk::Void> |
Description | : | Demo of the Gimmick image reader |
Author(s) | : | laurent.guigues at creatis.insa-lyon.fr |
Category(s) | : | complex box demo |
To use it | : | include /usr/local/bin/../share/bbtk/bbs/creaImageIO/appli/demoGimmick.bbs [source] |
Uses | : | wx::LayoutSplit vtk::ImagePlanes creaImageIO::Gimmick wxvtk::IsoSurfaceWidget wxvtk::Viewer3D |
Inputs | ||
Outputs |