[go: up one dir, main page]

Menu

Tree [r353] / release-6 /
 History

HTTPS access


File Date Author Commit
 cocolib 2014-08-19 goldluecke [r304] release 6: branch initiated
 config_tests 2014-08-16 goldluecke [r293] opencl: updated install scripts
 docs 2014-08-15 goldluecke [r289] doc: preparing R6
 examples 2014-08-19 goldluecke [r304] release 6: branch initiated
 examples++ 2014-08-18 goldluecke [r296] cocolib: updated multilabel reference results
 lightfields 2014-08-19 goldluecke [r304] release 6: branch initiated
 matlab_interface 2014-08-15 goldluecke [r290] cocolib: fixed deconvolution code for non-symme...
 tools 2014-08-15 goldluecke [r290] cocolib: fixed deconvolution code for non-symme...
 INSTALL 2013-06-11 goldluecke [r161] support for mask in disparity ground truth
 LICENSE 2011-09-12 goldluecke [r1] initial import
 README 2011-09-12 goldluecke [r1] initial import
 TODO.org 2014-08-18 goldluecke [r295] cocolib: updated multilabel reference results
 cleanup.sh 2012-04-27 goldluecke [r51] lightfield stuff pruned
 cocolib.pro.cuda 2014-08-12 goldluecke [r282] cocolib++: some changes for OpenCL codepath
 cocolib.pro.opencl 2014-08-16 goldluecke [r293] opencl: updated install scripts
 configure-cuda.sh 2014-08-14 goldluecke [r286] cocolib++: CUDA fixed, OpenCL now with vtv_j an...
 configure-opencl.sh 2014-08-16 goldluecke [r293] opencl: updated install scripts
 install_dependencies_ubuntu.sh 2014-08-16 goldluecke [r293] opencl: updated install scripts
 install_intel_opencl.sh 2014-08-16 goldluecke [r293] opencl: updated install scripts
 install_nvidia_driver_ubuntu.sh 2014-08-12 goldluecke [r281] cocolib++: fully independent now
 install_nvidia_opencl.sh 2014-08-14 goldluecke [r284] cocolib++: MAJOR MILESTONE: OpenCL build, up to...
 local_flags.inc 2013-06-21 sergipujades [r192] add example lines for mac compilation
 rebuild 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 top level directory. From here, you can build both
the library "cocolib/libcocolib.a" and the command line
executable "examples/test_cocolib" 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/>.