OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/plugin/ossimSharedObjectBridge.h>
#include <ossim/plugin/ossimPluginConstants.h>
#include "ossimOpenCvObjectFactory.h"
#include <ossim/base/ossimString.h>
#include <ossim/base/ossimObjectFactoryRegistry.h>
Go to the source code of this file.
Functions | |
const char * | getOpenCVDescription () |
int | getOpenCVNumberOfClassNames () |
const char * | getOpenCVClassName (int idx) |
OSSIM_PLUGINS_DLL void | ossimSharedLibraryInitialize (ossimSharedObjectInfo **info) |
OSSIM_PLUGINS_DLL void | ossimSharedLibraryFinalize () |
Variables | |
ossimSharedObjectInfo | myOpenCVInfo |
ossimString | theOpenCVDescription |
std::vector< ossimString > | theOpenCVObjList |
const char* getOpenCVClassName | ( | int | idx | ) |
Definition at line 40 of file ossimOpenCvPluginInit.cpp.
References theOpenCVObjList.
Referenced by ossimSharedLibraryInitialize().
const char* getOpenCVDescription | ( | ) |
Definition at line 30 of file ossimOpenCvPluginInit.cpp.
References ossimString::c_str(), and theOpenCVDescription.
Referenced by ossimSharedLibraryInitialize().
int getOpenCVNumberOfClassNames | ( | ) |
Definition at line 35 of file ossimOpenCvPluginInit.cpp.
References theOpenCVObjList.
Referenced by ossimSharedLibraryInitialize().
OSSIM_PLUGINS_DLL void ossimSharedLibraryFinalize | ( | ) |
Definition at line 68 of file ossimOpenCvPluginInit.cpp.
References ossimObjectFactoryRegistry::instance(), and ossimOpenCvObjectFactory::instance().
OSSIM_PLUGINS_DLL void ossimSharedLibraryInitialize | ( | ossimSharedObjectInfo ** | info | ) |
Definition at line 50 of file ossimOpenCvPluginInit.cpp.
References ossimSharedObjectInfo::getClassName, ossimSharedObjectInfo::getDescription, ossimSharedObjectInfo::getNumberOfClassNames, getOpenCVClassName(), getOpenCVDescription(), getOpenCVNumberOfClassNames(), ossimObjectFactoryRegistry::instance(), ossimOpenCvObjectFactory::instance(), and myOpenCVInfo.
ossimSharedObjectInfo myOpenCVInfo |
Definition at line 26 of file ossimOpenCvPluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().
ossimString theOpenCVDescription |
Definition at line 27 of file ossimOpenCvPluginInit.cpp.
Referenced by getOpenCVDescription().
std::vector<ossimString> theOpenCVObjList |
Definition at line 28 of file ossimOpenCvPluginInit.cpp.
Referenced by getOpenCVClassName(), and getOpenCVNumberOfClassNames().