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