12#ifndef mitkToFCameraPMDCamBoardController_h
13#define mitkToFCameraPMDCamBoardController_h
15#include "MitkPMDExports.h"
16#include "mitkCommon.h"
20#include "itkObjectFactory.h"
44 virtual bool OpenCameraConnection();
49 bool SetDistanceOffset(
float offset );
53 float GetDistanceOffset();
61 bool SetRegionOfInterest(
unsigned int leftUpperCornerX,
unsigned int leftUpperCornerY,
unsigned int width,
unsigned int height );
66 bool SetRegionOfInterest(
unsigned int roi[4] );
71 unsigned int* GetRegionOfInterest();
76 bool SetFieldOfView(
float fov );
90 virtual void TransformCameraOutput(
float* in,
float* out,
bool isDist);
Interface to the Time-of-Flight (ToF) camera PMD CamBoard.
itkFactorylessNewMacro(Self)
mitkClassMacro(ToFCameraPMDCamBoardController, ToFCameraPMDController)
Virtual interface and base class for all PMD Time-of-Flight devices. Wraps PMD API provided in PMDSDK...