|
| template<typename ImageType > |
| static BoolResult | extractPlan (const ipUInt64 zPlanIdx, const ipUInt64 cPlanIdx, const ipUInt64 tPlanIdx, ImageType &inputImage, boost::shared_ptr< ImageType > &pSubImage) |
| | extraction of a sub image composed of a single plan from an other image More...
|
| |
| template<typename ImageType > |
| static BoolResult | extractVolume (const ipUInt64 cPlanIdx, const ipUInt64 tPlanIdx, ImageType &inputImage, boost::shared_ptr< ImageType > &pSubImage) |
| | extraction of a sub image composed of a 3d volume from an other image More...
|
| |
| template<typename ImageType > |
| static BoolResult | extractColor (const ipUInt64 zPlanIdx, const ipUInt64 tPlanIdx, ImageType &inputImage, boost::shared_ptr< ImageType > &pSubImage) |
| | extraction of a sub image composed of color plans from an other image More...
|
| |
| template<typename ImageType > |
| static BoolResult | extractTemporal (const ipUInt64 zPlanIdx, const ipUInt64 cPlanIdx, ImageType &inputImage, boost::shared_ptr< ImageType > &pSubImage) |
| | extraction of a sub image composed of sequence plans from an other image More...
|
| |
| template<typename ImageType > |
| static BoolResult | extractColorVolume (const ipUInt64 tPlanIdx, ImageType &inputImage, boost::shared_ptr< ImageType > &pSubImage) |
| | extraction of a sub image composed of a color 3d volume from an other image More...
|
| |
| template<typename ImageType > |
| static BoolResult | extractTemporalVolume (const ipUInt64 cPlanIdx, ImageType &inputImage, boost::shared_ptr< ImageType > &pSubImage) |
| | extraction of a sub image composed of a sequence 3d volume from an other image More...
|
| |
| template<typename ImageType > |
| static BoolResult | extractTemporalColor (const ipUInt64 zPlanIdx, ImageType &inputImage, boost::shared_ptr< ImageType > &pSubImage) |
| | extraction of a sub image composed of sequence color plans from an other image More...
|
| |
| template<typename ImageType > |
| static BoolResult | extractSubSequence (const ipUInt64 temporalStartOffset, const ipUInt64 temporalSize, ImageType &inputImage, boost::shared_ptr< ImageType > &pSubImage) |
| | extraction of a sub image composed of a sub sequence from an other image More...
|
| |
| template<typename ImageType > |
| static BoolResult | extractSubVolume (const ipUInt64 volStartOffset, const ipUInt64 volSize, ImageType &inputImage, boost::shared_ptr< ImageType > &pSubImage) |
| | extraction of a sub image composed of a sub volume from an other image More...
|
| |
| template<typename ImageType > |
| static BoolResult | extractCudaSubImage (const ipUInt64 deviceIdx, ImageType &inputImage, boost::shared_ptr< ImageType > &pSubImage) |
| | extraction of a sub image composed located on Cuda devices / A Cuda image can be splitted and dispatched on several devices / This function returns the buffer of a specific device / More...
|
| |
| template<typename ImageType > |
| static boost::shared_ptr< BaseImageGeometry > | getGeometryResultingFromSeqConcatenation (const std::vector< boost::shared_ptr< ImageType > > &vImages) |
| | return the geometry resulting from the concatenation of 2 image sequences More...
|
| |
| static BoolResult | concatenateDiskSequences (const std::vector< boost::shared_ptr< BaseImage > > &inputImages, boost::shared_ptr< DiskImage > &pSubImage) |
| | generation of a sub image composed of the concatenation of 2 or more sequence disk images More...
|
| |
| template<typename ImageType > |
| static BoolResult | concatenateSequences (const std::vector< boost::shared_ptr< ImageType > > &inputImages, boost::shared_ptr< ImageType > &pSubImage) |
| | generation of a sub image composed of the concatenation of 2 or more sequence images More...
|
| |
| template<typename ImageType > |
| static boost::shared_ptr< BaseImageGeometry > | getGeometryResultingFromVolConcatenation (const std::vector< boost::shared_ptr< ImageType > > &inputImages) |
| | return the geometry resulting from the volume concatenation of 2 3d images More...
|
| |
| static BoolResult | concatenateDiskVolumes (const std::vector< boost::shared_ptr< BaseImage > > &inputImages, boost::shared_ptr< DiskImage > &pSubImage) |
| | generation of a sub image composed of the volume concatenation of 2 or more 3d disk images More...
|
| |
| template<typename ImageType > |
| static BoolResult | concatenateVolumes (const std::vector< boost::shared_ptr< ImageType > > &inputImages, boost::shared_ptr< ImageType > &pSubImage) |
| | generation of a sub image composed of the volume concatenation of 2 or more 3d images More...
|
| |
| template<typename ImageType > |
| static BoolResult | reInterpretImageData (ImageType &originalImage, const BaseImageGeometry &targetGeometry, boost::shared_ptr< ImageType > &pSubImage) |
| | reinterpretation of data of an image for a different image geometry More...
|
| |