Main » History » Version 13
Thomas Capricelli, 04/13/2011 06:49 PM
1 | 12 | Thomas Capricelli | |
---|---|---|---|
2 | 13 | Thomas Capricelli | You will find on those pages some information about the use of the _convex processing_ software (aka @cvxprocessing@). |
3 | 1 | Thomas Capricelli | |
4 | 13 | Thomas Capricelli | Convex processing is a quick and efficient library to implement algorithms |
5 | based on convex analysis. |
||
6 | 1 | Thomas Capricelli | |
7 | 13 | Thomas Capricelli | Some specific fields are addressed, such as general image processing and |
8 | tomography. The graphical interface allows users to play with some |
||
9 | reconstruction algorithms in tomography and denoising. For developers, |
||
10 | the API is simple, several examples of use are provided, and all important |
||
11 | parts are covered by unit tests. |
||
12 | |||
13 | This software is intended to help people play, understand and improve |
||
14 | those algorithms. |
||
15 | 8 | Thomas Capricelli | |
16 | 10 | Thomas Capricelli | This code has been developped by "Thomas Capricelli":http://www.freehackers.org/thomas/, and is licensed under the GPL with some modifications, please see the [[licensing]] page. |
17 | 5 | Thomas Capricelli | |
18 | 1 | Thomas Capricelli | |
19 | 6 | Thomas Capricelli | * Information about the [[compilation]] of the library. |
20 | * Information about the unit [[tests]]. |
||
21 | 1 | Thomas Capricelli | * Some [[examples]] on how to use the library. |
22 | 9 | Thomas Capricelli | * Information about the "application programming interface (API) description":http://labs.freehackers.org/embedded/cvx-processing/inherits.html (see "API definition":http://en.wikipedia.org/wiki/Api) |