15 #ifndef __IPSDKIMAGEFILE_IM6IMAGEFILEUTILS_H__ 16 #define __IPSDKIMAGEFILE_IM6IMAGEFILEUTILS_H__ 19 #include <IPSDKUtil/Tools/ProcessingResult.h> 27 class DistributedImage;
48 const bool bSharedFileAccess =
false);
54 const DistributedImage& refImage,
55 const bool bSharedFileAccess =
false);
64 #endif // __IPSDKIMAGEFILE_IM6IMAGEFILEUTILS_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKIMAGEFILE_API ImagePtr loadIm6ImageFile(const boost::filesystem::path &im6FilePath)
function allowing to load a im6 image file
#define IPSDKIMAGEFILE_API
Import/Export macro for library IPSDKImageFile.
Definition: IPSDKImageFileExports.h:27
boost::shared_ptr< BaseImage > ImagePtr
Definition: ImageTypes.h:139
Definition of import/export macro for library.
Predefined types for image geometry management.
boost::shared_ptr< DistributedImage > DistributedImagePtr
Definition: DistributedImageTypes.h:38
IPSDKIMAGEFILE_API DistributedImagePtr loadDistributedIm6ImageFile(const boost::filesystem::path &im6FilePath, const bool bSharedFileAccess=false)
function allowing to load a im6 image file into a distributed image
Predefined type for image management.