The Fast Visualization Kit (FVK) is a software package for 3D computer graphics, image processing, and visualization. It consists of a C++ class library with several 3D geometric as well as vision algorithms. It provides C++ classes for 2D-to-3D conversion algorithms specifically for DFP based structured light technology, various algorithm for mesh and pointcloud processig, and a complete software interface for developing fast 3D graphics and vision based applications. FVK supports visualization algorithms including scalar, vector, texture, and volumetric methods, as well as advanced modeling techniques such as implicit modeling, polygon reduction, mesh smoothing, cutting, contouring, and Delaunay triangulation.
The FVK-CAMERA is one of its modules that gives multithreading based camera handlings using OpenCV. It can be utilized with any GUI based library to handle multiple cameras with multithreaded interface.
FVK-CAMERA Library is implemented in C++ (but provides both a C and a
C++ish interface). The directory structure is:
- /examples (Examples to illustrate possible use cases for FVK-CAMERA)
- /include/fvk/camera (Public header C and C++ header files)
- /lib (Prebuild static libraries for VS2017)
- /src/fvk/camera (Source code)
Take a look into the INSTALL
file. The build system is CMake, if you already used CMake before there is a good chance you know what to do.
Video tutorial that explains the build procedure using CMake (three libraries OpenCV, FLTK, and FLE are compiled in this video):
- OpenCV >= 2.x.x
Written by Dr. Furqan Ullah.
Report bugs to [email protected].
Copyright (c) 2017-2021 Dr. Furqan Ullah.
Source code at: https://github.com/drfurqan/FL-Essentials.