You are here: Home Features Extensibility
Personal tools
Document Actions

Extensibility

by Lars Rosenboom last modified 2010-06-15 09:30
  • User extensible: write your own plug-ins to add
    • functions (to appear in the application menu),
    • measurement systems (incl. GUI),
    • camera systems and frame grabbers,
    • I/O devices, etc.
  • Written in C++ (MS Visual Studio 2008)
    • Self-documenting code, well readability
    • Modern C++ (templates, namespaces)
    • Modular structure
      • Integrate Fringe Processor functionality in custom applications
    • Comparable to MATLAB-Code (a bit more cumbersome but much faster in return)
    • Parallelized using OpenMP
  • GUI based on wxWidgets