![]() |
klComputerVision
|
#include <iostream>#include <string>#include <vector>#include <map>#include <sstream>#include "kl_image_io.h"#include "precomp.h"#include "string.h"#include "uic_exc_status.h"#include "timer.h"#include "ippimage.h"#include "detector.h"#include "stdfilein.h"#include "stdfileout.h"#include "membuffin.h"#include "membuffout.h"#include "bmp.h"#include "png.h"#include "jpeg.h"#include "jpeg2k.h"#include "dicom.h"#include "jpegxr.h"#include "raw.h"#include "cmdline.h"#include "uic_transcoder_con.h"#include "ippcore.h"#include "ippj.h"
Data Structures | |
| struct | CMD_OPTIONS |
Typedefs | |
| typedef struct CMD_OPTIONS | CmdOptions |
Functions | |
| static IM_TYPE | ImageFormatFromExtension (const char *name) |
| static ExcStatus | DecodeImage (BaseStreamInput &in, CIppImage &image, CmdOptions &cmdOpt, IM_TYPE &fmt, double *msec) |
| static ExcStatus | EncodeImage (CIppImage &image, BaseStreamOutput &out, CmdOptions &cmdOpt, IM_TYPE &fmt, double *msec) |
| int | runJPEG (const char *fileName, bool inout, const char *fileID) |
| bool | read_jpeg (const char *filename, unsigned int width, unsigned int height, unsigned int bands, unsigned char *inputbuf) |
| bool | query_jpeg (const char *filename, unsigned int &width, unsigned int &height, unsigned int &bands) |
Variables | |
| CTimer | cmnTimer |
| const char * | pxformat_str [] |
| const char * | color_str [] |
| const char * | sampling_str [] |
| const char * | format_str [] |
| typedef struct CMD_OPTIONS CmdOptions |
|
static |


|
static |


|
static |
| bool query_jpeg | ( | const char * | filename, |
| unsigned int & | width, | ||
| unsigned int & | height, | ||
| unsigned int & | bands | ||
| ) |

| bool read_jpeg | ( | const char * | filename, |
| unsigned int | width, | ||
| unsigned int | height, | ||
| unsigned int | bands, | ||
| unsigned char * | inputbuf | ||
| ) |

| int runJPEG | ( | const char * | fileName, |
| bool | inout, | ||
| const char * | fileID | ||
| ) |

| CTimer cmnTimer |
| const char* color_str[] |
| const char* format_str[] |
| const char* pxformat_str[] |
| const char* sampling_str[] |
1.8.2