projects
/
flatland.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Finishing the renaming.
[flatland.git]
/
sequence_generator.h
1
2
#ifdef __cplusplus
3
extern "C" {
4
#endif
5
6
void fl_generate_sequences(int nb_sequences,
7
int nb_images_per_sequence,
8
int width, int height,
9
unsigned char *output);
10
11
#ifdef __cplusplus
12
}
13
#endif
14