#include "options.hpp"#include <opencv2/core.hpp>#include <cstdint>#include <iosfwd>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | acmxvk::VideoHdrInfo |
Namespaces | |
| namespace | acmxvk |
Functions | |
| cv::Mat | acmxvk::loadRgbaImage (const std::string &filename) |
| void | acmxvk::printVideoHdrInfo (const VideoHdrInfo &info, std::ostream &output) |
| double | acmxvk::probeVideoDuration (const std::string &filename) |
| VideoHdrInfo | acmxvk::probeVideoHdrInfo (const std::string &filename) |
| void | acmxvk::rotateFrame (cv::Mat &frame, FrameRotation rotation) |
| bool | acmxvk::rotationSwapsDimensions (FrameRotation rotation) |