riCOM_cpp
This repository contains the C++ implementation of the riCOM (Real Time Centre Of Mass) algorithm for 4D Scanning electron microscopy.
Classes | Enumerations
CAMERA Namespace Reference

Classes

class  Camera_BASE
 
class  Camera
 
class  Camera< CameraInterface, FRAME_BASED >
 
class  Camera< CameraInterface, EVENT_BASED >
 
class  Default_configurations
 

Enumerations

enum  Camera_model { MERLIN , TIMEPIX , MODELS_COUNT }
 
enum  Camera_type { FRAME_BASED , EVENT_BASED }
 

Enumeration Type Documentation

◆ Camera_model

Enumerator
MERLIN 
TIMEPIX 
MODELS_COUNT 

Definition at line 27 of file Camera.h.

28  {
29  MERLIN,
30  TIMEPIX,
32  };
@ TIMEPIX
Definition: Camera.h:30
@ MODELS_COUNT
Definition: Camera.h:31
@ MERLIN
Definition: Camera.h:29

◆ Camera_type

Enumerator
FRAME_BASED 
EVENT_BASED 

Definition at line 34 of file Camera.h.

35  {
38  };
@ FRAME_BASED
Definition: Camera.h:36
@ EVENT_BASED
Definition: Camera.h:37