JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
#include <jevois/Component/Component.H>
#include <jevois/Core/Engine.H>
#include <jevois/Core/InputFrame.H>
#include <jevois/GPU/ImGuiBackendSDL.H>
#include <jevois/GPU/ImGuiBackendMALI.H>
#include <jevois/GPU/ImGuiImage.H>
#include <jevois/Types/Enum.H>
#include <chrono>
#include <imgui.h>
#include <glm/glm.hpp>
#include <opencv2/core/core.hpp>
#include <jevois/GPU/details/GUIhelperImpl.H>
Go to the source code of this file.
Classes | |
class | jevois::GUIhelper |
Helper class to assist modules in creating graphical and GUI elements. More... | |
struct | jevois::GUIhelper::ErrorData |
Namespaces | |
namespace | jevois |
Main namespace for all JeVois classes and functions. | |
Typedefs | |
using | jevois::OptGUIhelper = GUIhelper |