The flutter shutter camera simulator
Variables
codes_flutter.cpp File Reference

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"
Include dependency graph for codes_flutter.cpp:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

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.

Author:
Yohann Tendero <yohann.tendero@cmla.ens-cachan.fr>

Definition in file codes_flutter.cpp.


Variable Documentation

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.

 All Files Functions Variables Typedefs Defines