The Flutter Shutter Code Optimizer
|
demo_fluttercode.cpp | Flutter shutter code optimizer main file, that implements algorithm 1 |
flutter_optimiser_gaussian.cpp | Routines for flutter shutter code optimization, gaussian model. The functions in this file implement equation (17) |
flutter_optimiser_gaussian.h | |
flutter_optimiser_uniform.cpp | Routines for flutter shutter code optimization, uniform motion model. The functions in this file implement equation (18) |
flutter_optimiser_uniform.h | |
gain_evaluation.cpp | This 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.cpp | Routines 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 |