klComputerVision
Functions
kl_tiff_image_io.cpp File Reference
#include <iostream>
#include <string>
#include <vector>
#include <map>
#include <sstream>
#include "kl_image_io.h"
#include "kl_tiff_image_io.h"
#include "tiffio.h"
Include dependency graph for kl_tiff_image_io.cpp:

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)
 

Function Documentation

bool query_tiff ( const char *  filename,
unsigned int &  width,
unsigned int &  height,
unsigned int &  bands 
)

Here is the caller graph for this function:

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

Here is the caller graph for this function:

klRasterBufferPointer read_tiff ( const char *  filename)

Here is the call graph for this function:

void writeTiffFile ( const char *  fileName,
klRasterBufferPointer  buffer 
)

Here is the caller graph for this function: