Component.cpp File Reference
#include <VisionX/components/image_processor/Yolo/Component.h>
#include <ArmarXCore/libraries/DecoupledSingleComponent/Decoupled.h>
#include <algorithm>
#include <chrono>
#include <fstream>
#include <future>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <map>
#include <thread>
#include <Image/ImageProcessor.h>
#include <Image/IplImageAdaptor.h>
#include <Image/PrimitivesDrawer.h>
#include <Image/PrimitivesDrawerCV.h>
#include <IceUtil/Time.h>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <ArmarXCore/core/time/ScopedStopWatch.h>
#include <ArmarXCore/core/time/StopWatch.h>
+ Include dependency graph for Component.cpp:

Go to the source code of this file.

Functions

 ARMARX_REGISTER_COMPONENT_EXECUTABLE (::visionx::yolo::Component, ::visionx::yolo::Component::GetDefaultName())
 

Function Documentation

◆ ARMARX_REGISTER_COMPONENT_EXECUTABLE()

ARMARX_REGISTER_COMPONENT_EXECUTABLE ( ::visionx::yolo::Component ,
::visionx::yolo::Component::GetDefaultName()  )
+ Here is the call graph for this function: