NDEVR
API Documentation
OpenCVInterfaceModule.h
1#pragma once
2#include "DLLInfo.h"
3
4extern "C" {
6 OPEN_CV_INTERFACE_API void OpenCVInterfaceSetupFactoriesForNDEVR();
7}
8namespace NDEVR
9{
11 OPEN_CV_INTERFACE_API void AddOpenCVInterfaceModuleToModuleManager();
12}
The primary namespace for the NDEVR SDK.
void AddOpenCVInterfaceModuleToModuleManager()
Registers all OpenCVInterface module hook functions with the ModuleManager.