![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Utility function for RawImageFile management. More...
#include <IPSDKImageFile/IPSDKImageFileExports.h>#include <IPSDKUtil/Tools/ProcessingResult.h>#include <IPSDKImage/Geometry/ImageGeometryTypes.h>#include <IPSDKImage/Image/ImageTypes.h>#include <vector>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::image | |
| Namespace agregating IPSDK image management routines and classes. | |
| ipsdk::image::file | |
| Namespace agregating IPSDK image file (disk image) management routines and classes. | |
Functions | |
| IPSDKIMAGEFILE_API DistributedImagePtr | ipsdk::image::file::loadDistributedRawImageFile (const boost::filesystem::path &rawFilePath, const BaseImageGeometry &imageGeometry, const ipUInt64 dataStartOffset=0, const bool bSharedFileAccess=false) |
| function allowing to load a raw image file into a distributed image More... | |
| IPSDKIMAGEFILE_API DistributedImagePtr | ipsdk::image::file::loadDistributedRawImageFile (const boost::filesystem::path &rawFilePath, const DistributedImage &refImage, const eImageBufferType &imageBufferType, const ipUInt64 dataStartOffset=0, const bool bSharedFileAccess=false) |
| function allowing to load a raw image file into a distributed image with respect to an existing distributed image geometry More... | |
| IPSDKIMAGEFILE_API DiskImagePtr | ipsdk::image::file::openRawImageFile (const boost::filesystem::path &rawFilePath, const BaseImageGeometry &imageGeometry, const ipUInt64 dataStartOffset=0) |
| function allowing to open a raw file as a disk image More... | |
| IPSDKIMAGEFILE_API void | ipsdk::image::file::saveRawImageFile (const boost::filesystem::path &rawFilePath, const ImageConstPtr &pImage, const std::string &headerData=std::string()) |
| function allowing to save a raw image file More... | |
| IPSDKIMAGEFILE_API ImagePtr | ipsdk::image::file::loadRawImageFile (const boost::filesystem::path &rawFilePath, const BaseImageGeometry &imageGeometry, const ipUInt64 dataStartOffset=0) |
| function allowing to load a raw image file More... | |
| IPSDKIMAGEFILE_API void | ipsdk::image::file::loadRawImageFile (const boost::filesystem::path &rawFilePath, const BaseImageGeometry &imageGeometry, const ImagePtr &pOutImg, const ipUInt64 dataStartOffset=0) |
| function allowing to load a raw image file More... | |
Utility function for RawImageFile management.
1.8.14