CFigs Code
Brought to you by:
effer
| File | Date | Author | Commit |
|---|---|---|---|
| CFigs | 2012-05-11 | effer | [r85] Fixed lighting issue with specularity. |
| Demos | 2012-05-16 | effer | [r86] Removed incorrect include in cmake. |
| cmake_modules | 2012-02-15 | effer | [r74] CFigs support moved to opencv2. |
| CFIGSConfig.cmake.in | 2011-09-06 | effer | [r62] Update CMakeLists for better dependency checks. |
| CFigs.h | 2011-03-24 | effer | [r61] Templatized plot calls. |
| CMakeLists.txt | 2012-05-08 | effer | [r84] Added new teapot example to show how to use lig... |
| COPYING | 2009-07-05 | effer | [r1] Initial import. |
| Mandrill.jpg | 2009-07-05 | effer | [r1] Initial import. |
| README | 2009-08-21 | effer | [r39] Update README. |
| TODO | 2011-03-24 | effer | [r61] Templatized plot calls. |
| gpl.txt | 2010-08-04 | effer | [r58] Updates code to be compatible with new MrgCore. |
| lena.jpg | 2009-07-05 | effer | [r1] Initial import. |
| lgpl.txt | 2010-08-04 | effer | [r58] Updates code to be compatible with new MrgCore. |
Installation: - You will need FLTK 1.1*, cmake, cvs (and svn) eg. Ubuntu 9.*: apt-get install libfltk1.1-dev cmake subversion cvs - Run "cmake ." and "make" and it should be done! Usage: Type 'h' on a window to bring up a window listing the different commands. To include in another project using cmake: you must specify the directory where you have built the library eg.: SET( CFigs_DIR "/home/me/CFigs" ) Internal depency: Currently CFigs calls cvs to get the latest version of TooN and uses it internally: http://mi.eng.cam.ac.uk/~er258/cvd/toon.html