IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Enumerations | Functions
ipsdk::sample Namespace Reference

Namespace aggregating applications demonstrating the use of IPSDK libraries. More...

Classes

class  Sample_BenchmarkException
 Exception class for executable Sample_Benchmark. More...
 
class  Sample_Boundary2dException
 Exception class for executable Sample_Boundary2d. More...
 
class  Sample_DiskImageException
 Exception class for executable Sample_DiskImage. More...
 
class  Sample_GradientNormException
 Exception class for executable Sample_GradientNorm. More...
 
class  Sample_HistogramEqualizationException
 Exception class for executable Sample_HistogramEqualization. More...
 
class  Sample_KMeansException
 Exception class for executable Sample_KMeans. More...
 
class  Sample_LightnessException
 Exception class for executable Sample_Lightness. More...
 
class  Sample_MaskException
 Exception class for executable Sample_Mask. More...
 
class  Sample_MeanSmoothing3dException
 Exception class for executable Sample_MeanSmoothing3d. More...
 
class  Sample_OtsuException
 Exception class for executable Sample_Otsu. More...
 
class  Sample_Quantification2dException
 
class  Sample_Quantification3dException
 Exception class for executable Sample_Quantification3d. More...
 
class  Sample_ShapeAnalysis2dException
 Exception class for executable Sample_ShapeAnalysis2d. More...
 
class  Sample_ShapeAnalysis3dException
 Exception class for executable Sample_ShapeAnalysis3d. More...
 
class  Sample_ShapeFiltering2dImgException
 Exception class for executable Sample_ShapeFiltering2dImg. More...
 
class  Sample_ShapeMatching2dException
 Exception class for executable Sample_ShapeMatching2d. More...
 
class  Sample_Variance2dException
 Exception class for executable Sample_Variance2d. More...
 

Enumerations

enum  eSample_BenchmarkMessage {
  eErrorReadingCmdLine, eErrorInputImgTiffFileNotFound, eErrorCouldNotCreateOutputDir, eIPSDKLibInitWarn,
  eIPSDKLibInitFailed, eLoadingInputImgFromTiffFile, eErrorLoadingInputImgFromTiffFile, eBenchmark,
  eBenchmarkDuration, eErrorBenchmark, eSavingOutputImgToTiffFile, eErrorSavingImgTiffFile,
  eSuccessfullyDone
}
 Enumerate describing messages. More...
 
enum  eSample_Boundary2dMessage {
  eErrorReadingCmdLine, eErrorImgXSzNotSpecified, eErrorImgYSzNotSpecified, eErrorInputImgRawFileNotFound,
  eErrorCouldNotCreateOutputDir, eIPSDKLibInitWarn, eIPSDKLibInitFailed, eLoadingInputImgFromRawFile,
  eErrorLoadingInputImgFromRawFile, eComputingBoundary, eErrorComputingBoundary, eSavingOutputImgToRawFile,
  eErrorSavingImgRawFile, eSuccessfullyDone
}
 Enumerate describing messages. More...
 
enum  eSample_DiskImageMessage {
  eIPSDKLibInitWarn, eIPSDKLibInitFailed, eOpeningInputImgFromTiffFile, eErrorOpeningInputImgFromTiffFile,
  eComputing, eErrorComputing, eSavingOutputImgToTiffFile, eErrorSavingImgTiffFile,
  eErrorInputImgTiffFileNotFound, eErrorWritingPixel, eErrorLoadingPlan, eErrorReadingCmdLine,
  eSuccessfullyDone
}
 Enumerate describing messages. More...
 
enum  eSample_GradientNormMessage {
  eErrorReadingCmdLine, eErrorCouldNotCreateOutputDir, eErrorInputImgTiffFileNotFound, eIPSDKLibInitWarn,
  eIPSDKLibInitFailed, eLoadingInputImgFromTiffFile, eErrorLoadingInputImgFromTiffFile, eComputingGradient,
  eErrorComputingGradient, eSavingOutputImgToTiffFile, eErrorSavingImgTiffFile, eSuccessfullyDone
}
 Enumerate describing messages. More...
 
enum  eSample_HistogramEqualizationMessage {
  eErrorReadingCmdLine, eErrorCouldNotCreateOutputDir, eErrorInputImgTiffFileNotFound, eIPSDKLibInitWarn,
  eIPSDKLibInitFailed, eLoadingInputImgFromTiffFile, eErrorLoadingInputImgFromTiffFile, eEqualizing,
  eErrorEqualizing, eSavingOutputImgToTiffFile, eErrorSavingImgTiffFile, eSuccessfullyDone
}
 Enumerate describing messages. More...
 
enum  eSample_KMeansMessage {
  eErrorCouldNotCreateOutputDir, eErrorInputImgTiffFileNotFound, eIPSDKLibInitWarn, eIPSDKLibInitFailed,
  eLoadingInputImgFromTiffFile, eErrorLoadingInputImgFromTiffFile, eUnnoisingInputImage, eErrorUnnoisingImg,
  eComputingLawTextureImg, eErrorComputingLawTextureImg, eConcatenatingInputImages, eErrorAppendingSeqImg,
  eStandardizingInputSeqImg, eErrorStandardizingImg, eComputingKMeans, eErrorComputingKMeans,
  eSavingOutputImgToTiffFile, eErrorSavingImgTiffFile, eSuccessfullyDone
}
 Enumerate describing messages. More...
 
enum  eSample_LightnessMessage {
  eErrorReadingCmdLine, eErrorCouldNotCreateOutputDir, eErrorInputImgTiffFileNotFound, eIPSDKLibInitWarn,
  eIPSDKLibInitFailed, eLoadingInputImgFromTiffFile, eErrorLoadingInputImgFromTiffFile, eComputingLightness,
  eErrorComputingLightness, eSavingOutputImgToTiffFile, eErrorSavingImgTiffFile, eSuccessfullyDone
}
 Enumerate describing messages. More...
 
enum  eSample_MaskMessage {
  eErrorReadingCmdLine, eErrorCouldNotCreateOutputDir, eErrorInputImgTiffFileNotFound, eErrorMaskImgTiffFileNotFound,
  eIPSDKLibInitWarn, eIPSDKLibInitFailed, eLoadingInputImgFromTiffFile, eLoadingMaskImgFromTiffFile,
  eErrorLoadingInputImgFromTiffFile, eErrorLoadingMaskImgFromTiffFile, eApplyingMask, eErrorApplyingMask,
  eSavingOutputImgToTiffFile, eErrorSavingImgTiffFile, eSuccessfullyDone
}
 Enumerate describing messages. More...
 
enum  eSample_MeanSmoothing3dMessage {
  eErrorReadingCmdLine, eErrorInputImgTiffFileNotFound, eErrorCouldNotCreateOutputDir, eIPSDKLibInitWarn,
  eIPSDKLibInitFailed, eLoadingInputImgFromTiffFile, eErrorLoadingInputImgFromTiffFile, eMeanSmoothing,
  eErrorMeanSmoothing, eSavingOutputImgToTiffFile, eErrorSavingImgTiffFile, eSuccessfullyDone
}
 Enumerate describing messages. More...
 
enum  eSample_OtsuMessage {
  eErrorReadingCmdLine, eErrorInputImgTiffFileNotFound, eErrorCouldNotCreateOutputDir, eIPSDKLibInitWarn,
  eIPSDKLibInitFailed, eLoadingInputImgFromTiffFile, eErrorLoadingInputImgFromTiffFile, eComputingOtsu,
  eErrorComputingOtsu, eSavingOutputImgToTiffFile, eErrorSavingImgTiffFile, eSuccessfullyDone
}
 Enumerate describing messages. More...
 
enum  eSample_Quantification2dMessage {
  eErrorReadingCmdLine, eErrorInputImgTiffFileNotFound, eIPSDKLibInitWarn, eIPSDKLibInitFailed,
  eLoadingInputImgFromTiffFile, eErrorLoadingInputImgFromTiffFile, eSavingOutputResultToCSVFile, eErrorSavingResultToCSVFile,
  eComputingBinarization, eComputingBinSep, eComputingConnComp, eComputingContourExtraction,
  eComputingFilter, eComputingMeasures, eDefiningMeasures, eDisplayFirstLabelArea,
  eErrorComputingFilter, eSavingReport, eSuccessfullyDone
}
 Enumerate describing messages. More...
 
enum  eSample_Quantification3dMessage {
  eErrorReadingCmdLine, eErrorInputImgTiffFileNotFound, eIPSDKLibInitWarn, eIPSDKLibInitFailed,
  eLoadingInputImgFromTiffFile, eErrorLoadingInputImgFromTiffFile, eSavingOutputResultToCSVFile, eErrorSavingResultToCSVFile,
  eComputingBinarization, eComputingBinSep, eComputingConnComp, eComputingContourExtraction,
  eComputingFilter, eComputingMeasures, eDefiningMeasures, eDisplayFirstLabelArea,
  eErrorComputingFilter, eSavingReport, eSuccessfullyDone
}
 Enumerate describing messages. More...
 
enum  eSample_ShapeAnalysis2dMessage {
  eErrorReadingCmdLine, eErrorSavingXmlResultsFile, eFailedToSaveXmlResultsFile, eIPSDKLibInitFailed,
  eIPSDKLibInitWarn, eLoadingInputBinImgFromTiffFile, eLoadingInputGreyImgFromTiffFile, eSavingOutputXmlResultsFile
}
 Enumerate describing messages. More...
 
enum  eSample_ShapeAnalysis3dMessage {
  eErrorReadingCmdLine, eErrorSavingCsvResultsFile, eFailedToSaveCsvResultsFile, eIPSDKLibInitFailed,
  eIPSDKLibInitWarn, eLoadingInputBinImgFromTiffFile, eLoadingInputGreyImgFromTiffFile, eSavingOutputCsvResultsFile,
  eBenchmarkDuration
}
 Enumerate describing messages. More...
 
enum  eSample_ShapeFiltering2dImgMessage {
  eErrorProcessingFiltering, eErrorReadingCmdLine, eErrorSavingImgTiffFile, eIPSDKLibInitFailed,
  eIPSDKLibInitWarn, eLoadingInputBinLabImgFromTiffFile, eLoadingInputGreyImgFromTiffFile, eSavingOutputImgToTiffFile
}
 Enumerate describing messages. More...
 
enum  eSample_ShapeMatching2dMessage {
  eErrorBlurringImages, eErrorExtractingShapes, eErrorInputImgTiffFileNotFound, eErrorLoadingInputImgFromTiffFile,
  eErrorLoadingTemplateImgFromTiffFile, eErrorReadingCmdLine, eErrorSavingImgTiffFile, eFailedToSaveCsvResultsFile,
  eBlurringImages, eComputingShapeMatching, eExtractingShapes, eLoadingInputImgFromTiffFile,
  eLoadingTemplateImgFromTiffFiles, eIPSDKLibInitWarn, eIPSDKLibInitFailed, eSavingOutputCsvResultsFile,
  eSavingOutputImgToTiffFile, eSuccessfullyDone
}
 Enumerate describing messages. More...
 
enum  eSample_Variance2dMessage {
  eErrorReadingCmdLine, eErrorInputImgTiffFileNotFound, eErrorCouldNotCreateOutputDir, eIPSDKLibInitWarn,
  eIPSDKLibInitFailed, eLoadingInputImgFromTiffFile, eErrorLoadingInputImgFromTiffFile, eComputingVariance,
  eErrorComputingVariance, eSavingOutputImgToTiffFile, eErrorSavingImgTiffFile, eSuccessfullyDone
}
 Enumerate describing messages. More...
 

Functions

SAMPLE_BENCHMARK_API const std::string & getSample_BenchmarkLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_BENCHMARK_API log4cplus::Logger & getSample_BenchmarkLogger ()
 Recovery of logger associated to library.
 
SAMPLE_BENCHMARK_API const ipsdk::LogMessageManagergetSample_BenchmarkLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_BOUNDARY2D_API const std::string & getSample_Boundary2dLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_BOUNDARY2D_API log4cplus::Logger & getSample_Boundary2dLogger ()
 Recovery of logger associated to library.
 
SAMPLE_BOUNDARY2D_API const ipsdk::LogMessageManagergetSample_Boundary2dLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_DISKIMAGE_API const std::string & getSample_DiskImageLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_DISKIMAGE_API log4cplus::Logger & getSample_DiskImageLogger ()
 Recovery of logger associated to library.
 
SAMPLE_DISKIMAGE_API const ipsdk::LogMessageManagergetSample_DiskImageLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_GRADIENTNORM_API const std::string & getSample_GradientNormLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_GRADIENTNORM_API log4cplus::Logger & getSample_GradientNormLogger ()
 Recovery of logger associated to library.
 
SAMPLE_GRADIENTNORM_API const ipsdk::LogMessageManagergetSample_GradientNormLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_HISTOGRAMEQUALIZATION_API const std::string & getSample_HistogramEqualizationLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_HISTOGRAMEQUALIZATION_API log4cplus::Logger & getSample_HistogramEqualizationLogger ()
 Recovery of logger associated to library.
 
SAMPLE_HISTOGRAMEQUALIZATION_API const ipsdk::LogMessageManagergetSample_HistogramEqualizationLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_KMEANS_API const std::string & getSample_KMeansLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_KMEANS_API log4cplus::Logger & getSample_KMeansLogger ()
 Recovery of logger associated to library.
 
SAMPLE_KMEANS_API const ipsdk::LogMessageManagergetSample_KMeansLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_LIGHTNESS_API const std::string & getSample_LightnessLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_LIGHTNESS_API log4cplus::Logger & getSample_LightnessLogger ()
 Recovery of logger associated to library.
 
SAMPLE_LIGHTNESS_API const ipsdk::LogMessageManagergetSample_LightnessLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_MASK_API const std::string & getSample_MaskLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_MASK_API log4cplus::Logger & getSample_MaskLogger ()
 Recovery of logger associated to library.
 
SAMPLE_MASK_API const ipsdk::LogMessageManagergetSample_MaskLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_MEANSMOOTHING3D_API const std::string & getSample_MeanSmoothing3dLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_MEANSMOOTHING3D_API log4cplus::Logger & getSample_MeanSmoothing3dLogger ()
 Recovery of logger associated to library.
 
SAMPLE_MEANSMOOTHING3D_API const ipsdk::LogMessageManagergetSample_MeanSmoothing3dLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_OTSU_API const std::string & getSample_OtsuLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_OTSU_API log4cplus::Logger & getSample_OtsuLogger ()
 Recovery of logger associated to library.
 
SAMPLE_OTSU_API const ipsdk::LogMessageManagergetSample_OtsuLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_QUANTIFICATION2D_API const std::string & getSample_Quantification2dLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_QUANTIFICATION2D_API log4cplus::Logger & getSample_Quantification2dLogger ()
 Recovery of logger associated to library.
 
SAMPLE_QUANTIFICATION2D_API const ipsdk::LogMessageManagergetSample_Quantification2dLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_QUANTIFICATION3D_API const std::string & getSample_Quantification3dLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_QUANTIFICATION3D_API log4cplus::Logger & getSample_Quantification3dLogger ()
 Recovery of logger associated to library.
 
SAMPLE_QUANTIFICATION3D_API const ipsdk::LogMessageManagergetSample_Quantification3dLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_SHAPEANALYSIS2D_API const std::string & getSample_ShapeAnalysis2dLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_SHAPEANALYSIS2D_API log4cplus::Logger & getSample_ShapeAnalysis2dLogger ()
 Recovery of logger associated to library.
 
SAMPLE_SHAPEANALYSIS2D_API const ipsdk::LogMessageManagergetSample_ShapeAnalysis2dLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_SHAPEANALYSIS3D_API const std::string & getSample_ShapeAnalysis3dLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_SHAPEANALYSIS3D_API log4cplus::Logger & getSample_ShapeAnalysis3dLogger ()
 Recovery of logger associated to library.
 
SAMPLE_SHAPEANALYSIS3D_API const ipsdk::LogMessageManagergetSample_ShapeAnalysis3dLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_SHAPEFILTERING2DIMG_API const std::string & getSample_ShapeFiltering2dImgLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_SHAPEFILTERING2DIMG_API log4cplus::Logger & getSample_ShapeFiltering2dImgLogger ()
 Recovery of logger associated to library.
 
SAMPLE_SHAPEFILTERING2DIMG_API const ipsdk::LogMessageManagergetSample_ShapeFiltering2dImgLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_SHAPEMATCHING2D_API const std::string & getSample_ShapeMatching2dLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_SHAPEMATCHING2D_API log4cplus::Logger & getSample_ShapeMatching2dLogger ()
 Recovery of logger associated to library.
 
SAMPLE_SHAPEMATCHING2D_API const ipsdk::LogMessageManagergetSample_ShapeMatching2dLogMessageManager ()
 Recovery of message manager associated to library.
 
SAMPLE_VARIANCE2D_API const std::string & getSample_Variance2dLoggerName ()
 Recovery of logger name associated to library.
 
SAMPLE_VARIANCE2D_API log4cplus::Logger & getSample_Variance2dLogger ()
 Recovery of logger associated to library.
 
SAMPLE_VARIANCE2D_API const ipsdk::LogMessageManagergetSample_Variance2dLogMessageManager ()
 Recovery of message manager associated to library.
 

Detailed Description

Namespace aggregating applications demonstrating the use of IPSDK libraries.

Enumeration Type Documentation

◆ eSample_BenchmarkMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorReadingCmdLine 

Error reading command line: "s".

eErrorInputImgTiffFileNotFound 

Input image TIFF file "s" was not found; aborting.

Input image Tiff file "s" was not found; aborting.

eErrorCouldNotCreateOutputDir 

Could not create output directory "s" (error description: "s\ aborting.

Could not create output directory "s" (error description: "s"); aborting.

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s"...

eErrorLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s" failed (error description: "s".

Loading input image from Tiff file "s" failed (error description: "s")

Loading input image from TIFF file "s" failed (error description: "s")

eBenchmark 

Processing benchmark...

eBenchmarkDuration 


----------------------------------------— duration : d milliseconds
----------------------------------------—

eErrorBenchmark 

Benchmark failed (error description: "s")

eSavingOutputImgToTiffFile 

Saving output image to TIFF file "s"...

eErrorSavingImgTiffFile 

Error saving output image to TIFF file "s" (error description: "s".

Input image TIFF file "s" was not found; aborting.

Error saving output image to TIFF file "s" (error description: "s")

eSuccessfullyDone 

Done!

"Done!"

◆ eSample_Boundary2dMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorReadingCmdLine 

Error reading command line: "s".

eErrorImgXSzNotSpecified 

Error: no width specified for input image.

eErrorImgYSzNotSpecified 

Error: no height specified for input image.

eErrorInputImgRawFileNotFound 

Input image RAW file "s" was not found; aborting.

eErrorCouldNotCreateOutputDir 

Could not create output directory "s" (error description: "s\ aborting.

Could not create output directory "s" (error description: "s"); aborting.

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eLoadingInputImgFromRawFile 

Loading input image from RAW file "s"...

eErrorLoadingInputImgFromRawFile 

Loading input image from RAW file "s" failed (error description: "s".

eComputingBoundary 

Computing boundary image...

eErrorComputingBoundary 

Boundary computation failed (error description: "s")

eSavingOutputImgToRawFile 

Saving output image to RAW file "s"...

eErrorSavingImgRawFile 

Error saving output image to RAW file "s" (error description: "s".

eSuccessfullyDone 

Done!

"Done!"

◆ eSample_DiskImageMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eOpeningInputImgFromTiffFile 

Opening input image from TIFF file "s"...

eErrorOpeningInputImgFromTiffFile 

Opening input image from TIFF file "s" failed (error description: "s")

eComputing 

Computing...

eErrorComputing 

Computation failed (error description: "s")

eSavingOutputImgToTiffFile 

Saving output image to TIFF file "s"...

eErrorSavingImgTiffFile 

Error saving output image to TIFF file "s" (error description: "s".

Input image TIFF file "s" was not found; aborting.

Error saving output image to TIFF file "s" (error description: "s")

eErrorInputImgTiffFileNotFound 

Input image TIFF file "s" was not found; aborting.

Input image Tiff file "s" was not found; aborting.

eErrorWritingPixel 

Error writing 255 at the pixel (error description: "s")

eErrorLoadingPlan 

Error loading a plan (error description: "s")

eErrorReadingCmdLine 

Error reading command line: "s".

eSuccessfullyDone 

Done!

"Done!"

◆ eSample_GradientNormMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorReadingCmdLine 

Error reading command line: "s".

eErrorCouldNotCreateOutputDir 

Could not create output directory "s" (error description: "s\ aborting.

Could not create output directory "s" (error description: "s"); aborting.

eErrorInputImgTiffFileNotFound 

Input image TIFF file "s" was not found; aborting.

Input image Tiff file "s" was not found; aborting.

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s"...

eErrorLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s" failed (error description: "s".

Loading input image from Tiff file "s" failed (error description: "s")

Loading input image from TIFF file "s" failed (error description: "s")

eComputingGradient 

Computing gradient norm on input image...

eErrorComputingGradient 

Gradient norm computation failed (error description: "s")

eSavingOutputImgToTiffFile 

Saving output image to TIFF file "s"...

eErrorSavingImgTiffFile 

Error saving output image to TIFF file "s" (error description: "s".

Input image TIFF file "s" was not found; aborting.

Error saving output image to TIFF file "s" (error description: "s")

eSuccessfullyDone 

Done!

"Done!"

◆ eSample_HistogramEqualizationMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorReadingCmdLine 

Error reading command line: "s".

eErrorCouldNotCreateOutputDir 

Could not create output directory "s" (error description: "s\ aborting.

Could not create output directory "s" (error description: "s"); aborting.

eErrorInputImgTiffFileNotFound 

Input image TIFF file "s" was not found; aborting.

Input image Tiff file "s" was not found; aborting.

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s"...

eErrorLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s" failed (error description: "s".

Loading input image from Tiff file "s" failed (error description: "s")

Loading input image from TIFF file "s" failed (error description: "s")

eEqualizing 

Equalizing input image...

eErrorEqualizing 

Equalization failed (error description: "s")

eSavingOutputImgToTiffFile 

Saving output image to TIFF file "s"...

eErrorSavingImgTiffFile 

Error saving output image to TIFF file "s" (error description: "s".

Input image TIFF file "s" was not found; aborting.

Error saving output image to TIFF file "s" (error description: "s")

eSuccessfullyDone 

Done!

"Done!"

◆ eSample_KMeansMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorCouldNotCreateOutputDir 

Could not create output directory "s" (error description: "s\ aborting.

Could not create output directory "s" (error description: "s"); aborting.

eErrorInputImgTiffFileNotFound 

Input image TIFF file "s" was not found; aborting.

Input image Tiff file "s" was not found; aborting.

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s"...

eErrorLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s" failed (error description: "s".

Loading input image from Tiff file "s" failed (error description: "s")

Loading input image from TIFF file "s" failed (error description: "s")

eUnnoisingInputImage 

Unnoising the input image with a median filter...

eErrorUnnoisingImg 

median filter application failed (error description: "s")

eComputingLawTextureImg 

computing R5R5 Law's texture energy map...

eErrorComputingLawTextureImg 

Law's texture energy map computation failed (error description: "s")

eConcatenatingInputImages 

concatenating input images...

eErrorAppendingSeqImg 

call to appendSeqImg failed (error description: "s")

eStandardizingInputSeqImg 

standardizing temporal sequence image...

eErrorStandardizingImg 

call to standardizeImg function failed (error description: "s")")

eComputingKMeans 

Computing KMeans on input image...

eErrorComputingKMeans 

KMeans computation failed (error description: "s")

eSavingOutputImgToTiffFile 

Saving output image to TIFF file "s"...

eErrorSavingImgTiffFile 

Error saving output image to TIFF file "s" (error description: "s".

Input image TIFF file "s" was not found; aborting.

Error saving output image to TIFF file "s" (error description: "s")

eSuccessfullyDone 

Done!

"Done!"

◆ eSample_LightnessMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorReadingCmdLine 

Error reading command line: "s".

eErrorCouldNotCreateOutputDir 

Could not create output directory "s" (error description: "s\ aborting.

Could not create output directory "s" (error description: "s"); aborting.

eErrorInputImgTiffFileNotFound 

Input image TIFF file "s" was not found; aborting.

Input image Tiff file "s" was not found; aborting.

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s"...

eErrorLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s" failed (error description: "s".

Loading input image from Tiff file "s" failed (error description: "s")

Loading input image from TIFF file "s" failed (error description: "s")

eComputingLightness 

Computing lightness on input image...

eErrorComputingLightness 

Lightness computation failed (error description: "s")

eSavingOutputImgToTiffFile 

Saving output image to TIFF file "s"...

eErrorSavingImgTiffFile 

Error saving output image to TIFF file "s" (error description: "s".

Input image TIFF file "s" was not found; aborting.

Error saving output image to TIFF file "s" (error description: "s")

eSuccessfullyDone 

Done!

"Done!"

◆ eSample_MaskMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorReadingCmdLine 

Error reading command line: "s".

eErrorCouldNotCreateOutputDir 

Could not create output directory "s" (error description: "s\ aborting.

Could not create output directory "s" (error description: "s"); aborting.

eErrorInputImgTiffFileNotFound 

Input image TIFF file "s" was not found; aborting.

Input image Tiff file "s" was not found; aborting.

eErrorMaskImgTiffFileNotFound 

Mask image TIFF file "s" was not found; aborting.

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s"...

eLoadingMaskImgFromTiffFile 

Loading mask image from TIFF file "s"...

eErrorLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s" failed (error description: "s".

Loading input image from Tiff file "s" failed (error description: "s")

Loading input image from TIFF file "s" failed (error description: "s")

eErrorLoadingMaskImgFromTiffFile 

Loading mask image from TIFF file "s" failed (error description: "s")

eApplyingMask 

Applying mask on input image...

eErrorApplyingMask 

Masking operation failed (error description: "s")

eSavingOutputImgToTiffFile 

Saving output image to TIFF file "s"...

eErrorSavingImgTiffFile 

Error saving output image to TIFF file "s" (error description: "s".

Input image TIFF file "s" was not found; aborting.

Error saving output image to TIFF file "s" (error description: "s")

eSuccessfullyDone 

Done!

"Done!"

◆ eSample_MeanSmoothing3dMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorReadingCmdLine 

Error reading command line: "s".

eErrorInputImgTiffFileNotFound 

Input image TIFF file "s" was not found; aborting.

Input image Tiff file "s" was not found; aborting.

eErrorCouldNotCreateOutputDir 

Could not create output directory "s" (error description: "s\ aborting.

Could not create output directory "s" (error description: "s"); aborting.

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s"...

eErrorLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s" failed (error description: "s".

Loading input image from Tiff file "s" failed (error description: "s")

Loading input image from TIFF file "s" failed (error description: "s")

eMeanSmoothing 

Smoothing input image...

eErrorMeanSmoothing 

Smoothing failed (error description: "s")

eSavingOutputImgToTiffFile 

Saving output image to TIFF file "s"...

eErrorSavingImgTiffFile 

Error saving output image to TIFF file "s" (error description: "s".

Input image TIFF file "s" was not found; aborting.

Error saving output image to TIFF file "s" (error description: "s")

eSuccessfullyDone 

Done!

"Done!"

◆ eSample_OtsuMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorReadingCmdLine 

Error reading command line: "s".

eErrorInputImgTiffFileNotFound 

Input image TIFF file "s" was not found; aborting.

Input image Tiff file "s" was not found; aborting.

eErrorCouldNotCreateOutputDir 

Could not create output directory "s" (error description: "s\ aborting.

Could not create output directory "s" (error description: "s"); aborting.

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s"...

eErrorLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s" failed (error description: "s".

Loading input image from Tiff file "s" failed (error description: "s")

Loading input image from TIFF file "s" failed (error description: "s")

eComputingOtsu 

Binarizing input image using Otsu's method...

eErrorComputingOtsu 

Otsu binarization failed (error description: "s")

eSavingOutputImgToTiffFile 

Saving output image to TIFF file "s"...

eErrorSavingImgTiffFile 

Error saving output image to TIFF file "s" (error description: "s".

Input image TIFF file "s" was not found; aborting.

Error saving output image to TIFF file "s" (error description: "s")

eSuccessfullyDone 

Done!

"Done!"

◆ eSample_Quantification2dMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorReadingCmdLine 

Error reading command line: "s".

eErrorInputImgTiffFileNotFound 

Input image TIFF file "s" was not found; aborting.

Input image Tiff file "s" was not found; aborting.

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s"...

eErrorLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s" failed (error description: "s".

Loading input image from Tiff file "s" failed (error description: "s")

Loading input image from TIFF file "s" failed (error description: "s")

eSavingOutputResultToCSVFile 

Saving output result to CSV file "s"...

eErrorSavingResultToCSVFile 

Output result CSV file "s" was not found; aborting.

eComputingBinarization 

Computing binarization...

eComputingBinSep 

Computing binary separation...

eComputingConnComp 

Computing connected component analysis...

eComputingContourExtraction 

Computing contour extraction...

eComputingFilter 

Computing bilateral filtering on input image...

eComputingMeasures 

Computing measures on the shapes...

eDefiningMeasures 

Defining measures on the shapes...

eDisplayFirstLabelArea 

First label area equals %.4lf...

eErrorComputingFilter 

Bilateral filtering computation failed (error description: "s")

eSavingReport 

Saving measure report in file s...

eSuccessfullyDone 

Done!

"Done!"

◆ eSample_Quantification3dMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorReadingCmdLine 

Error reading command line: "s".

eErrorInputImgTiffFileNotFound 

Input image TIFF file "s" was not found; aborting.

Input image Tiff file "s" was not found; aborting.

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s"...

eErrorLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s" failed (error description: "s".

Loading input image from Tiff file "s" failed (error description: "s")

Loading input image from TIFF file "s" failed (error description: "s")

eSavingOutputResultToCSVFile 

Saving output result to CSV file "s"...

eErrorSavingResultToCSVFile 

Output result CSV file "s" was not found; aborting.

eComputingBinarization 

Computing binarization...

eComputingBinSep 

Computing binary separation...

eComputingConnComp 

Computing connected component analysis...

eComputingContourExtraction 

Computing contour extraction...

eComputingFilter 

Computing bilateral filtering on input image...

eComputingMeasures 

Computing measures on the shapes...

eDefiningMeasures 

Defining measures on the shapes...

eDisplayFirstLabelArea 

First label area equals %.4lf...

eErrorComputingFilter 

Bilateral filtering computation failed (error description: "s")

eSavingReport 

Saving measure report in file s...

eSuccessfullyDone 

Done!

"Done!"

◆ eSample_ShapeAnalysis2dMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorReadingCmdLine 

Error reading command line: "s".

eErrorSavingXmlResultsFile 

Error saving output xml results file "s" (error description: "s")

eFailedToSaveXmlResultsFile 

Failed to save results to xml file s
s.

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eLoadingInputBinImgFromTiffFile 

Loading input binary image from tiff image file s.

eLoadingInputGreyImgFromTiffFile 

Loading input grey image from tiff image file s.

eSavingOutputXmlResultsFile 

Saving output results to xml file s.

◆ eSample_ShapeAnalysis3dMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorReadingCmdLine 

Error reading command line: "s".

eErrorSavingCsvResultsFile 

Error saving output csv results file "s" (error description: "s")

eFailedToSaveCsvResultsFile 

Failed to save results to csv file s
s.

Failed to save results to CSV file s
.

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eLoadingInputBinImgFromTiffFile 

Loading input binary image from tiff image file s.

eLoadingInputGreyImgFromTiffFile 

Loading input grey image from tiff image file s.

eSavingOutputCsvResultsFile 

Saving output results to csv file s.

Saving output results to CSV file s...

eBenchmarkDuration 


----------------------------------------— duration : d milliseconds
----------------------------------------—

◆ eSample_ShapeFiltering2dImgMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorProcessingFiltering 

Error while processing image filtering : s.

eErrorReadingCmdLine 

Error reading command line: "s".

eErrorSavingImgTiffFile 

Error saving output image to TIFF file "s" (error description: "s".

Input image TIFF file "s" was not found; aborting.

Error saving output image to TIFF file "s" (error description: "s")

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eLoadingInputBinLabImgFromTiffFile 

Loading input binary/label image from tiff image file s.

eLoadingInputGreyImgFromTiffFile 

Loading input grey image from tiff image file s.

eSavingOutputImgToTiffFile 

Saving output image to TIFF file "s"...

◆ eSample_ShapeMatching2dMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorBlurringImages 

Error while blurring the images (error description: "s"); aborting".

eErrorExtractingShapes 

Error while extracting the shapes (error description: "s"); aborting".

eErrorInputImgTiffFileNotFound 

Input image TIFF file "s" was not found; aborting.

Input image Tiff file "s" was not found; aborting.

eErrorLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s" failed (error description: "s".

Loading input image from Tiff file "s" failed (error description: "s")

Loading input image from TIFF file "s" failed (error description: "s")

eErrorLoadingTemplateImgFromTiffFile 

Loading template image from Tiff file "s" failed (error description: "s")

eErrorReadingCmdLine 

Error reading command line: "s".

eErrorSavingImgTiffFile 

Error saving output image to TIFF file "s" (error description: "s".

Input image TIFF file "s" was not found; aborting.

Error saving output image to TIFF file "s" (error description: "s")

eFailedToSaveCsvResultsFile 

Failed to save results to csv file s
s.

Failed to save results to CSV file s
.

eBlurringImages 

Blurring the images...

eComputingShapeMatching 

Computing the shape matching...

eExtractingShapes 

Extracting the shapes...

eLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s"...

eLoadingTemplateImgFromTiffFiles 

Loading template images from TIFF file "s"...

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eSavingOutputCsvResultsFile 

Saving output results to csv file s.

Saving output results to CSV file s...

eSavingOutputImgToTiffFile 

Saving output image to TIFF file "s"...

eSuccessfullyDone 

Done!

"Done!"

◆ eSample_Variance2dMessage

Enumerate describing messages.

Note
This enumerate is associated to a message map
See also
IPSDK_Message_Map
Enumerator
eErrorReadingCmdLine 

Error reading command line: "s".

eErrorInputImgTiffFileNotFound 

Input image TIFF file "s" was not found; aborting.

Input image Tiff file "s" was not found; aborting.

eErrorCouldNotCreateOutputDir 

Could not create output directory "s" (error description: "s\ aborting.

Could not create output directory "s" (error description: "s"); aborting.

eIPSDKLibInitWarn 

Warning during IPSDK library initialization: "s".

eIPSDKLibInitFailed 

IPSDK library initialization failed: "s".

eLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s"...

eErrorLoadingInputImgFromTiffFile 

Loading input image from TIFF file "s" failed (error description: "s".

Loading input image from Tiff file "s" failed (error description: "s")

Loading input image from TIFF file "s" failed (error description: "s")

eComputingVariance 

Computing image of variance...

eErrorComputingVariance 

Variance computation failed (error description: "s")

eSavingOutputImgToTiffFile 

Saving output image to TIFF file "s"...

eErrorSavingImgTiffFile 

Error saving output image to TIFF file "s" (error description: "s".

Input image TIFF file "s" was not found; aborting.

Error saving output image to TIFF file "s" (error description: "s")

eSuccessfullyDone 

Done!

"Done!"