X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=sequence_generator.h;h=61814d9f157fff85f2e6f5af4aa633ff355ebfb1;hp=76f1d331a217de238a5f15bbae3f11dc5426774a;hb=c1f1040936d977cd2b3a276c725e223198377d2a;hpb=1f91ec6f67da83525115f49dcc7d535ff2e71ef0 diff --git a/sequence_generator.h b/sequence_generator.h index 76f1d33..61814d9 100644 --- a/sequence_generator.h +++ b/sequence_generator.h @@ -1,11 +1,36 @@ +/* + + flatland is a simple 2d physical simulator + + Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ + Written by Francois Fleuret + + This file is part of flatland + + flatland is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3 as + published by the Free Software Foundation. + + flatland is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with flatland. If not, see . + +*/ + #ifdef __cplusplus extern "C" { #endif void fl_generate_sequence(int nb_images, int width, int height, + int nb_shapes, int random_shape_size, int random_colors, + int pulling, unsigned char *output); #ifdef __cplusplus