The Flutter Shutter Code Optimizer
 All Files Functions Macros Pages
File List
Here is a list of all files with brief descriptions:
 demo_fluttercode.cppFlutter shutter code optimizer main file, that implements algorithm 1
 flutter_optimiser_gaussian.cppRoutines for flutter shutter code optimization, gaussian model. The functions in this file implement equation (17)
 flutter_optimiser_gaussian.h
 flutter_optimiser_uniform.cppRoutines for flutter shutter code optimization, uniform motion model. The functions in this file implement equation (18)
 flutter_optimiser_uniform.h
 gain_evaluation.cppThis files constains the code that implements equations (21), (22), (23), (24) and (25) that are used to compute the gain of the flutter shutter method with respect to the optimal snapshot, in terms of RMSE
 gain_evaluation.h
 optimal_snapshot.cppRoutines for optimal snapshot computation. It finds the optimal exposure time for the standard camera assuming a motion model by minimizing : Equation (20). This corresponds to Algorithm 1 step 1
 optimal_snapshot.h