X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=flatland.h;h=2c58a5c315c7cd62a6528c1869f7181be0a5cdfb;hp=ba91f6790df022d9d69ddd78495e138f911c81b3;hb=c1f1040936d977cd2b3a276c725e223198377d2a;hpb=7e2780052c458a329fc36253b83eb5194ffb7fed diff --git a/flatland.h b/flatland.h index ba91f67..2c58a5c 100644 --- a/flatland.h +++ b/flatland.h @@ -1,6 +1,30 @@ -THByteTensor *generate_sequence(long nb_sequences, +/* + + 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 . + +*/ + +THByteTensor *generate_sequence(int pulling, + long nb_sequences, long nb_images, long image_height, long image_width, - int nb_shapes, + long nb_shapes, int random_shape_size, int random_colors);