cocolib / light field suite Code
CUDA library for continuous optimization and light field analysis
Status: Beta
Brought to you by:
goldluecke
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | COCOLIB is a library for convex continuous optimization, focusing on the minimization of functionals of the type E(u) = J(u) + F(u) where u is an image (i.e. vector-valued function on an interval), J is a convex and closed regularizer, and F a convex and closed data term (e.g. inverse problems, inpainting, segmentation ...). COCOLIB is hosted on SourceForge. Check the homepage for the most recent version and documentation: https://sourceforge.net/p/cocolib/ Offline documentation is available in "./docs". This is the top level directory. From here, you can configure and install the library and examples. See INSTALL for installation instructions. ** Copyright (C) 2011 Bastian Goldluecke ** COCOLIB is free software: you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** This program 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 this program in the file "LICENSE". ** If not, see <http://www.gnu.org/licenses/>. |