|
scenepic 1.1.0
3D Visualization Made Easy
|
Information about the results of quantization. More...
#include <scene.h>
Public Member Functions | |
| QuantizationInfo ()=default | |
| QuantizationInfo (std::uint32_t keyframe_count, float estimated_size_ratio, float mean_error, float max_error) | |
| Constructor. More... | |
| std::string | to_string () const |
Public Attributes | |
| std::uint32_t | keyframe_count |
| The number of keyframes used. More... | |
| float | estimated_size_ratio |
| The estimated size ratio after compression. More... | |
| float | mean_error |
| The mean per-frame error. More... | |
| float | max_error |
| The maximum per-frame error. More... | |
Information about the results of quantization.
|
default |
| scenepic::QuantizationInfo::QuantizationInfo | ( | std::uint32_t | keyframe_count, |
| float | estimated_size_ratio, | ||
| float | mean_error, | ||
| float | max_error | ||
| ) |
Constructor.
| std::string scenepic::QuantizationInfo::to_string | ( | ) | const |
| float scenepic::QuantizationInfo::estimated_size_ratio |
The estimated size ratio after compression.
| std::uint32_t scenepic::QuantizationInfo::keyframe_count |
The number of keyframes used.
| float scenepic::QuantizationInfo::max_error |
The maximum per-frame error.
| float scenepic::QuantizationInfo::mean_error |
The mean per-frame error.