![]() |
klComputerVision
|
#include "klBigTiffFileManager.h"#include "kl_ppm_image_io.h"#include "kl_image_processing_functors.h"#include "time.h"#include "IccCmm.h"#include "IccUtil.h"#include "tiffio.h"#include "psapi.h"#include "Strsafe.h"#include "kl_img_pca.h"#include "kl_thread_workflow.h"
Data Structures | |
| class | klStringArgThread |
Macros | |
| #define | PHOTO_MINISBLACK 0 |
| #define | PHOTO_MINISWHITE 1 |
| #define | PHOTO_CIELAB 2 |
Functions | |
| void | klRunImageWorkFlowImage (const char *basefilename) |
| void | PrintGetLastError (FILE *logFile, LPTSTR lpszFunction) |
| void | PrintModules (FILE *logFile) |
| void | logError (FILE *logFile, LPTSTR lpszFunction, const char *what) |
| void | logInfo (FILE *logFile, LPTSTR lpszFunction, const char *what) |
| static icFloatNumber | UnitClip (icFloatNumber v) |
| int | dumpICC (char *filename) |
| bool | ApplyICC_FileBased (const char *szSrcImage, char *szSrcProfile, char *szDstProfile, char *szDstImage, int nIntent) |
| TiffImageInfo::operator std::map< std::string, std::string > () | |
| void | TissueAnalysis (string fileName, string outputPath) |
| void | TIFFError (const char *module, const char *fmt, va_list argptr) |
| void | TIFFErrorExtFn (thandle_t fd, const char *module, const char *fmt, va_list argptr) |
| #define PHOTO_CIELAB 2 |
| #define PHOTO_MINISBLACK 0 |
| #define PHOTO_MINISWHITE 1 |
| bool ApplyICC_FileBased | ( | const char * | szSrcImage, |
| char * | szSrcProfile, | ||
| char * | szDstProfile, | ||
| char * | szDstImage, | ||
| int | nIntent | ||
| ) |
| int dumpICC | ( | char * | filename | ) |
| void klRunImageWorkFlowImage | ( | const char * | basefilename | ) |

| void logError | ( | FILE * | logFile, |
| LPTSTR | lpszFunction, | ||
| const char * | what | ||
| ) |

| void logInfo | ( | FILE * | logFile, |
| LPTSTR | lpszFunction, | ||
| const char * | what | ||
| ) |

| void PrintGetLastError | ( | FILE * | logFile, |
| LPTSTR | lpszFunction | ||
| ) |
| void PrintModules | ( | FILE * | logFile | ) |
| void TIFFError | ( | const char * | module, |
| const char * | fmt, | ||
| va_list | argptr | ||
| ) |

| void TIFFErrorExtFn | ( | thandle_t | fd, |
| const char * | module, | ||
| const char * | fmt, | ||
| va_list | argptr | ||
| ) |

| TiffImageInfo::operator std::map< std::string, std::string > | ( | ) |
| void TissueAnalysis | ( | string | fileName, |
| string | outputPath | ||
| ) |

|
static |

1.8.2