#include <cstdio>
#include "depthquant.h"
#include "compdecomp.h"
#include "depthcompare.h"
#include <vistle/util/stopwatch.h>
#include <cstring>
#include <cstdlib>
#include <vector>
#include <limits>
#include <iostream>
#include <random>
#include <string>
#include <vistle/core/message.h>
#include <vistle/util/netpbmimage.h>
Functions | |
void | measure (vistle::DepthCompressionParameters depthParam, const std::string &name, const float *depth, size_t w, size_t h, int precision, int num_runs) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void measure | ( | vistle::DepthCompressionParameters | depthParam, |
const std::string & | name, | ||
const float * | depth, | ||
size_t | w, | ||
size_t | h, | ||
int | precision, | ||
int | num_runs | ||
) |