![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
#include <IPSDKCore/Config/LibraryInitializer.h>#include <IPSDKIPL/IPSDKIPLBasicMorphology/Processor/Boundary2dImg/Boundary2dImg.h>#include <IPSDKBaseProcessing/Logger/IPSDKBaseProcessingException.h>#include <IPSDKImage/Geometry/BaseImageGeometry.h>#include <IPSDKImage/Geometry/ImageGeometryInstances.h>#include <IPSDKImage/Geometry/ImageGeometryTypes.h>#include <IPSDKImageFile/Logger/IPSDKImageFileException.h>#include <IPSDKImageFile/Raw/RawImageFileUtils.h>#include <IPSDKUtil/Tools/LibraryPath.h>#include <Sample/Sample_Boundary2d/Logger/Sample_Boundary2dLog.h>#include <boost/filesystem/path.hpp>#include <boost/filesystem/convenience.hpp>#include <boost/program_options/cmdline.hpp>#include <boost/program_options/options_description.hpp>#include <boost/program_options/parsers.hpp>#include <boost/program_options/variables_map.hpp>#include <log4cplus/consoleappender.h>#include <iostream>Functions | |
| bool | readCmdArguments (int argc, char *argv[], boost::filesystem::path &inImgFilePath, boost::filesystem::path &outImgFilePath, ipUInt32 &imgXSz, ipUInt32 &imgYSz) |
| read and interpret command line arguments, and, when appropriate initialize input and output images files paths and image dimensions from them More... | |
| int | main (int argc, char *argv[]) |
| Main entry point. More... | |
| bool readCmdArguments | ( | int | argc, |
| char * | argv[], | ||
| boost::filesystem::path & | inImgFilePath, | ||
| boost::filesystem::path & | outImgFilePath, | ||
| ipUInt32 & | imgXSz, | ||
| ipUInt32 & | imgYSz | ||
| ) |
read and interpret command line arguments, and, when appropriate initialize input and output images files paths and image dimensions from them
[DocSampleCleanIPSDK]
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main entry point.
[DocSampleOutputLogsToConsole]
[DocSampleOutputLogsToConsole]
[DocSampleInitIPSDK]
[DocSampleInitIPSDK]
[DocSampleDeclarePaths]
[DocSampleDeclarePaths]
[DocSampleDeclareImgDims]
[DocSampleDeclareImgDims]
[DocSampleReadCmdArguments]
[DocSampleReadCmdArguments]
[DocSampleLoadImage]
[DocSampleLoadImage]
[DocSampleApplyOp]
[DocSampleApplyOp]
[DocSampleSaveImage]
[DocSampleSaveImage]
[DocSampleCleanIPSDK]
1.8.14