[go: up one dir, main page]

Menu

Tree [r353] / release-1 / examples /
 History

HTTPS access


File Date Author Commit
 example_configs 2011-10-17 goldluecke [r8] created branch for release-1
 in 2011-10-17 goldluecke [r8] created branch for release-1
 obj 2011-09-12 goldluecke [r1] initial import
 out 2011-09-12 goldluecke [r1] initial import
 README 2011-09-12 goldluecke [r1] initial import
 config.cpp 2011-10-17 goldluecke [r8] created branch for release-1
 config.h 2011-09-12 goldluecke [r5] repository restructured
 example_tv_deblurring.cpp 2011-09-12 goldluecke [r1] initial import
 example_tv_deblurring.h 2011-09-12 goldluecke [r1] initial import
 example_tv_denoising.cpp 2011-09-12 goldluecke [r1] initial import
 example_tv_denoising.h 2011-09-12 goldluecke [r1] initial import
 example_tv_inpainting.cpp 2011-09-12 goldluecke [r1] initial import
 example_tv_inpainting.h 2011-09-12 goldluecke [r1] initial import
 example_tv_segmentation.cpp 2011-09-12 goldluecke [r1] initial import
 example_tv_segmentation.h 2011-09-12 goldluecke [r1] initial import
 example_vtv_deblurring.cpp 2011-09-12 goldluecke [r1] initial import
 example_vtv_deblurring.h 2011-09-12 goldluecke [r1] initial import
 example_vtv_denoising.cpp 2011-09-12 goldluecke [r1] initial import
 example_vtv_denoising.h 2011-09-12 goldluecke [r1] initial import
 example_vtv_inpainting.cpp 2011-09-12 goldluecke [r1] initial import
 example_vtv_inpainting.h 2011-09-12 goldluecke [r1] initial import
 examples.pro 2011-09-12 goldluecke [r1] initial import
 main.cpp 2011-09-12 goldluecke [r5] repository restructured
 rebuild 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".


In this directory, you find the example command line tool to solve
selected image processing problems. Building it using

> qmake examples.pro
> make

will create the executable file "coco_ip".




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