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 | |
void | init_uv_default () |
Camera_BASE () | |
Public Attributes | |
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 |
void Camera_BASE::init_uv_default | ( | ) |
Definition at line 21 of file Camera.cpp.
Camera_model CAMERA::Camera_BASE::model |
Camera_type CAMERA::Camera_BASE::type |