The MagAO-X generic ImageStreamIO stream integrator. More...
#include <NvInfer.h>#include <cuda_fp16.h>#include <cuda_runtime_api.h>#include <iostream>#include <fstream>#include <vector>#include <limits>#include <mx/improc/eigenCube.hpp>#include <mx/improc/eigenImage.hpp>#include "../../libMagAOX/libMagAOX.hpp"#include "../../magaox_git_version.h"

Go to the source code of this file.
Classes | |
| class | Logger |
| class | MagAOX::app::nnReconstructor |
Namespaces | |
| namespace | MagAOX |
| namespace | MagAOX::app |
Functions | |
| void | halfToFloatArray (float *dst, const half *src, size_t num_elements) |
| void | floatToHalfArray (half *dst, const float *src, size_t num_elements) |
| MagAOX::app::INDI_SETCALLBACK_DEFN (nnReconstructor, m_indiP_fpsSource)(const pcf | |
The MagAO-X generic ImageStreamIO stream integrator.
Definition in file nnReconstructor.hpp.
| void floatToHalfArray | ( | half * | dst, |
| const float * | src, | ||
| size_t | num_elements | ||
| ) |
Definition at line 44 of file nnReconstructor.hpp.
Referenced by MagAOX::app::nnReconstructor::processImage().
| void halfToFloatArray | ( | float * | dst, |
| const half * | src, | ||
| size_t | num_elements | ||
| ) |
Definition at line 38 of file nnReconstructor.hpp.
Referenced by MagAOX::app::nnReconstructor::processImage().