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 |
int | nx_cam |
int | ny_cam |
bool | swap_endian |
int | depth |
int | dwell_time |
std::vector< int > | u |
std::vector< int > | v |
void Camera_BASE::init_uv_default | ( | ) |
Definition at line 20 of file Camera.cpp.
Camera_model CAMERA::Camera_BASE::model |
Camera_type CAMERA::Camera_BASE::type |