OpticalFlow.h File Reference
#include <ArmarXCore/core/Component.h>
#include <ArmarXCore/observers/DebugObserver.h>
#include <VisionX/core/ImageProcessor.h>
#include <VisionX/tools/ImageUtil.h>
#include <VisionX/tools/FPSCounter.h>
#include <VisionX/interface/components/Calibration.h>
#include <VisionX/interface/components/OpticalFlowInterface.h>
#include <opencv2/opencv.hpp>
#include <Image/IplImageAdaptor.h>
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <mutex>
#include <queue>
+ Include dependency graph for OpticalFlow.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OpticalFlow
 Brief description of class OpticalFlow. More...
 
class  OpticalFlowPropertyDefinitions
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Enumerations

enum  OPTICAL_FLOW_METHOD { Chessboard, Dense, Feature }