riCOM_cpp
This repository contains the C++ implementation of the riCOM (Real Time Centre Of Mass) algorithm for 4D Scanning electron microscopy.
|
#include <Camera.h>
Public Member Functions | |
Camera () | |
Camera (Camera_BASE &cam) | |
void | run (Ricom *ricom) |
template<typename T > | |
void | read_frame (std::vector< T > &data, bool b_first) |
Public Member Functions inherited from CAMERA::Camera_BASE | |
void | init_uv_default () |
Camera_BASE () | |
Additional Inherited Members | |
Public Attributes inherited from CAMERA::Camera_BASE | |
Camera_model | model |
Camera_type | type |
uint16_t | nx_cam |
uint16_t | ny_cam |
bool | swap_endian |
uint16_t | depth |
size_t | group_size |
int | dwell_time |
std::vector< int > | u |
std::vector< int > | v |
CAMERA::Camera< CameraInterface, FRAME_BASED >::Camera | ( | ) |
|
explicit |
void CAMERA::Camera< CameraInterface, FRAME_BASED >::read_frame | ( | std::vector< T > & | data, |
bool | b_first | ||
) |
void CAMERA::Camera< CameraInterface, FRAME_BASED >::run | ( | Ricom * | ricom | ) |