본문 바로가기

Robotics/Software Tech.

Generic Image Array Library


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)

  • ...?