The flutter shutter camera simulator
|
Definitions of available codes for Flutter Shutter Simulation. Contains only definitions. Codes for the Flutter-Shutter Simulator "Code : 0 for Snapshot, 1 for Raskar-code, 2 for rand-code, 3 for constant 1 code, 4 for Sinc-code (sinc code is the best code given v), 5 for Motion-invariant photography code. More...
#include "codes_flutter.h"
Go to the source code of this file.
Variables | |
const int | num_code = 6 |
const int | code_length = 52 |
const float | code [6][52] |
Definition of the codes. |
Definitions of available codes for Flutter Shutter Simulation. Contains only definitions. Codes for the Flutter-Shutter Simulator "Code : 0 for Snapshot, 1 for Raskar-code, 2 for rand-code, 3 for constant 1 code, 4 for Sinc-code (sinc code is the best code given v), 5 for Motion-invariant photography code.
Definition in file codes_flutter.cpp.
const float code[6][52] |
Definition of the codes.
Definition at line 50 of file codes_flutter.cpp.
const int code_length = 52 |
Definition at line 45 of file codes_flutter.cpp.
const int num_code = 6 |
Definition at line 44 of file codes_flutter.cpp.