API
 
Loading...
Searching...
No Matches

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"
Include dependency graph for nnReconstructor.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

The MagAO-X generic ImageStreamIO stream integrator.

Definition in file nnReconstructor.hpp.

Function Documentation

◆ floatToHalfArray()

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().

◆ halfToFloatArray()

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().