source: proiecte/GmImgProc/GmImgProc/code/README.txt @ 142

Last change on this file since 142 was 142, checked in by (none), 14 years ago
File size: 926 bytes
Line 
1
2The "Image_Framework" MS Visual Studio 2008 solution (Image_Framework.sln) contains 5 projects out of which only "Framework_Tester" contains our source code.
3
4* The rest of projects are provided with header files and lib's only (the .cpp are private).
5* They are already compiled and the output can be found in the "Debug" folder in form of dll files.
6* To build the Framework_Tester project, select the binarization method from "tests.h" and then click build and run.
7* To use OpenCL for Otsu2D method, replace the "Framework_Tester" folder with the one included in "Framework_Tester (for OpenCL).zip" - ATI Stream SDK + Samples must be installed (compatible ATI graphics card required)!
8* Compiling with Intel C++ from Intel Parallel Studio bundle will not work unless some changes in floating point data types are made (float -> double) and some OpenMP directives are changed (see error messages :).
9
10
11
12
13
14
Note: See TracBrowser for help on using the repository browser.