GENIAL은 scientific computing 에 최적화 되어있는 c++ 라이브러리입니다.
현재 2.1.0버젼까지 나와있네요. 한번 써봐야 겠습니다. 얼마나 좋은지..
http://www.ient.rwth-aachen.de/~laurent/genial/genial.html
Features:
-
Array containers with many associated basic calculations,
-
Signal processing functions (FFT, DCT, convolution...),
-
Linear algebra functions (subset of BLAS...),
-
Image processing functions (motion estimations...)
-
Multi-threading algorithms, multi-threaded 2D-FFT, multi-threaded BLAS matrix product (new),
-
XML container,
-
MPEG-7 Descriptors (none released).
Platforms/Compilers:
-
Intel C++ Compiler: ICL (Windows), ICC (Linux)
The resulting execution is much quicker than any other tested compiler. -
Visual C++ 2005 and 2008 : VC8/VC9 (Windows) - download Visual C++ 2008 Express
Previous versions cannot compile GENIAL, but they might succeed with the latest service pack installed. -
GCC (Unix/Linux/Windows/MacOs)
-
...?
'Robotics > Software Tech.' 카테고리의 다른 글
음향에 의한 위치인식 (0) | 2009.06.20 |
---|---|
RDTSC ;Read-time Stamp Counter (0) | 2009.06.20 |
Sound Localization (0) | 2009.06.14 |
Visual studio 2008에서 응용프로그램 배포할 때 필요한 dll (2) | 2009.06.10 |
HMM(Hidden Markov Model)을 이용한 Wiimote 제스쳐 인식 (0) | 2009.03.12 |