![]() |
klComputerVision
|
#include <iostream>#include <string>#include <vector>#include <map>#include <sstream>#include "kl_image_io.h"#include "kl_tiff_image_io.h"#include "tiffio.h"
Functions | |
| bool | read_tiff (const char *filename, unsigned int width, unsigned int height, unsigned int bands, unsigned char *inputbuf) |
| klRasterBufferPointer | read_tiff (const char *filename) |
| bool | query_tiff (const char *filename, unsigned int &width, unsigned int &height, unsigned int &bands) |
| void | writeTiffFile (const char *fileName, klRasterBufferPointer buffer) |
| bool query_tiff | ( | const char * | filename, |
| unsigned int & | width, | ||
| unsigned int & | height, | ||
| unsigned int & | bands | ||
| ) |

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

| klRasterBufferPointer read_tiff | ( | const char * | filename | ) |

| void writeTiffFile | ( | const char * | fileName, |
| klRasterBufferPointer | buffer | ||
| ) |

1.8.2