NDEVR
API Documentation
OrbOptions.h
1#pragma once
2#include "DLLInfo.h"
3#include "Base/Headers/ApplicationOptions.h"
4namespace NDEVR
5{
16}
The default object to store data of any type that should persist through sessions of the application.
Application options for ORB-SLAM image preprocessing.
Definition OrbOptions.h:8
static ApplicationOption< bool > blur_images
Whether to blur color images before processing.
Definition OrbOptions.h:11
static TranslatedString options_label
Display label for the options group.
Definition OrbOptions.h:10
static void ResetOptionsToDefaults()
Resets all ORB options to their default values.
static ApplicationOption< bool > blur_depth
Whether to blur depth images before processing.
Definition OrbOptions.h:12
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
The primary namespace for the NDEVR SDK.