[go: up one dir, main page]

Menu

Tree [r160] / trunk / cocolib /
 History

HTTPS access


File Date Author Commit
 anisotropic_diffusion 2013-05-03 goldluecke [r99]
 common 2013-05-26 goldluecke [r153] light field denoising / more improvements to hd...
 cuda 2013-06-10 goldluecke [r156] new lightfield database, epi disparity optimiza...
 multilabel 2013-05-05 goldluecke [r102] fixed potts energy
 obj 2013-05-15 sergipujades [r113] add obj and o files to svn ignore list
 optic_flow 2013-05-03 goldluecke [r100] updated cocolib for new lightfield codebase, re...
 tc 2013-05-15 sergipujades [r115] add support for mac compiling
 tv 2013-05-03 goldluecke [r99]
 vtv 2013-05-25 goldluecke [r152] restructured hdf5 loading / included sergis bug...
 README 2011-09-12 goldluecke [r1] initial import
 cocolib.pro 2013-05-15 sergipujades [r115] add support for mac compiling
 defs.h 2013-05-03 goldluecke [r100] updated cocolib for new lightfield codebase, re...
 defs.h.in 2012-04-26 goldluecke [r41] new install scripts and build framework for lib...
 modules.h 2011-09-12 goldluecke [r1] initial import
 relink 2011-09-12 goldluecke [r1] initial import

Read Me

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 library directory. From here, you can build both
the library "cocolib/libcocolib.a" via

> qmake cocolib.pro
> make





**  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/>.