X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=flatland.h;h=734add49c5de52618fc192d2b54e2adad3806f5f;hp=9a9247a48eec02c67d93c0cb57b34378a2339419;hb=e0f96aaef35ffaf34b912c7fa1473cb67b7a3dae;hpb=26abc735ca75a78974c7ced091035e8c27ca1c00 diff --git a/flatland.h b/flatland.h index 9a9247a..734add4 100644 --- a/flatland.h +++ b/flatland.h @@ -1,14 +1,4 @@ -#ifdef __cplusplus -extern "C" { -#endif - -void fl_generate_sequences(int nb_sequences, - int nb_images_per_sequence, - int width, int height, - unsigned char *output); - -#ifdef __cplusplus -} -#endif - +THByteTensor *generate_sequence(long nb_sequences, + long nb_images_per_sequence, + long image_width, long image_height);