riCOM_cpp
This repository contains the C++ implementation of the riCOM (Real Time Centre Of Mass) algorithm for 4D Scanning electron microscopy.
|
#include <vector>
#include <atomic>
#include <array>
#include <stdlib.h>
Go to the source code of this file.
Namespaces | |
CAMERA | |
Enumerations | |
enum | CAMERA::Camera_model { CAMERA::MERLIN , CAMERA::TIMEPIX , CAMERA::CHEETAH , CAMERA::MODELS_COUNT } |
enum | CAMERA::Camera_type { CAMERA::FRAME_BASED , CAMERA::EVENT_BASED } |