[go: up one dir, main page]

Menu

Tree [r284] / trunk / cocolib /
 History

HTTPS access


File Date Author Commit
 anisotropic_diffusion 2014-07-12 goldluecke [r249] BIG CHANGE: cocolib now independent of GSL (not...
 cocolib++ 2014-08-14 goldluecke [r284] cocolib++: MAJOR MILESTONE: OpenCL build, up to...
 common 2014-08-14 goldluecke [r284] cocolib++: MAJOR MILESTONE: OpenCL build, up to...
 cuda 2014-07-28 goldluecke [r267] cocolib++: deconvolution with example
 multilabel 2014-07-12 goldluecke [r249] BIG CHANGE: cocolib now independent of GSL (not...
 obj 2013-05-15 sergipujades [r113] add obj and o files to svn ignore list
 optic_flow 2014-07-12 goldluecke [r249] BIG CHANGE: cocolib now independent of GSL (not...
 spectrum 2014-07-02 goldluecke [r237] created stubs for new cpp interface, tv spectru...
 tc 2014-07-12 goldluecke [r249] BIG CHANGE: cocolib now independent of GSL (not...
 tv 2014-07-12 goldluecke [r249] BIG CHANGE: cocolib now independent of GSL (not...
 vtv 2014-07-28 goldluecke [r267] cocolib++: deconvolution with example
 README 2011-09-12 goldluecke [r1] initial import
 cocolib.pro.cuda 2014-08-14 goldluecke [r284] cocolib++: MAJOR MILESTONE: OpenCL build, up to...
 cocolib.pro.opencl 2014-08-14 goldluecke [r284] cocolib++: MAJOR MILESTONE: OpenCL build, up to...
 defs.h 2014-08-14 goldluecke [r284] cocolib++: MAJOR MILESTONE: OpenCL build, up to...
 defs.h.in 2014-08-14 goldluecke [r284] cocolib++: MAJOR MILESTONE: OpenCL build, up to...
 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/>.