riCOM_cpp
This repository contains the C++ implementation of the riCOM (Real Time Centre Of Mass) algorithm for 4D Scanning electron microscopy.
Classes | Namespaces | Enumerations
Camera.h File Reference
#include <vector>
#include <atomic>
#include <array>
#include <stdlib.h>
Include dependency graph for Camera.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CAMERA::Camera_BASE
 
class  CAMERA::Camera< CameraInterface, cam_type >
 
class  CAMERA::Camera< CameraInterface, FRAME_BASED >
 
class  CAMERA::Camera< CameraInterface, EVENT_BASED >
 
class  CAMERA::Default_configurations
 

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 }