plastimatch
Loading...
Searching...
No Matches
Functions
proj_image.cxx File Reference
#include "plmbase_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "file_util.h"
#include "hnd_io.h"
#include "path_util.h"
#include "plm_math.h"
#include "proj_image.h"
#include "proj_matrix.h"

Functions

static void raw_load (Proj_image *proj, const char *img_filename)
 
static void raw_save (Proj_image *proj, const char *img_filename)
 
static void pfm_load (Proj_image *proj, const char *img_filename)
 
static void pfm_save (Proj_image *proj, const char *img_filename)
 
static void pgm_save (Proj_image *proj, const char *img_filename)
 
static void mat_load (Proj_image *proj, const char *mat_filename)
 
static void mat_load_by_img_filename (Proj_image *proj, const char *img_filename)
 
void proj_image_create_pmat (Proj_image *proj)
 
void proj_image_create_img (Proj_image *proj, int dim[2])
 

Function Documentation

◆ mat_load()

static void mat_load ( Proj_image proj,
const char mat_filename 
)
static

◆ mat_load_by_img_filename()

static void mat_load_by_img_filename ( Proj_image proj,
const char img_filename 
)
static

◆ pfm_load()

static void pfm_load ( Proj_image proj,
const char img_filename 
)
static

◆ pfm_save()

static void pfm_save ( Proj_image proj,
const char img_filename 
)
static

◆ pgm_save()

static void pgm_save ( Proj_image proj,
const char img_filename 
)
static

◆ proj_image_create_img()

void proj_image_create_img ( Proj_image proj,
int  dim[2] 
)

◆ proj_image_create_pmat()

void proj_image_create_pmat ( Proj_image proj)

◆ raw_load()

static void raw_load ( Proj_image proj,
const char img_filename 
)
static

◆ raw_save()

static void raw_save ( Proj_image proj,
const char img_filename 
)
static