View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

depthcompare.h
Go to the documentation of this file.
1#ifndef VISTLE_RHR_DEPTHCOMPARE_H
2#define VISTLE_RHR_DEPTHCOMPARE_H
3
4#include "depthquant.h"
5
6namespace vistle {
7
9double depthcompare(const char *ref, const char *check, DepthFormat format, int depthps, int x, int y, int w, int h,
10 int stride, bool print = true);
11
12} // namespace vistle
13#endif
Depth quantization for remote hybrid rendering.
DepthFormat
Definition: depthquant.h:20
double depthcompare(const char *ref, const char *check, DepthFormat format, int depthps, int x, int y, int w, int h, int stride, bool print)
compute (and optionally print) PSNR for compressed depth image check compared to reference image ref
Definition: depthcompare.cpp:267